Skip to content

Commit

Permalink
app-crypt/certbot-dns-aliyun: new package, add 0.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osirisinferi committed Sep 7, 2022
1 parent 19f39ca commit 36ab289
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-crypt/certbot-dns-aliyun/Manifest
@@ -0,0 +1,3 @@
DIST certbot-dns-aliyun-0.38.1.tar.gz 13534 BLAKE2B 30fc2f99cb7b3d52138323596629b9cca7b855dd764bb34daa28952def64ad527e894ca309aef9817239220651097a557e2845c860d2b8b0b4e6e45e548f74e6 SHA512 042553176d47a913a4c99148e08d8b1105e49ce1c4959044469ed2d5f4f774926cb7e64beea944a768ca17c876e1a1a0286da73e15ea2854d04e5c02d55fb5f2
EBUILD certbot-dns-aliyun-0.38.1.ebuild 846 BLAKE2B d759ddf15c339a81e6b726347912a8d2de44bde0bec07d945c3a5c5e1b9dd04d93962f092ce653cda6314baa40e69f0b949ff1a2bf1651ba0f9eeff9f35dc3a1 SHA512 58becfbbb816da1d8aa6dddfc69158a72be82769693df3e95578c1364f013812eb752733f6da769917e12f7ba70b2e4d1f72ad99c9b82cc5ba56bb94d3bb16de
MISC metadata.xml 332 BLAKE2B a4241ce92cbd781dbe9fadcc0e0da68154ad7ae52c68796f308ccfc4fbba20a4c9f70eefbd6ae7a4529fd8a1bf086272241b7d6868f93d5630ba91e990b866de SHA512 8bc8f8af7e53e733a193bd83c9927469a2bef520040659d63678d6cbe72278e252886ddd76c06f5f1a5f81ee0232f3b09de310af814bc63cccf93d06ed2a4c5b
37 changes: 37 additions & 0 deletions app-crypt/certbot-dns-aliyun/certbot-dns-aliyun-0.38.1.ebuild
@@ -0,0 +1,37 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{8..10} )

inherit distutils-r1

MY_PN=${PN//-/_}

DESCRIPTION="Aliyun DNS Authenticator plugin for Certbot"
HOMEPAGE="https://pypi.org/project/certbot-dns-aliyun/ https://github.com/tengattack/certbot-dns-aliyun"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test"

RDEPEND="
>=app-crypt/certbot-0.21.1[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/dns-lexicon-3.7.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.28.0[${PYTHON_USEDEP}]
"

#S="${WORKDIR}/${MY_PN}-${PV}"

src_prepare() {
default
cd "${S}"
sed -i "s/ 'mock',//" setup.py
cd "${MY_PN}"
rm -r *test.py
}
11 changes: 11 additions & 0 deletions app-crypt/certbot-dns-aliyun/metadata.xml
@@ -0,0 +1,11 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@flut.nl.eu.org</email>
<name>Osiris Inferi</name>
</maintainer>
<upstream>
<remote-id type="pypi">certbot-dns-duckdns</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 36ab289

Please sign in to comment.