From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 250C4158091 for ; Wed, 16 Mar 2022 07:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21CDDE0849; Wed, 16 Mar 2022 07:56:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB0F8E0849 for ; Wed, 16 Mar 2022 07:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99C573436E5 for ; Wed, 16 Mar 2022 07:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A9D8334 for ; Wed, 16 Mar 2022 07:56:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1647417355.e82cfd500ada4de9b3200a387797f3668ca49dcb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-libevdev/Manifest dev-python/python-libevdev/python-libevdev-0.9.ebuild X-VCS-Directories: dev-python/python-libevdev/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e82cfd500ada4de9b3200a387797f3668ca49dcb X-VCS-Branch: master Date: Wed, 16 Mar 2022 07:56:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15f888f1-a188-411c-8f55-fa5b14410bde X-Archives-Hash: 1294e19b8e042051d44c5ace6b3fe451 commit: e82cfd500ada4de9b3200a387797f3668ca49dcb Author: Michał Górny gentoo org> AuthorDate: Wed Mar 16 07:55:55 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 16 07:55:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82cfd50 dev-python/python-libevdev: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-libevdev/Manifest | 1 - .../python-libevdev/python-libevdev-0.9.ebuild | 22 ---------------------- 2 files changed, 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