summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:48:05 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 05:04:18 +0100
commitc88df36738da3446e26b2b548d975132437795cd (patch)
treeb12a8232e8667698fb8d041977a6eb3b05724f43
parentdev-python/pytz_deprecation_shim: Use pypi.eclass (diff)
downloadgentoo-c88df36738da3446e26b2b548d975132437795cd.tar.gz
gentoo-c88df36738da3446e26b2b548d975132437795cd.tar.bz2
gentoo-c88df36738da3446e26b2b548d975132437795cd.zip
dev-python/pyudev: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyudev/pyudev-0.24.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyudev/pyudev-0.24.0.ebuild b/dev-python/pyudev/pyudev-0.24.0.ebuild
index e7e594b43a02..7d9d8b3839e0 100644
--- a/dev-python/pyudev/pyudev-0.24.0.ebuild
+++ b/dev-python/pyudev/pyudev-0.24.0.ebuild
@@ -5,11 +5,10 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
DESCRIPTION="Python binding to libudev"
HOMEPAGE="https://pyudev.readthedocs.io/en/latest/ https://github.com/pyudev/pyudev"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"