[gentoo-commits] repo/gentoo:master commit in: dev-python/pynput/

2021-10-17 Thread Michał Górny
commit: 7d3a99745260779f7f99e5af29f679c18b22dace
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 09:17:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 09:20:37 2021 +
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 
9f0468b4f94c825e4a093cbfab1ede6988352c4fa3f04f7cc29948d353e0c8bd446f758d79916c2801c7d30ac8f04060e6b27ee29af705a61627ce0c6a5b
 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..000
--- 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}" = "" ]; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pynput/

2021-10-06 Thread Arthur Zamarin
commit: 99d168d99efc324ceddf0545313109933b69497f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct  6 05:22:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct  6 10:31:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d168d9

dev-python/pynput: add 1.7.3, enable py3.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pynput/Manifest|  1 +
 dev-python/pynput/pynput-1.7.3.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest
index 62ccc8a9e58..11f847a136f 100644
--- a/dev-python/pynput/Manifest
+++ b/dev-python/pynput/Manifest
@@ -1 +1,2 @@
 DIST pynput-1.6.8.tar.gz 94483 BLAKE2B 
c04714fb9cdda9527ed6d3c0e7c25214a7678ee908f1a638023b95c2f63242fa7dc28f193b2055338a9cce10c26399eb4f4af0ec69a6ffaa1be0b7e85481ecc4
 SHA512 
23cf2e47e0a284aeb2e294529a1f47a01a42bccae146500eee2ff74704cb5ef7ff33327cca5d6ebec338369b1341c489431891d9f034801cc6be9aac2af90442
+DIST pynput-1.7.3.gh.tar.gz 101244 BLAKE2B 
9f0468b4f94c825e4a093cbfab1ede6988352c4fa3f04f7cc29948d353e0c8bd446f758d79916c2801c7d30ac8f04060e6b27ee29af705a61627ce0c6a5b
 SHA512 
ee8d4439716ddd34765114ca111292d6ec6aca133c18256b378afa4efaae9146280f146dfa9ebb40f0371cb13d449ac5cb87b8fde1f6a2d7fcab456718dae683

diff --git a/dev-python/pynput/pynput-1.7.3.ebuild 
b/dev-python/pynput/pynput-1.7.3.ebuild
new file mode 100644
index 000..3232b52315e
--- /dev/null
+++ b/dev-python/pynput/pynput-1.7.3.ebuild
@@ -0,0 +1,34 @@
+# 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} = "" ]]; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pynput/

2021-05-04 Thread Sam James
commit: ccb61c645656a9baeae81a8546dcfca3d11a2a28
Author: Sam James  gentoo  org>
AuthorDate: Tue May  4 03:17:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  4 19:09:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb61c64

dev-python/pynput: fix phase definition style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 dev-python/pynput/pynput-1.6.8.ebuild | 2 +-
 dev-python/pynput/pynput-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pynput/pynput-1.6.8.ebuild 
b/dev-python/pynput/pynput-1.6.8.ebuild
index 081a00967de..132e0b5bbe4 100644
--- a/dev-python/pynput/pynput-1.6.8.ebuild
+++ b/dev-python/pynput/pynput-1.6.8.ebuild
@@ -28,7 +28,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
 "
 
-src_prepare(){
+src_prepare() {
sed -i "s/ + SETUP_PACKAGES,/,/g" setup.py
distutils-r1_src_prepare
 }

diff --git a/dev-python/pynput/pynput-.ebuild 
b/dev-python/pynput/pynput-.ebuild
index 081a00967de..132e0b5bbe4 100644
--- a/dev-python/pynput/pynput-.ebuild
+++ b/dev-python/pynput/pynput-.ebuild
@@ -28,7 +28,7 @@ DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
 "
 
-src_prepare(){
+src_prepare() {
sed -i "s/ + SETUP_PACKAGES,/,/g" setup.py
distutils-r1_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/pynput/

2021-02-12 Thread Rick Farina
commit: 3e3861e1a72a945240e95cfb24fa57e4d9c5681d
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Feb 12 17:52:32 2021 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Feb 12 17:52:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3861e1

dev-python/pynput: python bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Rick Farina  gentoo.org>

 dev-python/pynput/pynput-1.6.8.ebuild | 4 ++--
 dev-python/pynput/pynput-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pynput/pynput-1.6.8.ebuild 
b/dev-python/pynput/pynput-1.6.8.ebuild
index 6c5e345211a..081a00967de 100644
--- a/dev-python/pynput/pynput-1.6.8.ebuild
+++ b/dev-python/pynput/pynput-1.6.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pynput/pynput-.ebuild 
b/dev-python/pynput/pynput-.ebuild
index 6c5e345211a..081a00967de 100644
--- a/dev-python/pynput/pynput-.ebuild
+++ b/dev-python/pynput/pynput-.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pynput/

2020-05-22 Thread Rick Farina
commit: e21822563d82f3b0e2d284e9ce7e29a1c71ac96c
Author: Rick Farina  gentoo  org>
AuthorDate: Fri May 22 16:40:12 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri May 22 17:22:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2182256

dev-python/pynput: initial ebuild

imported from multiple sources and edited a lot

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rick Farina  gentoo.org>

 dev-python/pynput/Manifest|  1 +
 dev-python/pynput/metadata.xml|  8 
 dev-python/pynput/pynput-1.6.8.ebuild | 34 ++
 dev-python/pynput/pynput-.ebuild  | 34 ++
 4 files changed, 77 insertions(+)

diff --git a/dev-python/pynput/Manifest b/dev-python/pynput/Manifest
new file mode 100644
index 000..62ccc8a9e58
--- /dev/null
+++ b/dev-python/pynput/Manifest
@@ -0,0 +1 @@
+DIST pynput-1.6.8.tar.gz 94483 BLAKE2B 
c04714fb9cdda9527ed6d3c0e7c25214a7678ee908f1a638023b95c2f63242fa7dc28f193b2055338a9cce10c26399eb4f4af0ec69a6ffaa1be0b7e85481ecc4
 SHA512 
23cf2e47e0a284aeb2e294529a1f47a01a42bccae146500eee2ff74704cb5ef7ff33327cca5d6ebec338369b1341c489431891d9f034801cc6be9aac2af90442

diff --git a/dev-python/pynput/metadata.xml b/dev-python/pynput/metadata.xml
new file mode 100644
index 000..2b9b4266ca5
--- /dev/null
+++ b/dev-python/pynput/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zeroch...@gentoo.org
+   Rick Farina
+   
+

diff --git a/dev-python/pynput/pynput-1.6.8.ebuild 
b/dev-python/pynput/pynput-1.6.8.ebuild
new file mode 100644
index 000..a9c4160cc50
--- /dev/null
+++ b/dev-python/pynput/pynput-1.6.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Sends virtual input commands"
+HOMEPAGE="https://github.com/moses-palmer/pynput;
+LICENSE="GPL-3"
+SLOT="0"
+if [ "${PV}" = "" ]; 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/dev-python/pynput/pynput-.ebuild 
b/dev-python/pynput/pynput-.ebuild
new file mode 100644
index 000..a9c4160cc50
--- /dev/null
+++ b/dev-python/pynput/pynput-.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Sends virtual input commands"
+HOMEPAGE="https://github.com/moses-palmer/pynput;
+LICENSE="GPL-3"
+SLOT="0"
+if [ "${PV}" = "" ]; 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
+}