diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:58:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:58:51 +0300 |
commit | 7227e9d2ed3aedad785aaae17dc16426edfc1f80 (patch) | |
tree | c3936b9fb940669b5163d563349527aa9d7a2c4b /dev-python/python-libevdev | |
parent | dev-python/dictdiffer: drop 0.9.0 (diff) | |
download | gentoo-7227e9d2ed3aedad785aaae17dc16426edfc1f80.tar.gz gentoo-7227e9d2ed3aedad785aaae17dc16426edfc1f80.tar.bz2 gentoo-7227e9d2ed3aedad785aaae17dc16426edfc1f80.zip |
dev-python/python-libevdev: drop 0.10
Signed-off-by: Arthur Zamarin <arthurzam@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, 0 insertions, 25 deletions
diff --git a/dev-python/python-libevdev/Manifest b/dev-python/python-libevdev/Manifest index dba8f1e16801..3bb0da2c4734 100644 --- a/dev-python/python-libevdev/Manifest +++ b/dev-python/python-libevdev/Manifest @@ -1,2 +1 @@ -DIST python-libevdev-0.10.tar.bz2 32385 BLAKE2B ae962d714168a3c035220dc9343ae5907e5de5a645b9d5857cfd884a847fb5b2b13cbdcc6204a66940ad406e92a3add332755c3adb5a10b7cc6a5ae62468c1ff SHA512 1ea54c5e335d348182fad71151ab37103a8c295c8efb73a60f40b41e399cc5fc48525006b15337e591147fc5385e8e56a12dcbcec2dd2e07652a7b60f85eaf1c DIST python-libevdev-0.11.tar.bz2 32406 BLAKE2B 0291a9008590a2900961d9e790c2946b67bc045a5b0df43f9f40d9c8838b332e1a839c21411ee88eddc92e9c59a038bc7ce8dd365bab71075fdd0a8c629c3a34 SHA512 6fb6181fc97cb1a7a087d298a933891cf05d0160d033c6d6300bcb6a904064b727a15e8e75665ee2933d0e8a0aeab2638f01bbd8d9f803f508157fd0e5ca41fc diff --git a/dev-python/python-libevdev/python-libevdev-0.10.ebuild b/dev-python/python-libevdev/python-libevdev-0.10.ebuild deleted file mode 100644 index a8cc9e902e37..000000000000 --- a/dev-python/python-libevdev/python-libevdev-0.10.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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 ~loong ~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 |