diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-16 08:55:55 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-16 08:55:55 +0100 |
commit | e82cfd500ada4de9b3200a387797f3668ca49dcb (patch) | |
tree | e6d1bd7ef7d4c72721d065be2b268fdedb283b46 /dev-python/python-libevdev | |
parent | dev-python/pyspf: Remove old (diff) | |
download | gentoo-e82cfd500ada4de9b3200a387797f3668ca49dcb.tar.gz gentoo-e82cfd500ada4de9b3200a387797f3668ca49dcb.tar.bz2 gentoo-e82cfd500ada4de9b3200a387797f3668ca49dcb.zip |
dev-python/python-libevdev: Remove old
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.9.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/python-libevdev/Manifest b/dev-python/python-libevdev/Manifest index 784dbab9bc0d..be2d5db9038a 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.9.tar.bz2 31496 BLAKE2B 4802f1528c104b0717f3f3a450e6e704232d5045ac285b96eb3eb690f120969ea0f23eae1da6013b260627f18b3e58e55a5017401928149e9cc581d9a84fad70 SHA512 77dcb18c393fd7962887d477292ec359c65404ae126624dc5ab201528e53b9fab565d5c6acfe2908f4a03a29e09fad862220246b91a92cc5f69768a31d1ca808 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 |