diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:45:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:47:52 +0100 |
commit | f51c5f4aec97dd879fe245b77bdfc4803c62cc62 (patch) | |
tree | 438e6b34efa851df9e7eeb606aa693dcfd30826a /dev-python/flit | |
parent | dev-python/flexmock: Use pypi.eclass (diff) | |
download | gentoo-f51c5f4aec97dd879fe245b77bdfc4803c62cc62.tar.gz gentoo-f51c5f4aec97dd879fe245b77bdfc4803c62cc62.tar.bz2 gentoo-f51c5f4aec97dd879fe245b77bdfc4803c62cc62.zip |
dev-python/flit: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flit')
-rw-r--r-- | dev-python/flit/flit-3.8.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flit/flit-3.8.0.ebuild b/dev-python/flit/flit-3.8.0.ebuild index 3fa1e1208dc7..df4d7ba2fcdd 100644 --- a/dev-python/flit/flit-3.8.0.ebuild +++ b/dev-python/flit/flit-3.8.0.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Simplified packaging of Python modules" HOMEPAGE="https://github.com/pypa/flit https://flit.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |