commit: 93a01579c3592e7ace01fd3da02907445ad514d1 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Mar 17 13:06:07 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Fri Mar 17 13:06:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a01579
app-crypt/certbot-dns-desec: Use pypi.eclass Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild index eb0ffe19f..e15e29154 100644 --- a/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild +++ b/app-crypt/certbot-dns-desec/certbot-dns-desec-1.2.1.ebuild @@ -5,14 +5,14 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="deSEC DNS Authenticator plugin for Certbot" HOMEPAGE=" https://pypi.org/project/certbot-dns-desec/ https://github.com/desec-io/certbot-dns-desec " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0"