diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-10 15:54:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-10 15:54:57 +0000 |
| commit | e55a128ae6ced7797822e24966e8f18f8218190c (patch) | |
| tree | 1eb4ef662cee1b444ca76a076540b85143e78165 /dev-python/python-libevdev | |
| parent | 3ee9ccd07a19b4a620f1f09946d1e15ccda85d3b (diff) | |
| download | baldeagleos-repo-e55a128ae6ced7797822e24966e8f18f8218190c.tar.gz baldeagleos-repo-e55a128ae6ced7797822e24966e8f18f8218190c.tar.xz baldeagleos-repo-e55a128ae6ced7797822e24966e8f18f8218190c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-libevdev')
| -rw-r--r-- | dev-python/python-libevdev/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-libevdev/python-libevdev-0.10.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/python-libevdev/Manifest b/dev-python/python-libevdev/Manifest index 73d8f6a6d0b7..784dbab9bc0d 100644 --- a/dev-python/python-libevdev/Manifest +++ b/dev-python/python-libevdev/Manifest @@ -1 +1,2 @@ +DIST python-libevdev-0.10.tar.bz2 32385 BLAKE2B ae962d714168a3c035220dc9343ae5907e5de5a645b9d5857cfd884a847fb5b2b13cbdcc6204a66940ad406e92a3add332755c3adb5a10b7cc6a5ae62468c1ff SHA512 1ea54c5e335d348182fad71151ab37103a8c295c8efb73a60f40b41e399cc5fc48525006b15337e591147fc5385e8e56a12dcbcec2dd2e07652a7b60f85eaf1c DIST python-libevdev-0.9.tar.bz2 31496 BLAKE2B 4802f1528c104b0717f3f3a450e6e704232d5045ac285b96eb3eb690f120969ea0f23eae1da6013b260627f18b3e58e55a5017401928149e9cc581d9a84fad70 SHA512 77dcb18c393fd7962887d477292ec359c65404ae126624dc5ab201528e53b9fab565d5c6acfe2908f4a03a29e09fad862220246b91a92cc5f69768a31d1ca808 diff --git a/dev-python/python-libevdev/python-libevdev-0.10.ebuild b/dev-python/python-libevdev/python-libevdev-0.10.ebuild new file mode 100644 index 000000000000..f0ee3caf5331 --- /dev/null +++ b/dev-python/python-libevdev/python-libevdev-0.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{6,7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Python wrappers for the libevdev library" +HOMEPAGE="https://gitlab.freedesktop.org/libevdev/python-libevdev" +SRC_URI="https://gitlab.freedesktop.org/libevdev/${PN}/-/archive/${PV}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND="test? ( dev-libs/libevdev )" +PDEPEND="dev-libs/libevdev" + +distutils_enable_tests unittest +distutils_enable_sphinx doc/source \ + dev-python/sphinx_rtd_theme |
