diff options
author | 2023-03-15 18:44:40 +0100 | |
---|---|---|
committer | 2023-03-16 04:42:23 +0100 | |
commit | 732e713ab7928a57d3673a572c5cbea924f45cfb (patch) | |
tree | c812488b06365803eb886d48c1fc48244734a456 /dev-python/atpublic | |
parent | dev-python/atomicwrites: Use pypi.eclass (diff) | |
download | gentoo-732e713ab7928a57d3673a572c5cbea924f45cfb.tar.gz gentoo-732e713ab7928a57d3673a572c5cbea924f45cfb.tar.bz2 gentoo-732e713ab7928a57d3673a572c5cbea924f45cfb.zip |
dev-python/atpublic: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/atpublic')
-rw-r--r-- | dev-python/atpublic/atpublic-3.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/atpublic/atpublic-3.1.1.ebuild b/dev-python/atpublic/atpublic-3.1.1.ebuild index 0e8d56f66f41..752ea7ac506f 100644 --- a/dev-python/atpublic/atpublic-3.1.1.ebuild +++ b/dev-python/atpublic/atpublic-3.1.1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A decorator to populate __all__ and the module globals" HOMEPAGE=" https://gitlab.com/warsaw/public/ https://pypi.org/project/atpublic/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |