public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pynput/
Date: Sun, 31 Jul 2022 18:38:34 +0000 (UTC)	[thread overview]
Message-ID: <1659292643.8db1ffb84179c4934af264ad5c706044ff78bb4a.jsmolic@gentoo> (raw)

commit:     8db1ffb84179c4934af264ad5c706044ff78bb4a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 18:34:25 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 18:37:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db1ffb8

dev-python/pynput: treeclean

Closes: https://bugs.gentoo.org/845816
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-python/pynput/Manifest            |  1 -
 dev-python/pynput/metadata.xml        | 11 -----------
 dev-python/pynput/pynput-1.7.3.ebuild | 34 ----------------------------------
 dev-python/pynput/pynput-9999.ebuild  | 34 ----------------------------------
 profiles/package.mask                 |  1 -
 5 files changed, 81 deletions(-)

diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest
deleted file mode 100644
index 1d3dd4bbf915..000000000000
--- a/dev-python/pynput/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pynput-1.7.3.gh.tar.gz 101244 BLAKE2B 9f0468b4f94c825e4a093cbfab1ede6988352c4fa3f04f7cc29948d353e0aaaac8bd446f758d79916c2801c7d30ac8f04060e6b27ee29af705a61627ce0c6a5b SHA512 ee8d4439716ddd34765114ca111292d6ec6aca133c18256b378afa4efaae9146280f146dfa9ebb40f0371cb13d449ac5cb87b8fde1f6a2d7fcab456718dae683

diff --git a/dev-python/pynput/metadata.xml b/dev-python/pynput/metadata.xml
deleted file mode 100644
index c4fe169e67a5..000000000000
--- a/dev-python/pynput/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>zerochaos@gentoo.org</email>
-		<name>Rick Farina</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="pypi">pynput</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/pynput/pynput-1.7.3.ebuild b/dev-python/pynput/pynput-1.7.3.ebuild
deleted file mode 100644
index 3232b52315ec..000000000000
--- a/dev-python/pynput/pynput-1.7.3.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_{8..10} )
-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}.gh.tar.gz
-	"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-RDEPEND="
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/python-xlib[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-	sed -e "s/ + SETUP_PACKAGES,/,/g" -i setup.py || die
-	distutils-r1_src_prepare
-}

diff --git a/dev-python/pynput/pynput-9999.ebuild b/dev-python/pynput/pynput-9999.ebuild
deleted file mode 100644
index 132e0b5bbe49..000000000000
--- a/dev-python/pynput/pynput-9999.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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 72937bfbf5da..04a9e3ffd4cd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -495,7 +495,6 @@ dev-python/pydispatcher
 # #846017, #846200, #846203, #846206, #853844, removal on 2022-08-01.
 app-misc/siglo
 dev-python/gatt-python
-dev-python/pynput
 
 # Sam James <sam@gentoo.org> (2022-07-02)
 # Deprecated dependencies, no activity upstream. Bugs #845615, #796326.


                 reply	other threads:[~2022-07-31 18:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1659292643.8db1ffb84179c4934af264ad5c706044ff78bb4a.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox