summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2021-06-23 13:46:58 +0200
committerFlorian Schmaus <flow@gentoo.org>2021-06-23 14:09:27 +0200
commit5538c65d7edd82476320fc78172858d9f2b7ed07 (patch)
treea48e6f6fde368bd1d7cc7ef42767bdfb34ffa165 /dev-python/ewmh/ewmh-0.1.6.ebuild
parentmedia-radio/qsstv: Prepare for coming media-libs/hamlib-4.2 (diff)
downloadgentoo-5538c65d7edd82476320fc78172858d9f2b7ed07.tar.gz
gentoo-5538c65d7edd82476320fc78172858d9f2b7ed07.tar.bz2
gentoo-5538c65d7edd82476320fc78172858d9f2b7ed07.zip
dev-python/ewmh: initial import
Based on the ebuild by Avis Drożniak in ::guru. Required for herbstluftwm's test suite. Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-python/ewmh/ewmh-0.1.6.ebuild')
-rw-r--r--dev-python/ewmh/ewmh-0.1.6.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
new file mode 100644
index 000000000000..41e1c834122e
--- /dev/null
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+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"
+SLOT="0"
+
+RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]"