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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7529C158088 for ; Sun, 17 Oct 2021 09:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55272E0951; Sun, 17 Oct 2021 09:20:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36511E0946 for ; Sun, 17 Oct 2021 09:20:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F36D53433A7 for ; Sun, 17 Oct 2021 09:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34552168 for ; Sun, 17 Oct 2021 09:20:51 +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: <1634462437.7d3a99745260779f7f99e5af29f679c18b22dace.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pynput/Manifest dev-python/pynput/pynput-1.6.8.ebuild X-VCS-Directories: dev-python/pynput/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d3a99745260779f7f99e5af29f679c18b22dace X-VCS-Branch: master Date: Sun, 17 Oct 2021 09:20:51 +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: 868ce3cf-b55b-48c9-af43-4887946a82db X-Archives-Hash: 0182ca26e4e45c13be4548fb1786742b commit: 7d3a99745260779f7f99e5af29f679c18b22dace Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 09:17:14 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 09:20:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3a9974 dev-python/pynput: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pynput/Manifest | 1 - dev-python/pynput/pynput-1.6.8.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest index 11f847a136f..1d3dd4bbf91 100644 --- a/dev-python/pynput/Manifest +++ b/dev-python/pynput/Manifest @@ -1,2 +1 @@ -DIST pynput-1.6.8.tar.gz 94483 BLAKE2B c04714fb9cdda9527ed6d3c0e7c25214a7678ee908f1a638023b95c2f63242fa7dc28f193b2055338a9cce10c26399eb4f4af0ec69a6ffaa1be0b7e85481ecc4 SHA512 23cf2e47e0a284aeb2e294529a1f47a01a42bccae146500eee2ff74704cb5ef7ff33327cca5d6ebec338369b1341c489431891d9f034801cc6be9aac2af90442 DIST pynput-1.7.3.gh.tar.gz 101244 BLAKE2B 9f0468b4f94c825e4a093cbfab1ede6988352c4fa3f04f7cc29948d353e0aaaac8bd446f758d79916c2801c7d30ac8f04060e6b27ee29af705a61627ce0c6a5b SHA512 ee8d4439716ddd34765114ca111292d6ec6aca133c18256b378afa4efaae9146280f146dfa9ebb40f0371cb13d449ac5cb87b8fde1f6a2d7fcab456718dae683 diff --git a/dev-python/pynput/pynput-1.6.8.ebuild b/dev-python/pynput/pynput-1.6.8.ebuild deleted file mode 100644 index 132e0b5bbe4..00000000000 --- a/dev-python/pynput/pynput-1.6.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Sends virtual input commands" -HOMEPAGE="https://github.com/moses-palmer/pynput" -LICENSE="GPL-3" -SLOT="0" -if [ "${PV}" = "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/moses-palmer/pynput.git" -else - SRC_URI="https://github.com/moses-palmer/pynput/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi -IUSE="" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] -" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" - -src_prepare() { - sed -i "s/ + SETUP_PACKAGES,/,/g" setup.py - distutils-r1_src_prepare -}