diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:45:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:45:31 +0100 |
commit | a93eaa403177336f1c222e915073ae9053b67614 (patch) | |
tree | 7fc26ba3cbedbd5e7fbdfd4887234da7da44e122 /dev-python/deprecation | |
parent | dev-python/decorator: Use pypi.eclass (diff) | |
download | gentoo-a93eaa403177336f1c222e915073ae9053b67614.tar.gz gentoo-a93eaa403177336f1c222e915073ae9053b67614.tar.bz2 gentoo-a93eaa403177336f1c222e915073ae9053b67614.zip |
dev-python/deprecation: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/deprecation')
-rw-r--r-- | dev-python/deprecation/deprecation-2.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/deprecation/deprecation-2.1.0.ebuild b/dev-python/deprecation/deprecation-2.1.0.ebuild index afaa4844871d..9d6b7eeb440e 100644 --- a/dev-python/deprecation/deprecation-2.1.0.ebuild +++ b/dev-python/deprecation/deprecation-2.1.0.ebuild @@ -4,11 +4,10 @@ EAPI=8 PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A library to handle automated deprecations" HOMEPAGE="https://deprecation.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |