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:30 +0100 |
commit | 3bc147797de970002af050c54406a48a89adaae5 (patch) | |
tree | c7172757f4875fb7e8c48063db29b6e13358f8cb /dev-python/decorator | |
parent | dev-python/debtcollector: Use pypi.eclass (diff) | |
download | gentoo-3bc147797de970002af050c54406a48a89adaae5.tar.gz gentoo-3bc147797de970002af050c54406a48a89adaae5.tar.bz2 gentoo-3bc147797de970002af050c54406a48a89adaae5.zip |
dev-python/decorator: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/decorator-5.1.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/decorator/decorator-5.1.1-r1.ebuild b/dev-python/decorator/decorator-5.1.1-r1.ebuild index b12755a1cbb5..43a3ae6cd5fa 100644 --- a/dev-python/decorator/decorator-5.1.1-r1.ebuild +++ b/dev-python/decorator/decorator-5.1.1-r1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Simplifies the usage of decorators for the average programmer" HOMEPAGE=" https://github.com/micheles/decorator/ https://pypi.org/project/decorator/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |