* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2016-09-11 15:47 Sebastian Pipping
0 siblings, 0 replies; 36+ messages in thread
From: Sebastian Pipping @ 2016-09-11 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 3fff67b7e109cdf5bd8a8e3d57f8c64e51990c19
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:45:29 2016 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:46:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fff67b7
dev-python/python-evdev: 0.6.1 (bug #591280)
Package-Manager: portage-2.3.0
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/python-evdev-0.6.1.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index b5c73ce..6c420c2 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1,3 @@
DIST python-evdev-0.4.3.tar.gz 27658 SHA256 011db63c94e668997ce0609e4a3cb04b92aca21304657151e6567e938de5efc6 SHA512 7bbc4339bde599f38423f88b3e5a4a4408b9214c9b622915b6f31dad50e08879d914fc83e8d95f66c158d5dd2d29e72907c4e3b0a97a3dbdfb7bde9013e161ec WHIRLPOOL 120aea7069cbe86463975103b87e7eca529df34ce14f69fe2378802f867b434a89aadfcdcab1c991ed25114bfe574452e12b33adbacadd1655e2013dc20f4dcb
DIST python-evdev-0.4.5.tar.gz 30415 SHA256 70852905a4d0ad541ee0b8c58c566160df5bd08c69c778cbb9ebacfc50a6be61 SHA512 9d2c09c6dddd96bf6c5c639babe8a2c7dc81023de46ffcfe8e4d76126072fb380d3e726a3db1ae8025d4c816218f981ff23df86e20e0dc90c4ee4ca97ac57db5 WHIRLPOOL b548ad9cee8277bf192c30332ca0b0eeee98f90fe77db86ecdf0106948e5c2aba86ae9c950611357c3e41b9ec9e16a96525546d762c4ecf1d05f660d7107eb57
+DIST python-evdev-0.6.1.tar.gz 79415 SHA256 02a77b56596d9a34342eb5f384c736d1e2df0299ebed6d9d4fe46549b9262df0 SHA512 39d3c68352786f5da130addb4d78889987d94b8a0b5ee141e9c9452b0ce3b097884d6ec6832a67d58e0d40290f61ab8dc56cb34cd15de6a9d3da58bab6c1f536 WHIRLPOOL 4b4c6bf35fbe6c2a08695053c432deab928567db97b90f6a9ab95f0704013b48ee71280a0ff6ca76673877a5cd29354eb2b322902aea97b42a3300bb33003ab6
diff --git a/dev-python/python-evdev/python-evdev-0.6.1.ebuild b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
new file mode 100644
index 00000000..5814526
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="https://python-evdev.readthedocs.org/"
+SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2017-05-15 12:33 Manuel Rüger
0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2017-05-15 12:33 UTC (permalink / raw
To: gentoo-commits
commit: ae9557f53da593505b3b35e862163b87387174dd
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 12:31:07 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 12:32:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9557f5
dev-python/python-evdev: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/python-evdev/python-evdev-0.6.1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-evdev/python-evdev-0.6.1.ebuild b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
index 219ce782a3f..4a7a95efeda 100644
--- a/dev-python/python-evdev/python-evdev-0.6.1.ebuild
+++ b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2017-11-20 16:13 Manuel Rüger
0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2017-11-20 16:13 UTC (permalink / raw
To: gentoo-commits
commit: ba719a5b75d0f145bf1b8bf768b49f671a6b5338
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 16:13:23 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 16:13:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba719a5b
dev-python/python-evdev: Remove old
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/python-evdev/Manifest | 2 --
dev-python/python-evdev/python-evdev-0.4.3.ebuild | 18 ------------------
dev-python/python-evdev/python-evdev-0.4.5.ebuild | 18 ------------------
3 files changed, 38 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 38eb8a0710f..8f6c0a194ad 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,4 +1,2 @@
-DIST python-evdev-0.4.3.tar.gz 27658 SHA256 011db63c94e668997ce0609e4a3cb04b92aca21304657151e6567e938de5efc6 SHA512 7bbc4339bde599f38423f88b3e5a4a4408b9214c9b622915b6f31dad50e08879d914fc83e8d95f66c158d5dd2d29e72907c4e3b0a97a3dbdfb7bde9013e161ec WHIRLPOOL 120aea7069cbe86463975103b87e7eca529df34ce14f69fe2378802f867b434a89aadfcdcab1c991ed25114bfe574452e12b33adbacadd1655e2013dc20f4dcb
-DIST python-evdev-0.4.5.tar.gz 30415 SHA256 70852905a4d0ad541ee0b8c58c566160df5bd08c69c778cbb9ebacfc50a6be61 SHA512 9d2c09c6dddd96bf6c5c639babe8a2c7dc81023de46ffcfe8e4d76126072fb380d3e726a3db1ae8025d4c816218f981ff23df86e20e0dc90c4ee4ca97ac57db5 WHIRLPOOL b548ad9cee8277bf192c30332ca0b0eeee98f90fe77db86ecdf0106948e5c2aba86ae9c950611357c3e41b9ec9e16a96525546d762c4ecf1d05f660d7107eb57
DIST python-evdev-0.6.1.tar.gz 79415 SHA256 02a77b56596d9a34342eb5f384c736d1e2df0299ebed6d9d4fe46549b9262df0 SHA512 39d3c68352786f5da130addb4d78889987d94b8a0b5ee141e9c9452b0ce3b097884d6ec6832a67d58e0d40290f61ab8dc56cb34cd15de6a9d3da58bab6c1f536 WHIRLPOOL 4b4c6bf35fbe6c2a08695053c432deab928567db97b90f6a9ab95f0704013b48ee71280a0ff6ca76673877a5cd29354eb2b322902aea97b42a3300bb33003ab6
DIST python-evdev-0.7.0.tar.gz 80508 SHA256 99c43184cc3e8e23878dcb5a58168a37fca76eda9f23c52d83fba434ba468d50 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a WHIRLPOOL 45cc1342383aca2244011c7d2e77967b4ab0c5d06acd25fcbddd8a3d10cf6c32ece673754410d707a287f6825c6abaf846db25ced726e9ae92815e5f1a529e41
diff --git a/dev-python/python-evdev/python-evdev-0.4.3.ebuild b/dev-python/python-evdev/python-evdev-0.4.3.ebuild
deleted file mode 100644
index 1a2fbbf0bf0..00000000000
--- a/dev-python/python-evdev/python-evdev-0.4.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="http://python-evdev.readthedocs.org/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/python-evdev/python-evdev-0.4.5.ebuild b/dev-python/python-evdev/python-evdev-0.4.5.ebuild
deleted file mode 100644
index e87ce4d6398..00000000000
--- a/dev-python/python-evdev/python-evdev-0.4.5.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="http://python-evdev.readthedocs.org/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2017-11-20 16:13 Manuel Rüger
0 siblings, 0 replies; 36+ messages in thread
From: Manuel Rüger @ 2017-11-20 16:13 UTC (permalink / raw
To: gentoo-commits
commit: c07c90d0e1ceb73dc87faf60f3eeb572f3953f68
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 20 16:12:56 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Nov 20 16:12:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07c90d0
dev-python/python-evdev: Version bump to 0.7.0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/python-evdev-0.7.0.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 6c420c20e6e..38eb8a0710f 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,3 +1,4 @@
DIST python-evdev-0.4.3.tar.gz 27658 SHA256 011db63c94e668997ce0609e4a3cb04b92aca21304657151e6567e938de5efc6 SHA512 7bbc4339bde599f38423f88b3e5a4a4408b9214c9b622915b6f31dad50e08879d914fc83e8d95f66c158d5dd2d29e72907c4e3b0a97a3dbdfb7bde9013e161ec WHIRLPOOL 120aea7069cbe86463975103b87e7eca529df34ce14f69fe2378802f867b434a89aadfcdcab1c991ed25114bfe574452e12b33adbacadd1655e2013dc20f4dcb
DIST python-evdev-0.4.5.tar.gz 30415 SHA256 70852905a4d0ad541ee0b8c58c566160df5bd08c69c778cbb9ebacfc50a6be61 SHA512 9d2c09c6dddd96bf6c5c639babe8a2c7dc81023de46ffcfe8e4d76126072fb380d3e726a3db1ae8025d4c816218f981ff23df86e20e0dc90c4ee4ca97ac57db5 WHIRLPOOL b548ad9cee8277bf192c30332ca0b0eeee98f90fe77db86ecdf0106948e5c2aba86ae9c950611357c3e41b9ec9e16a96525546d762c4ecf1d05f660d7107eb57
DIST python-evdev-0.6.1.tar.gz 79415 SHA256 02a77b56596d9a34342eb5f384c736d1e2df0299ebed6d9d4fe46549b9262df0 SHA512 39d3c68352786f5da130addb4d78889987d94b8a0b5ee141e9c9452b0ce3b097884d6ec6832a67d58e0d40290f61ab8dc56cb34cd15de6a9d3da58bab6c1f536 WHIRLPOOL 4b4c6bf35fbe6c2a08695053c432deab928567db97b90f6a9ab95f0704013b48ee71280a0ff6ca76673877a5cd29354eb2b322902aea97b42a3300bb33003ab6
+DIST python-evdev-0.7.0.tar.gz 80508 SHA256 99c43184cc3e8e23878dcb5a58168a37fca76eda9f23c52d83fba434ba468d50 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a WHIRLPOOL 45cc1342383aca2244011c7d2e77967b4ab0c5d06acd25fcbddd8a3d10cf6c32ece673754410d707a287f6825c6abaf846db25ced726e9ae92815e5f1a529e41
diff --git a/dev-python/python-evdev/python-evdev-0.7.0.ebuild b/dev-python/python-evdev/python-evdev-0.7.0.ebuild
new file mode 100644
index 00000000000..4a7a95efeda
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-0.7.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="https://python-evdev.readthedocs.org/"
+SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2017-12-21 9:07 Michael Palimaka
0 siblings, 0 replies; 36+ messages in thread
From: Michael Palimaka @ 2017-12-21 9:07 UTC (permalink / raw
To: gentoo-commits
commit: cd30727c1eb76da043093bbb7498e0ca12175652
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 08:58:39 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 09:07:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd30727c
dev-python/python-evdev: remove 0.6.1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/python-evdev/Manifest | 1 -
dev-python/python-evdev/python-evdev-0.6.1.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 151a3f29bbf..3d75f589015 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-0.6.1.tar.gz 79415 BLAKE2B 959107cbf162de11d52f8ecf96e2dadebab900a1bbc84d9d089afb194df8997c7303b2e5d855ac682fea6afecf126efab6d6986303cae2b2ae0b300b4284251f SHA512 39d3c68352786f5da130addb4d78889987d94b8a0b5ee141e9c9452b0ce3b097884d6ec6832a67d58e0d40290f61ab8dc56cb34cd15de6a9d3da58bab6c1f536
DIST python-evdev-0.7.0.tar.gz 80508 BLAKE2B 9c3048d649d41b7fc0dfa1af14239a0bfbb5b85c577a8de0323cf35eff79324703987b0a5ec27c06fd277f6ddf76bdd1c7b0b2e589d03ec205c8a7eb0afcad70 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a
diff --git a/dev-python/python-evdev/python-evdev-0.6.1.ebuild b/dev-python/python-evdev/python-evdev-0.6.1.ebuild
deleted file mode 100644
index 4a7a95efeda..00000000000
--- a/dev-python/python-evdev/python-evdev-0.6.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.org/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2018-10-03 10:00 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2018-10-03 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 898c59b8f44218f5d42ed8c696fe424fcb424988
Author: Brian Norris <briannorris <AT> chromium <DOT> org>
AuthorDate: Wed Sep 26 22:59:20 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 3 10:00:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=898c59b8
dev-python/python-evdev: specify header locations, EAPI 7
setup.py hardcodes /usr/include/linux/... paths. This doesn't work if
cross-compiling or otherwise using a different $ROOT with a different
set of headers, as the setup stage might pick up one set of headers,
while the compilation might pick up another.
Fortunately, setup.py supports an --evdev-headers arg so we can fix
this. Let's use it.
At the same time, bump to EAPI 7 to support ${SYSROOT}.
Tested with pytest -- 1 existing test_uinput.py (test_abs_values())
failed before and after this change.
Signed-off-by: Brian Norris <briannorris <AT> chromium.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9978
.../{python-evdev-0.7.0.ebuild => python-evdev-0.7.0-r1.ebuild} | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-0.7.0.ebuild b/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild
similarity index 71%
rename from dev-python/python-evdev/python-evdev-0.7.0.ebuild
rename to dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild
index 4a7a95efeda..8f45fd510f8 100644
--- a/dev-python/python-evdev/python-evdev-0.7.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
@@ -16,3 +16,9 @@ KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_compile() {
+ distutils-r1_python_compile build_ecodes \
+ --evdev-headers \
+ "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2018-10-12 15:31 Dennis Lamm
0 siblings, 0 replies; 36+ messages in thread
From: Dennis Lamm @ 2018-10-12 15:31 UTC (permalink / raw
To: gentoo-commits
commit: 8a4de8d6d057292488298fbb59446696dc112bbc
Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 12 15:31:39 2018 +0000
Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 15:31:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4de8d6
dev-python/python-evdev: version bump 1.1.2
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/python-evdev-1.1.2.ebuild | 24 +++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 3d75f589015..29a4fac96c0 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1 +1,2 @@
DIST python-evdev-0.7.0.tar.gz 80508 BLAKE2B 9c3048d649d41b7fc0dfa1af14239a0bfbb5b85c577a8de0323cf35eff79324703987b0a5ec27c06fd277f6ddf76bdd1c7b0b2e589d03ec205c8a7eb0afcad70 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a
+DIST python-evdev-1.1.2.tar.gz 83067 BLAKE2B 6434d5c62e4a072928d555bfc92e94e7f63ef98ebbf9cd95795a92d6ccdf7b5d4b0f3133a4b3f2524083b842f78ccc305a5da13af59052be3724d83ea4039328 SHA512 054b2e5af532079dc52919d90791d12d7caf75cade07d18b94ea519869659413ea059570b16ebb236a715c541b17016db380bea4e3c1cd21f96824c6303b45d6
diff --git a/dev-python/python-evdev/python-evdev-1.1.2.ebuild b/dev-python/python-evdev/python-evdev-1.1.2.ebuild
new file mode 100644
index 00000000000..69f32c6049c
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-1.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="https://python-evdev.readthedocs.org/"
+SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_compile() {
+ distutils-r1_python_compile build_ecodes \
+ --evdev-headers \
+ "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2019-01-27 12:36 Pacho Ramos
0 siblings, 0 replies; 36+ messages in thread
From: Pacho Ramos @ 2019-01-27 12:36 UTC (permalink / raw
To: gentoo-commits
commit: b78aeed78523f2df4f77773dc51ff9b042c4da08
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 12:29:21 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 12:36:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78aeed7
dev-python/python-evdev: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 -
.../python-evdev/python-evdev-0.7.0-r1.ebuild | 24 ----------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 29a4fac96c0..0fc035a8789 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-0.7.0.tar.gz 80508 BLAKE2B 9c3048d649d41b7fc0dfa1af14239a0bfbb5b85c577a8de0323cf35eff79324703987b0a5ec27c06fd277f6ddf76bdd1c7b0b2e589d03ec205c8a7eb0afcad70 SHA512 9757ce392d08f9de0446963cf5351a66dbc2373426bef26e63d71623df1f7c47d90f6e454649076ded214878e67f321380646da3f76bc0fb57f7eb9bbecd3e7a
DIST python-evdev-1.1.2.tar.gz 83067 BLAKE2B 6434d5c62e4a072928d555bfc92e94e7f63ef98ebbf9cd95795a92d6ccdf7b5d4b0f3133a4b3f2524083b842f78ccc305a5da13af59052be3724d83ea4039328 SHA512 054b2e5af532079dc52919d90791d12d7caf75cade07d18b94ea519869659413ea059570b16ebb236a715c541b17016db380bea4e3c1cd21f96824c6303b45d6
diff --git a/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild b/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild
deleted file mode 100644
index 8f45fd510f8..00000000000
--- a/dev-python/python-evdev/python-evdev-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.org/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_compile() {
- distutils-r1_python_compile build_ecodes \
- --evdev-headers \
- "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2019-03-01 13:19 Lars Wendler
0 siblings, 0 replies; 36+ messages in thread
From: Lars Wendler @ 2019-03-01 13:19 UTC (permalink / raw
To: gentoo-commits
commit: cb81ffd32cdda8ff5714c7a413a562a39421d0c1
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 1 13:19:10 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 13:19:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb81ffd3
dev-python/python-evdev: Revbump to add python3_7 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
.../{python-evdev-1.1.2.ebuild => python-evdev-1.1.2-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-evdev/python-evdev-1.1.2.ebuild b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
similarity index 87%
rename from dev-python/python-evdev/python-evdev-1.1.2.ebuild
rename to dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
index 69f32c6049c..da0ce1d3777 100644
--- a/dev-python/python-evdev/python-evdev-1.1.2.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-02-05 20:47 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2020-02-05 20:47 UTC (permalink / raw
To: gentoo-commits
commit: e02b4bc8220502ab544d8b3f8ec79424a7bbbd63
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 20:15:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 20:46:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02b4bc8
dev-python/python-evdev: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
index 99399b75942..c15afccd9b5 100644
--- a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-05-12 13:58 Joonas Niilola
0 siblings, 0 replies; 36+ messages in thread
From: Joonas Niilola @ 2020-05-12 13:58 UTC (permalink / raw
To: gentoo-commits
commit: 9291018632baa450f7bef0d31157c40f200e2ae1
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun May 3 11:37:45 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 12 13:57:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92910186
dev-python/python-evdev: bump version to 1.3.0 + new proxy-maint
Also added support for python 3.8 with minimal testing on amd64
Closes: https://bugs.gentoo.org/720780
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/metadata.xml | 12 ++++++---
dev-python/python-evdev/python-evdev-1.3.0.ebuild | 30 +++++++++++++++++++++++
3 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 0fc035a8789..d3c4e07a420 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1 +1,2 @@
DIST python-evdev-1.1.2.tar.gz 83067 BLAKE2B 6434d5c62e4a072928d555bfc92e94e7f63ef98ebbf9cd95795a92d6ccdf7b5d4b0f3133a4b3f2524083b842f78ccc305a5da13af59052be3724d83ea4039328 SHA512 054b2e5af532079dc52919d90791d12d7caf75cade07d18b94ea519869659413ea059570b16ebb236a715c541b17016db380bea4e3c1cd21f96824c6303b45d6
+DIST python-evdev-1.3.0.tar.gz 85018 BLAKE2B ba5c391631ecf8cc0a46f21830209c59b1217940ff25e051e027bc8896d71965a394f222f4e3d629ba2a2f8056ccbdc0dfaf43a37684d7157c7456d61f2d8314 SHA512 392fb4fabed344e6db4e257d4cfc7043393efda15d940be80b013e4c4e350334148a7b04aa0a7239f824ad2c7e0bb057c5cff1c0f320d30b25b0c9aab65a6891
diff --git a/dev-python/python-evdev/metadata.xml b/dev-python/python-evdev/metadata.xml
index 1bdf4307150..52c3f63cafa 100644
--- a/dev-python/python-evdev/metadata.xml
+++ b/dev-python/python-evdev/metadata.xml
@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">gvalkov/python-evdev</remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
</pkgmetadata>
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
new file mode 100644
index 00000000000..32265562544
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="https://python-evdev.readthedocs.org/"
+SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+distutils_enable_tests pytest
+
+python_compile() {
+ distutils-r1_python_compile build_ecodes \
+ --evdev-headers \
+ "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
+}
+
+python_test() {
+ pytest -vv tests/test_ecodes.py || die "ecodes test failed for ${EPYTHON}"
+ pytest -vv tests/test_events.py || die "events test failed for ${EPYTHON}"
+ pytest -vv tests/test_uinput.py || die "uinput test failed foe ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-05-12 13:58 Joonas Niilola
0 siblings, 0 replies; 36+ messages in thread
From: Joonas Niilola @ 2020-05-12 13:58 UTC (permalink / raw
To: gentoo-commits
commit: f3f749411f6b9e6d8df8ed36f8717f726c45c482
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun May 10 13:00:35 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 12 13:57:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f74941
dev-python/python-evdev: drop old version
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/15623
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 -
.../python-evdev/python-evdev-1.1.2-r1.ebuild | 24 ----------------------
2 files changed, 25 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index d3c4e07a420..a1b03f58df3 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-1.1.2.tar.gz 83067 BLAKE2B 6434d5c62e4a072928d555bfc92e94e7f63ef98ebbf9cd95795a92d6ccdf7b5d4b0f3133a4b3f2524083b842f78ccc305a5da13af59052be3724d83ea4039328 SHA512 054b2e5af532079dc52919d90791d12d7caf75cade07d18b94ea519869659413ea059570b16ebb236a715c541b17016db380bea4e3c1cd21f96824c6303b45d6
DIST python-evdev-1.3.0.tar.gz 85018 BLAKE2B ba5c391631ecf8cc0a46f21830209c59b1217940ff25e051e027bc8896d71965a394f222f4e3d629ba2a2f8056ccbdc0dfaf43a37684d7157c7456d61f2d8314 SHA512 392fb4fabed344e6db4e257d4cfc7043393efda15d940be80b013e4c4e350334148a7b04aa0a7239f824ad2c7e0bb057c5cff1c0f320d30b25b0c9aab65a6891
diff --git a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild b/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
deleted file mode 100644
index c15afccd9b5..00000000000
--- a/dev-python/python-evdev/python-evdev-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.org/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_compile() {
- distutils-r1_python_compile build_ecodes \
- --evdev-headers \
- "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-06-15 2:30 Aaron Bauman
0 siblings, 0 replies; 36+ messages in thread
From: Aaron Bauman @ 2020-06-15 2:30 UTC (permalink / raw
To: gentoo-commits
commit: be4527467582086c52ed191e3c9945022f95f2b7
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Jun 15 00:10:55 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 02:30:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be452746
dev-python/python-evdev: remove failing test
the test needs read/write access to a dev device
which is only available as root
Closes: https://bugs.gentoo.org/723724
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/16248
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.3.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
index 32265562544..46b1cc4b846 100644
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -26,5 +26,4 @@ python_compile() {
python_test() {
pytest -vv tests/test_ecodes.py || die "ecodes test failed for ${EPYTHON}"
pytest -vv tests/test_events.py || die "events test failed for ${EPYTHON}"
- pytest -vv tests/test_uinput.py || die "uinput test failed foe ${EPYTHON}"
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-09-18 7:29 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2020-09-18 7:29 UTC (permalink / raw
To: gentoo-commits
commit: d3fb57a033021087db97e973c083e6b76c3fbe2d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 07:24:46 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 07:29:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fb57a0
dev-python/python-evdev: amd64 stable wrt bug #740112
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
index 46b1cc4b846..b076afebcdb 100644
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-11-01 21:41 James Le Cuirot
0 siblings, 0 replies; 36+ messages in thread
From: James Le Cuirot @ 2020-11-01 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 44c23d60c4a85bb924b77d190408861b1fc8336c
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 1 21:40:33 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 1 21:40:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c23d60
dev-python/python-evdev: Add python3_9 to PYTHON_COMPAT
The tests are passing.
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
index b076afebcdb..602a70a3fec 100644
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2020-12-11 15:08 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2020-12-11 15:08 UTC (permalink / raw
To: gentoo-commits
commit: 6d37373224ff91d9f9fd2fb22b5831e0c01c0798
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 15:06:36 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 15:08:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d373732
dev-python/python-evdev: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/metadata.xml | 19 +++++++++++--------
dev-python/python-evdev/python-evdev-1.3.0.ebuild | 2 +-
2 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/dev-python/python-evdev/metadata.xml b/dev-python/python-evdev/metadata.xml
index 52c3f63cafa..3d9deba29f1 100644
--- a/dev-python/python-evdev/metadata.xml
+++ b/dev-python/python-evdev/metadata.xml
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">evdev</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
index 602a70a3fec..b35bc7c521d 100644
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1
DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.org/"
+HOMEPAGE="https://python-evdev.readthedocs.io/"
SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2021-01-17 9:02 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2021-01-17 9:02 UTC (permalink / raw
To: gentoo-commits
commit: 53840c3de54f84d7ae6de8d79722893295915893
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 17 08:50:36 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 17 08:55:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53840c3d
dev-python/python-evdev: Bump to 1.4.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/python-evdev-1.4.0.ebuild | 30 +++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index a1b03f58df3..131f10648e0 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1 +1,2 @@
DIST python-evdev-1.3.0.tar.gz 85018 BLAKE2B ba5c391631ecf8cc0a46f21830209c59b1217940ff25e051e027bc8896d71965a394f222f4e3d629ba2a2f8056ccbdc0dfaf43a37684d7157c7456d61f2d8314 SHA512 392fb4fabed344e6db4e257d4cfc7043393efda15d940be80b013e4c4e350334148a7b04aa0a7239f824ad2c7e0bb057c5cff1c0f320d30b25b0c9aab65a6891
+DIST python-evdev-1.4.0.tar.gz 86010 BLAKE2B 958d85f852e88a27fd22ec2511ba1367a69141f294d96f55d45fb5da176c539aef09a6c65d31be87581d0176571c7bd1ca84d580e920e460c3ca810d8efa45be SHA512 a98552bb1c5075c73ebb0a2a3a0fb241e061ed476d5342c8e8e23b3da86fa769a7d5d8027cfa243542d8b62efb89a9b1daf1c4768173295cd466714e4c53029d
diff --git a/dev-python/python-evdev/python-evdev-1.4.0.ebuild b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
new file mode 100644
index 00000000000..ba10259d138
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="https://python-evdev.readthedocs.io/"
+SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+distutils_enable_tests pytest
+
+python_compile() {
+ distutils-r1_python_compile build_ecodes \
+ --evdev-headers \
+ "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
+}
+
+python_test() {
+ # test_uinput requires write access to /dev/uinput
+ pytest -vv --deselect tests/test_uinput.py ||
+ die "tests failed for ${EPYTHON}"
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2021-02-19 12:07 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2021-02-19 12:07 UTC (permalink / raw
To: gentoo-commits
commit: 8078854417d9b4c334771cbabd73d4f98dc66e4c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 12:05:51 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 12:05:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80788544
dev-python/python-evdev: Stabilize 1.4.0 amd64, #771450
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.4.0.ebuild b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
index ba10259d138..4203b149953 100644
--- a/dev-python/python-evdev/python-evdev-1.4.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2021-02-19 16:37 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2021-02-19 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 7bf7f5463906cd7e7deb014967522d44a194e59c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 16:33:19 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 16:33:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf7f546
dev-python/python-evdev: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 -
dev-python/python-evdev/python-evdev-1.3.0.ebuild | 29 -----------------------
2 files changed, 30 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 131f10648e0..7ae6ce76141 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-1.3.0.tar.gz 85018 BLAKE2B ba5c391631ecf8cc0a46f21830209c59b1217940ff25e051e027bc8896d71965a394f222f4e3d629ba2a2f8056ccbdc0dfaf43a37684d7157c7456d61f2d8314 SHA512 392fb4fabed344e6db4e257d4cfc7043393efda15d940be80b013e4c4e350334148a7b04aa0a7239f824ad2c7e0bb057c5cff1c0f320d30b25b0c9aab65a6891
DIST python-evdev-1.4.0.tar.gz 86010 BLAKE2B 958d85f852e88a27fd22ec2511ba1367a69141f294d96f55d45fb5da176c539aef09a6c65d31be87581d0176571c7bd1ca84d580e920e460c3ca810d8efa45be SHA512 a98552bb1c5075c73ebb0a2a3a0fb241e061ed476d5342c8e8e23b3da86fa769a7d5d8027cfa243542d8b62efb89a9b1daf1c4768173295cd466714e4c53029d
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
deleted file mode 100644
index 0e8b02b2a47..00000000000
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 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="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.io/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile build_ecodes \
- --evdev-headers \
- "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
-}
-
-python_test() {
- pytest -vv tests/test_ecodes.py || die "ecodes test failed for ${EPYTHON}"
- pytest -vv tests/test_events.py || die "events test failed for ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2021-05-25 16:05 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2021-05-25 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 46daa83092699ede607ee2d52da85f32d21a2e8c
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Tue May 25 06:46:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 25 16:04:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46daa830
dev-python/python-evdev: bump to python 3.9, 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.4.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-evdev/python-evdev-1.4.0.ebuild b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
index 4203b149953..9dea3a60302 100644
--- a/dev-python/python-evdev/python-evdev-1.4.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
@@ -20,7 +20,7 @@ distutils_enable_tests pytest
python_compile() {
distutils-r1_python_compile build_ecodes \
--evdev-headers \
- "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
+ "${SYSROOT}/usr/include/linux/input.h:${SYSROOT}/usr/include/linux/input-event-codes.h"
}
python_test() {
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-03-24 10:20 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2022-03-24 10:20 UTC (permalink / raw
To: gentoo-commits
commit: 5f31619d8154cf9f4a4312c2574abdea7ab89098
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 09:20:49 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 09:20:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f31619d
dev-python/python-evdev: Bump to 1.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/python-evdev-1.5.0.ebuild | 37 +++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 7ae6ce761417..0f09b9ed2047 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1 +1,2 @@
DIST python-evdev-1.4.0.tar.gz 86010 BLAKE2B 958d85f852e88a27fd22ec2511ba1367a69141f294d96f55d45fb5da176c539aef09a6c65d31be87581d0176571c7bd1ca84d580e920e460c3ca810d8efa45be SHA512 a98552bb1c5075c73ebb0a2a3a0fb241e061ed476d5342c8e8e23b3da86fa769a7d5d8027cfa243542d8b62efb89a9b1daf1c4768173295cd466714e4c53029d
+DIST python-evdev-1.5.0.tar.gz 86384 BLAKE2B 6cb6fb634d974b8ab15722def24037019590f510792fcf2bb64d8c2ffec0871ab4075674eb45a737185e4b42e39d0cd556760d51b13b5a97b79d3ee64cfd342f SHA512 27ceca723a0157fe9efa2f7aad8bb790c63d2b8d399f629eaf11fb387f3ebde0885b2d8a5297492968d625d8d9b186877e074334115e70551a1b121c8864339d
diff --git a/dev-python/python-evdev/python-evdev-1.5.0.ebuild b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
new file mode 100644
index 000000000000..b24eb9bdeb46
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="https://python-evdev.readthedocs.io/"
+SRC_URI="
+ https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_uinput.py
+)
+
+python_configure_all() {
+ esetup.py build_ecodes \
+ --evdev-headers \
+ "${ESYSROOT}/usr/include/linux/input.h:${ESYSROOT}/usr/include/linux/input-event-codes.h"
+}
+
+src_test() {
+ cd tests || die
+ distutils-r1_src_test
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-04-26 23:24 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-04-26 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 4465d84d6b2dc055408ec210eae416ad233f8e50
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 23:23:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 23:23:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4465d84d
dev-python/python-evdev: Stabilize 1.5.0 amd64, #841080
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.5.0.ebuild b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
index b24eb9bdeb46..824baf37bc3e 100644
--- a/dev-python/python-evdev/python-evdev-1.5.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-04-27 7:00 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2022-04-27 7:00 UTC (permalink / raw
To: gentoo-commits
commit: e85caadd23c0650542dfc1c9f1ee8664d4e24605
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 06:47:14 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 07:00:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85caadd
dev-python/python-evdev: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 -
dev-python/python-evdev/python-evdev-1.4.0.ebuild | 30 -----------------------
2 files changed, 31 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 0f09b9ed2047..192ec2fe87ce 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-1.4.0.tar.gz 86010 BLAKE2B 958d85f852e88a27fd22ec2511ba1367a69141f294d96f55d45fb5da176c539aef09a6c65d31be87581d0176571c7bd1ca84d580e920e460c3ca810d8efa45be SHA512 a98552bb1c5075c73ebb0a2a3a0fb241e061ed476d5342c8e8e23b3da86fa769a7d5d8027cfa243542d8b62efb89a9b1daf1c4768173295cd466714e4c53029d
DIST python-evdev-1.5.0.tar.gz 86384 BLAKE2B 6cb6fb634d974b8ab15722def24037019590f510792fcf2bb64d8c2ffec0871ab4075674eb45a737185e4b42e39d0cd556760d51b13b5a97b79d3ee64cfd342f SHA512 27ceca723a0157fe9efa2f7aad8bb790c63d2b8d399f629eaf11fb387f3ebde0885b2d8a5297492968d625d8d9b186877e074334115e70551a1b121c8864339d
diff --git a/dev-python/python-evdev/python-evdev-1.4.0.ebuild b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
deleted file mode 100644
index 9dea3a603023..000000000000
--- a/dev-python/python-evdev/python-evdev-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.io/"
-SRC_URI="https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
-
-distutils_enable_tests pytest
-
-python_compile() {
- distutils-r1_python_compile build_ecodes \
- --evdev-headers \
- "${SYSROOT}/usr/include/linux/input.h:${SYSROOT}/usr/include/linux/input-event-codes.h"
-}
-
-python_test() {
- # test_uinput requires write access to /dev/uinput
- pytest -vv --deselect tests/test_uinput.py ||
- die "tests failed for ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-06-05 5:46 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2022-06-05 5:46 UTC (permalink / raw
To: gentoo-commits
commit: 31fc4cc17f4036d446b217a1e7bc4687e04eb753
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 05:43:59 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 05:43:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fc4cc1
dev-python/python-evdev: Add python@ as maint.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/metadata.xml b/dev-python/python-evdev/metadata.xml
index 685f01270c4f..0c52c6f51f48 100644
--- a/dev-python/python-evdev/metadata.xml
+++ b/dev-python/python-evdev/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
<upstream>
<remote-id type="pypi">evdev</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-06-06 11:02 Jakov Smolić
0 siblings, 0 replies; 36+ messages in thread
From: Jakov Smolić @ 2022-06-06 11:02 UTC (permalink / raw
To: gentoo-commits
commit: f73a1ff790149badf74e8f00546e05c5aae18a8f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 11:01:58 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 11:01:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73a1ff7
dev-python/python-evdev: Stabilize 1.5.0 x86, #848885
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.5.0.ebuild b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
index 824baf37bc3e..a1df11de9086 100644
--- a/dev-python/python-evdev/python-evdev-1.5.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-07-17 5:41 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2022-07-17 5:41 UTC (permalink / raw
To: gentoo-commits
commit: 741bedee500069c687c88403c0675a7b87019a39
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 05:41:01 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 05:41:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741bedee
dev-python/python-evdev: Revbump after removing broken patch
Bug: https://bugs.gentoo.org/858476
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{python-evdev-1.5.0.ebuild => python-evdev-1.5.0-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-python/python-evdev/python-evdev-1.5.0.ebuild b/dev-python/python-evdev/python-evdev-1.5.0-r1.ebuild
similarity index 100%
rename from dev-python/python-evdev/python-evdev-1.5.0.ebuild
rename to dev-python/python-evdev/python-evdev-1.5.0-r1.ebuild
^ permalink raw reply [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-07-18 7:54 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2022-07-18 7:54 UTC (permalink / raw
To: gentoo-commits
commit: 8eb95bb0cd3e0fe510dc402c82da56f8c72021c7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 06:29:52 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 07:54:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb95bb0
dev-python/python-evdev: Bump to 1.6.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 +
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 41 +++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index 192ec2fe87ce..caa3506ed4ca 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1 +1,2 @@
DIST python-evdev-1.5.0.tar.gz 86384 BLAKE2B 6cb6fb634d974b8ab15722def24037019590f510792fcf2bb64d8c2ffec0871ab4075674eb45a737185e4b42e39d0cd556760d51b13b5a97b79d3ee64cfd342f SHA512 27ceca723a0157fe9efa2f7aad8bb790c63d2b8d399f629eaf11fb387f3ebde0885b2d8a5297492968d625d8d9b186877e074334115e70551a1b121c8864339d
+DIST python-evdev-1.6.0.gh.tar.gz 86212 BLAKE2B bbb9adc3caff31c817972e33cd02ff63ee4e037ebe346fc6b128d119c38b337681bc9ef9069cbe9b604b1ac926dd23a02add23da2f629b31b74b0de338f9f423 SHA512 d3dc27aad70897d46ae3cad71cafdf5ac49e8cb52b88566b004edaee3b192b68093e44b487f9ab27b503a18e8e62a08b17d7b782726658f4d8131aa4562cd17a
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
new file mode 100644
index 000000000000..2399c0a71faf
--- /dev/null
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for evdev bindings"
+HOMEPAGE="
+ https://python-evdev.readthedocs.io/
+ https://github.com/gvalkov/python-evdev/
+ https://pypi.org/project/evdev/
+"
+SRC_URI="
+ https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ tests/test_uinput.py
+)
+
+python_configure_all() {
+ esetup.py build_ecodes \
+ --evdev-headers \
+ "${ESYSROOT}/usr/include/linux/input.h:${ESYSROOT}/usr/include/linux/input-event-codes.h"
+}
+
+src_test() {
+ cd tests || die
+ distutils-r1_src_test
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-08-17 21:13 Sam James
0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2022-08-17 21:13 UTC (permalink / raw
To: gentoo-commits
commit: 615fd6e6fb41db0d3380628404ea5c3a6db861b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 21:12:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 21:12:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615fd6e6
dev-python/python-evdev: Stabilize 1.6.0 x86, #865551
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index 2399c0a71faf..fcc6d029fe65 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-08-18 7:01 Agostino Sarubbo
0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2022-08-18 7:01 UTC (permalink / raw
To: gentoo-commits
commit: 1dd52f815d7b9fe4e457e3cf59b424bf909693b2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 07:00:42 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 07:00:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd52f81
dev-python/python-evdev: amd64 stable wrt bug #865551
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index fcc6d029fe65..86d97a21941b 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2022-08-18 10:17 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2022-08-18 10:17 UTC (permalink / raw
To: gentoo-commits
commit: ce12f80085e086397bcc69dd2979d62bb83fff1d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 10:16:27 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 10:16:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce12f800
dev-python/python-evdev: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/Manifest | 1 -
.../python-evdev/python-evdev-1.5.0-r1.ebuild | 37 ----------------------
2 files changed, 38 deletions(-)
diff --git a/dev-python/python-evdev/Manifest b/dev-python/python-evdev/Manifest
index caa3506ed4ca..418742012671 100644
--- a/dev-python/python-evdev/Manifest
+++ b/dev-python/python-evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-1.5.0.tar.gz 86384 BLAKE2B 6cb6fb634d974b8ab15722def24037019590f510792fcf2bb64d8c2ffec0871ab4075674eb45a737185e4b42e39d0cd556760d51b13b5a97b79d3ee64cfd342f SHA512 27ceca723a0157fe9efa2f7aad8bb790c63d2b8d399f629eaf11fb387f3ebde0885b2d8a5297492968d625d8d9b186877e074334115e70551a1b121c8864339d
DIST python-evdev-1.6.0.gh.tar.gz 86212 BLAKE2B bbb9adc3caff31c817972e33cd02ff63ee4e037ebe346fc6b128d119c38b337681bc9ef9069cbe9b604b1ac926dd23a02add23da2f629b31b74b0de338f9f423 SHA512 d3dc27aad70897d46ae3cad71cafdf5ac49e8cb52b88566b004edaee3b192b68093e44b487f9ab27b503a18e8e62a08b17d7b782726658f4d8131aa4562cd17a
diff --git a/dev-python/python-evdev/python-evdev-1.5.0-r1.ebuild b/dev-python/python-evdev/python-evdev-1.5.0-r1.ebuild
deleted file mode 100644
index a1df11de9086..000000000000
--- a/dev-python/python-evdev/python-evdev-1.5.0-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for evdev bindings"
-HOMEPAGE="https://python-evdev.readthedocs.io/"
-SRC_URI="
- https://github.com/gvalkov/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- tests/test_uinput.py
-)
-
-python_configure_all() {
- esetup.py build_ecodes \
- --evdev-headers \
- "${ESYSROOT}/usr/include/linux/input.h:${ESYSROOT}/usr/include/linux/input-event-codes.h"
-}
-
-src_test() {
- cd tests || die
- distutils-r1_src_test
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2023-05-04 16:30 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2023-05-04 16:30 UTC (permalink / raw
To: gentoo-commits
commit: c09a9635bdf8fd44e014ac07452577a54f85b08e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:28:19 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:30:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09a9635
dev-python/python-evdev: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index eb8f185b21a8..740ae668173f 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2023-06-21 13:39 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-06-21 13:39 UTC (permalink / raw
To: gentoo-commits
commit: ade740635be1907a18541fae9b73645d76d0e838
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 13:35:26 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 13:39:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade74063
dev-python/python-evdev: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index 740ae668173f..765ea2aba68e 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2023-06-21 13:39 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-06-21 13:39 UTC (permalink / raw
To: gentoo-commits
commit: a521a0ffce595af858e6de33b4ad1f426bf34824
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 13:35:48 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 13:39:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a521a0ff
dev-python/python-evdev: add github upstream metadata
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-evdev/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-evdev/metadata.xml b/dev-python/python-evdev/metadata.xml
index 0c52c6f51f48..123f4220f5a7 100644
--- a/dev-python/python-evdev/metadata.xml
+++ b/dev-python/python-evdev/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">evdev</remote-id>
+ <remote-id type="github">gvalkov/python-evdev</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2023-10-03 17:18 Mart Raudsepp
0 siblings, 0 replies; 36+ messages in thread
From: Mart Raudsepp @ 2023-10-03 17:18 UTC (permalink / raw
To: gentoo-commits
commit: 12a452248b66de0edc8e23ba42bb00de970a3576
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 17:17:51 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 17:17:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a45224
dev-python/python-evdev: keyword 1.6.0 for ~arm64
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index 765ea2aba68e..af6318359582 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -22,7 +22,7 @@ SRC_URI="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2023-11-24 11:48 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2023-11-24 11:48 UTC (permalink / raw
To: gentoo-commits
commit: f0dadc6e34634297ccb4745184b6124b67fa11d1
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 11:35:41 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 11:47:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dadc6e
dev-python/python-evdev: enable pypy3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index af6318359582..a26cac5f94ea 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
@ 2024-02-19 4:10 Michał Górny
0 siblings, 0 replies; 36+ messages in thread
From: Michał Górny @ 2024-02-19 4:10 UTC (permalink / raw
To: gentoo-commits
commit: 74300267e9de0bbe1151b13c49dd709cd1d42249
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 04:04:31 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 04:10:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74300267
dev-python/python-evdev: Prepare for a rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-evdev/python-evdev-1.6.0.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-evdev/python-evdev-1.6.0.ebuild b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
index a26cac5f94ea..00fa16c3e2e8 100644
--- a/dev-python/python-evdev/python-evdev-1.6.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
+MY_P=python-evdev-${PV}
DESCRIPTION="Python library for evdev bindings"
HOMEPAGE="
https://python-evdev.readthedocs.io/
@@ -17,8 +18,9 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
+ -> ${MY_P}.gh.tar.gz
"
+S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 36+ messages in thread
end of thread, other threads:[~2024-02-19 4:11 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-11 15:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-02-19 4:10 Michał Górny
2023-11-24 11:48 Andrew Ammerlaan
2023-10-03 17:18 Mart Raudsepp
2023-06-21 13:39 Andrew Ammerlaan
2023-06-21 13:39 Andrew Ammerlaan
2023-05-04 16:30 Michał Górny
2022-08-18 10:17 Michał Górny
2022-08-18 7:01 Agostino Sarubbo
2022-08-17 21:13 Sam James
2022-07-18 7:54 Michał Górny
2022-07-17 5:41 Michał Górny
2022-06-06 11:02 Jakov Smolić
2022-06-05 5:46 Michał Górny
2022-04-27 7:00 Michał Górny
2022-04-26 23:24 Sam James
2022-03-24 10:20 Michał Górny
2021-05-25 16:05 Michał Górny
2021-02-19 16:37 Michał Górny
2021-02-19 12:07 Sam James
2021-01-17 9:02 Michał Górny
2020-11-01 21:41 James Le Cuirot
2020-09-18 7:29 Agostino Sarubbo
2020-06-15 2:30 Aaron Bauman
2020-05-12 13:58 Joonas Niilola
2020-05-12 13:58 Joonas Niilola
2020-02-05 20:47 Michał Górny
2019-03-01 13:19 Lars Wendler
2019-01-27 12:36 Pacho Ramos
2018-10-12 15:31 Dennis Lamm
2018-10-03 10:00 Michał Górny
2017-12-21 9:07 Michael Palimaka
2017-11-20 16:13 Manuel Rüger
2017-11-20 16:13 Manuel Rüger
2017-05-15 12:33 Manuel Rüger
2016-09-11 15:47 Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox