Skip to content

Commit

Permalink
app-crypt/certbot-dns-transip: update SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
osirisinferi committed May 23, 2023
1 parent 14388a8 commit a68bc5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app-crypt/certbot-dns-transip/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AUX certbot-dns-transip-dist_files.patch 473 BLAKE2B 84f3f81643fd872b5e1054891a2fc5621d5ab3e782e353910a33a45958b4bf5248688ef18b70318250b8dc357f17bb94a962cb3ddbd1d24985acdf029b4f7358 SHA512 993538e47760d88d553e4b488f088e94c6d59c2004edeb52d57c67ec8959978402a99a52344e071a6c3b5de377bd5e37562e880218f52beb7b754ac75aa63977
DIST certbot_dns_transip-0.5.2.tar.gz 13262 BLAKE2B 7d9e607e2d8607589c194605d8fe0840d9da242c5b4fce2fc3b9ba02a85306aa73081c44e31caa7829c0a5f5d03150dca7b2aa09edfd0dafd832a6aedc781329 SHA512 9034c177319580405395afcefc4fd4466bb548daaadae1c2dd05bc9cebda686a5c0b44afeba29e2ad6ce7cc6b7ef51b4b51882e7f3d48025d7dc4629b86beedb
EBUILD certbot-dns-transip-0.5.2.ebuild 691 BLAKE2B 6278aa11eb97409edec2d5427d75b6e63427d86396ea828b420b567c963ad2689f03b2851afc1a8c3fa898cb2aa6df25b0522b8ad2a946ddbb444aa4a61e1e48 SHA512 8a5df9932656e4eda684654888e48c1f3842a55b9b3f7a24832aa44eb65082b22b9c0c29bce96230d5ade65cda968896a520f0052a7691c6aec140b289a3aec9
MISC metadata.xml 341 BLAKE2B c1d18df8b68fc34369dc5294a38b4fce50ee741a3f9800766a40b9224ced57cb3d3c9efc9c466d1fb42b2931685d9da8c1dd575b704e0dd1708d19f472bf0b6e SHA512 5b7b1973e59882931079bf3d03f03adec06439ecbdd765e1d8679d884b124d37af2608416cc4e3a4a6807a623d09c6b9e20c42470d826590e9bc2647593514b2
EBUILD certbot-dns-transip-0.5.2.ebuild 624 BLAKE2B f7c0e7af16c7ec1039f45e7e7b2cb5276a9932b9003d6d305af02c607cd0b28615c9de04fc16f30ca02440edc6d8540492c92d0264afefafb946c11e5bac6785 SHA512 14877a2aa755d56eb894d078adac68077f21fcebd28a6c16794164d917da16242be50e7a9475201a7575bc7b7e13e5d746530d12c36e5870986f1d9098d7a00d
MISC metadata.xml 398 BLAKE2B db3a64765ff5611f8ae2733e559ea7c51a3ee01c45cb2049daabcb42b3cf1b39e153f5ccfd7299d598d7f5c533471189846f7c6cc36ff0d48ce4cef25ccdcb0e SHA512 e28b08b30234ea79335842c0c16fdf3d2c65a5fef7bab3db19986a393106cf8b923c234908c9c10be00c5f19c8e034354446fa1c4541124c28e52bc2b82cff2a
10 changes: 3 additions & 7 deletions app-crypt/certbot-dns-transip/certbot-dns-transip-0.5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )

inherit distutils-r1

MY_PN=${PN//-/_}
inherit distutils-r1 pypi

DESCRIPTION="TransIP DNS Authenticator plugin for certbot"
HOMEPAGE="https://pypi.org/project/certbot-dns-transip/ https://github.com/hsmade/certbot-dns-transip"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
Expand All @@ -20,9 +18,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
>=app-crypt/certbot-0.16.0[${PYTHON_USEDEP}]
>=app-crypt/acme-0.16.0[${PYTHON_USEDEP}]
~dev-python/transip-0.6.0[${PYTHON_USEDEP}]
~dev-python/python-transip-0.6.0[${PYTHON_USEDEP}]
"

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

PATCHES="${FILESDIR}/${PN}-dist_files.patch"
1 change: 1 addition & 0 deletions app-crypt/certbot-dns-transip/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<name>Osiris Inferi</name>
</maintainer>
<upstream>
<remote-id type="pypi">certbot-dns-transip</remote-id>
<remote-id type="github">hsmade/certbot-dns-transip</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit a68bc5e

Please sign in to comment.