summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:45:26 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:47:43 +0100
commit9cc5bc870a0ae4ab8b4fa17f4f9fda57fb24e471 (patch)
treea1a16f8703f06ed8b34e72be851caf0771d8ca55 /dev-python/ewmh
parentdev-python/entrypoints: Use pypi.eclass (diff)
downloadgentoo-9cc5bc870a0ae4ab8b4fa17f4f9fda57fb24e471.tar.gz
gentoo-9cc5bc870a0ae4ab8b4fa17f4f9fda57fb24e471.tar.bz2
gentoo-9cc5bc870a0ae4ab8b4fa17f4f9fda57fb24e471.zip
dev-python/ewmh: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ewmh')
-rw-r--r--dev-python/ewmh/ewmh-0.1.6.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
index abb9eb9c8520..2a9ff4b713c5 100644
--- a/dev-python/ewmh/ewmh-0.1.6.ebuild
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -5,11 +5,10 @@ EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib"
HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
KEYWORDS="amd64 x86"