From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/python-libevdev/Manifest | 4 ++-- .../python-libevdev/python-libevdev-0.10.ebuild | 24 ++++++++++++++++++++++ .../python-libevdev/python-libevdev-0.9.ebuild | 22 -------------------- 3 files changed, 26 insertions(+), 24 deletions(-) create mode 100644 dev-python/python-libevdev/python-libevdev-0.10.ebuild delete mode 100644 dev-python/python-libevdev/python-libevdev-0.9.ebuild (limited to 'dev-python/python-libevdev') diff --git a/dev-python/python-libevdev/Manifest b/dev-python/python-libevdev/Manifest index ace4ef36889e..210f02fc774c 100644 --- a/dev-python/python-libevdev/Manifest +++ b/dev-python/python-libevdev/Manifest @@ -1,3 +1,3 @@ -DIST python-libevdev-0.9.tar.bz2 31496 BLAKE2B 4802f1528c104b0717f3f3a450e6e704232d5045ac285b96eb3eb690f120969ea0f23eae1da6013b260627f18b3e58e55a5017401928149e9cc581d9a84fad70 SHA512 77dcb18c393fd7962887d477292ec359c65404ae126624dc5ab201528e53b9fab565d5c6acfe2908f4a03a29e09fad862220246b91a92cc5f69768a31d1ca808 -EBUILD python-libevdev-0.9.ebuild 650 BLAKE2B 84206ea091779513315264901daf0f6eb4068941544e6218385556160504e8ccf2674e546dd11a74dc9e23233ec53d862e440fdf86394f6cb91ad8a9f8f134d3 SHA512 4a66a17a59c8da0432284517c783431dd9836a90fa02e06fb241c52c75f5f17d51d94926ebcc97e34ab6c3f73eb43ca81bbd3480e845256d1a18e2d50ff25322 +DIST python-libevdev-0.10.tar.bz2 32385 BLAKE2B ae962d714168a3c035220dc9343ae5907e5de5a645b9d5857cfd884a847fb5b2b13cbdcc6204a66940ad406e92a3add332755c3adb5a10b7cc6a5ae62468c1ff SHA512 1ea54c5e335d348182fad71151ab37103a8c295c8efb73a60f40b41e399cc5fc48525006b15337e591147fc5385e8e56a12dcbcec2dd2e07652a7b60f85eaf1c +EBUILD python-libevdev-0.10.ebuild 683 BLAKE2B a0d80a06a6b5d3a28ac7696132b8642f52f1d52153d25db0f927ebc569586564a3eacfbee3d1ef368b2cdfd61bd43925a8857caa4d9d4eb9d77e2546283b2e63 SHA512 fbb8865f5e082aca4d3faa4f9245c9125af49f0f63ba5a19aa63b94229078fed6763a2f4701521d76aa3f9b3dbf5822d5adab40f127b744797dfe63280056727 MISC metadata.xml 330 BLAKE2B 5e5d0c798e9cda51a5339cc535ed4095ce88aa6b8e22f50301fa5eb766635411729a8f1568727249b38623974b9eeb027d81b9515262b12c74fcb720680ccca1 SHA512 7eefac30ab962d4e53a7e8e1e1630f891c0f985d70579ff53bbff9acead6e324747d3771bdaef274abed608c3c983fc2cac92acb7970511b45612a63b3be95ec 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..eda57a86e64e --- /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 diff --git a/dev-python/python-libevdev/python-libevdev-0.9.ebuild b/dev-python/python-libevdev/python-libevdev-0.9.ebuild deleted file mode 100644 index b2931b3ecaa7..000000000000 --- a/dev-python/python-libevdev/python-libevdev-0.9.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2020-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="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 -- cgit v1.2.3