diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:03:34 +0100 |
commit | 0bf1919ea4f8a2c2bf11a3fb3e3db2965a899e83 (patch) | |
tree | c8ea8f8016f78342eaa193e6a2052f20762f31ed /dev-python/picobox | |
parent | dev-python/pickleshare: Use pypi.eclass (diff) | |
download | gentoo-0bf1919ea4f8a2c2bf11a3fb3e3db2965a899e83.tar.gz gentoo-0bf1919ea4f8a2c2bf11a3fb3e3db2965a899e83.tar.bz2 gentoo-0bf1919ea4f8a2c2bf11a3fb3e3db2965a899e83.zip |
dev-python/picobox: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/picobox')
-rw-r--r-- | dev-python/picobox/picobox-2.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/picobox/picobox-2.2.0.ebuild b/dev-python/picobox/picobox-2.2.0.ebuild index 16cf0b2d9057..21e6a6424b63 100644 --- a/dev-python/picobox/picobox-2.2.0.ebuild +++ b/dev-python/picobox/picobox-2.2.0.ebuild @@ -5,12 +5,11 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Dependency injection framework designed with Python in mind" HOMEPAGE="https://pypi.org/project/picobox/ https://github.com/ikalnytskyi/picobox" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |