diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:44:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:45:15 +0100 |
commit | 7d45a63387a28ad36f3e1f51f8fe2d1b12d0a247 (patch) | |
tree | 9f22f77f2246d601e481b46199d9ba5a9e8109b1 /dev-python/cftime | |
parent | dev-python/cffi: Use pypi.eclass (diff) | |
download | gentoo-7d45a63387a28ad36f3e1f51f8fe2d1b12d0a247.tar.gz gentoo-7d45a63387a28ad36f3e1f51f8fe2d1b12d0a247.tar.bz2 gentoo-7d45a63387a28ad36f3e1f51f8fe2d1b12d0a247.zip |
dev-python/cftime: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cftime')
-rw-r--r-- | dev-python/cftime/cftime-1.6.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cftime/cftime-1.6.2.ebuild b/dev-python/cftime/cftime-1.6.2.ebuild index e1a492c8996e..2b4b068bba82 100644 --- a/dev-python/cftime/cftime-1.6.2.ebuild +++ b/dev-python/cftime/cftime-1.6.2.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Time-handling functionality from netcdf4-python" HOMEPAGE="https://pypi.org/project/cftime/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |