summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhaarp <main.haarp@gmail.com>2019-12-25 22:49:09 +0100
committerhaarp <main.haarp@gmail.com>2019-12-25 22:49:09 +0100
commitcff2da001a9f805785fdc296939b78c69550087b (patch)
treeafc4d11c161a7a4948db56bac2a1966a438524d6
parentAdd fmod mirror (diff)
downloadhaarp-cff2da001a9f805785fdc296939b78c69550087b.tar.gz
haarp-cff2da001a9f805785fdc296939b78c69550087b.tar.bz2
haarp-cff2da001a9f805785fdc296939b78c69550087b.zip
python-libevdev for libinput's "measure fuzz"
note that this is neither dev-libs/libevdev nor dev-python/evdev Signed-off-by: haarp <main.haarp@gmail.com>
-rw-r--r--dev-python/python-libevdev/Manifest1
-rw-r--r--dev-python/python-libevdev/python-libevdev-0.8.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/python-libevdev/Manifest b/dev-python/python-libevdev/Manifest
new file mode 100644
index 0000000..d3ffb51
--- /dev/null
+++ b/dev-python/python-libevdev/Manifest
@@ -0,0 +1 @@
+EBUILD python-libevdev-0.8.ebuild 468 BLAKE2B 83eec73373fe1c953fac5a3e597e69b3a182624681a55d9126f25737882aa6d5da4ad88d85a35fb05bee1125fe37d2730d88d23d9b9e3df2c2eee71f7c9971db SHA512 6364b461322737fd22b1bad233147dd067affbde4821e0e0e17ed61bc952b59edcbafe844845a39e1f6148d05a71763977ff4fa455b50c7fe2c375430d431692
diff --git a/dev-python/python-libevdev/python-libevdev-0.8.ebuild b/dev-python/python-libevdev/python-libevdev-0.8.ebuild
new file mode 100644
index 0000000..fbc13b1
--- /dev/null
+++ b/dev-python/python-libevdev/python-libevdev-0.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1 git-r3
+
+DESCRIPTION="Python wrappers for the libevdev library"
+HOMEPAGE="https://python-libevdev.readthedocs.org/"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/python-libevdev.git"
+EGIT_COMMIT="0.8"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libevdev"