diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:45:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 04:50:48 +0100 |
commit | b4a9b905aaaf49f646d87e5242845c1d74e629ed (patch) | |
tree | b86502ab32d97cfa0786c84f78a1d09afc7d898a /dev-python/imagesize | |
parent | dev-python/ifaddr: Use pypi.eclass (diff) | |
download | gentoo-b4a9b905aaaf49f646d87e5242845c1d74e629ed.tar.gz gentoo-b4a9b905aaaf49f646d87e5242845c1d74e629ed.tar.bz2 gentoo-b4a9b905aaaf49f646d87e5242845c1d74e629ed.zip |
dev-python/imagesize: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/imagesize')
-rw-r--r-- | dev-python/imagesize/imagesize-1.4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/imagesize/imagesize-1.4.1.ebuild b/dev-python/imagesize/imagesize-1.4.1.ebuild index c1f566d94652..3cb5db88d260 100644 --- a/dev-python/imagesize/imagesize-1.4.1.ebuild +++ b/dev-python/imagesize/imagesize-1.4.1.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Pure Python module for getting image size from png/jpeg/jpeg2000/gif files" HOMEPAGE=" https://github.com/shibukawa/imagesize_py/ https://pypi.org/project/imagesize/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |