diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-10 08:25:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-10 08:58:07 +0100 |
commit | 00322900a837cd3fa21465b683d850c13fba59bd (patch) | |
tree | 884c7e0a7907df6a43c1e1077625a18430104708 /dev-python/python-libevdev | |
parent | dev-python/flexmock: Bump to 0.11.3 (diff) | |
download | gentoo-00322900a837cd3fa21465b683d850c13fba59bd.tar.gz gentoo-00322900a837cd3fa21465b683d850c13fba59bd.tar.bz2 gentoo-00322900a837cd3fa21465b683d850c13fba59bd.zip |
dev-python/python-libevdev: Bump to 0.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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..2dc2e7d1652a --- /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_{8..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 |