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

2024-05-07 Thread Michał Górny
commit: 3c587429afa7ba9bf194004988eac0ff63681ab1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 04:54:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 04:54:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c587429

dev-python/evdev: Bump to 1.7.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/evdev/Manifest   |  1 +
 dev-python/evdev/evdev-1.7.1.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/evdev/Manifest b/dev-python/evdev/Manifest
index b0f02696a1ba..fb64589671c1 100644
--- a/dev-python/evdev/Manifest
+++ b/dev-python/evdev/Manifest
@@ -1 +1,2 @@
 DIST python-evdev-1.7.0.gh.tar.gz 87773 BLAKE2B 
8ed41fa8b9a8583c863450d6952955477ca8fca649a1615fcce8741624561f5719d535700dc67c6757f193452d618e5850b6f9ab35c32ab49ed48025e4e5b94c
 SHA512 
79cb8e92f5698b120ba0c4b2603a18907097d130e0128cbad68eb95b50935b6aeadd1e844d4c76909c965719cb5b067e37d0921748be3c7c2493acb58c153521
+DIST python-evdev-1.7.1.gh.tar.gz 88275 BLAKE2B 
334f70785411bd0e8d348ddeb0a6a728dbfd5c3604a19e7153c47d6868f76b0d3c10317230b0d6874cc14b3765d0e520d932c551842bd0d758b7a735b30ba7cb
 SHA512 
802ba7c252a8817c60480db90b28e89b8356580d7b7f6a35725c70fcacbcabb3d3216330f6639ece940d901434cf1617d7682d344b7428fd5c5b6ab940700ff8

diff --git a/dev-python/evdev/evdev-1.7.1.ebuild 
b/dev-python/evdev/evdev-1.7.1.ebuild
new file mode 100644
index ..7325d4b2a71e
--- /dev/null
+++ b/dev-python/evdev/evdev-1.7.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+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/
+   https://github.com/gvalkov/python-evdev/
+   https://pypi.org/project/evdev/
+"
+SRC_URI="
+   https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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
+}



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

2024-03-07 Thread Michał Górny
commit: a79d6f625393bb894d3335f701f86a2bf2b40b99
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 19:29:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 19:48:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79d6f62

dev-python/evdev: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/evdev/Manifest   |  1 -
 dev-python/evdev/evdev-1.6.0.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-python/evdev/Manifest b/dev-python/evdev/Manifest
index 0e2e655e652c..b0f02696a1ba 100644
--- a/dev-python/evdev/Manifest
+++ b/dev-python/evdev/Manifest
@@ -1,2 +1 @@
-DIST python-evdev-1.6.0.gh.tar.gz 86212 BLAKE2B 
bbb9adc3caff31c817972e33cd02ff63ee4e037ebe346fc6b128d119c38b337681bc9ef9069cbe9b604b1ac926dd23a02add23da2f629b31b74b0de338f9f423
 SHA512 
d3dc27aad70897d46ae3cad71cafdf5ac49e8cb52b88566b004edaee3b192b68093e44b487f9ab27b503a18e8e62a08b17d7b782726658f4d8131aa4562cd17a
 DIST python-evdev-1.7.0.gh.tar.gz 87773 BLAKE2B 
8ed41fa8b9a8583c863450d6952955477ca8fca649a1615fcce8741624561f5719d535700dc67c6757f193452d618e5850b6f9ab35c32ab49ed48025e4e5b94c
 SHA512 
79cb8e92f5698b120ba0c4b2603a18907097d130e0128cbad68eb95b50935b6aeadd1e844d4c76909c965719cb5b067e37d0921748be3c7c2493acb58c153521

diff --git a/dev-python/evdev/evdev-1.6.0.ebuild 
b/dev-python/evdev/evdev-1.6.0.ebuild
deleted file mode 100644
index 00fa16c3e2e8..
--- a/dev-python/evdev/evdev-1.6.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-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/
-   https://github.com/gvalkov/python-evdev/
-   https://pypi.org/project/evdev/
-"
-SRC_URI="
-   https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 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
-}



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

2024-03-07 Thread Sam James
commit: deeb10f7b31d9bd788a77d13399b4e69d045fef2
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  7 18:44:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  7 18:44:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deeb10f7

dev-python/evdev: Stabilize 1.7.0 amd64, #926400

Signed-off-by: Sam James  gentoo.org>

 dev-python/evdev/evdev-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/evdev/evdev-1.7.0.ebuild 
b/dev-python/evdev/evdev-1.7.0.ebuild
index bd4056589cef..00fa16c3e2e8 100644
--- a/dev-python/evdev/evdev-1.7.0.ebuild
+++ b/dev-python/evdev/evdev-1.7.0.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 distutils_enable_tests pytest
 



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

2024-03-07 Thread Michał Górny
commit: 87e3da28e567d166a616c3d5fef86a0b56d6ab8e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  7 16:10:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  7 16:10:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e3da28

dev-python/evdev: Stabilize 1.7.0 x86, #926400

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/evdev/evdev-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/evdev/evdev-1.7.0.ebuild 
b/dev-python/evdev/evdev-1.7.0.ebuild
index 7325d4b2a71e..bd4056589cef 100644
--- a/dev-python/evdev/evdev-1.7.0.ebuild
+++ b/dev-python/evdev/evdev-1.7.0.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 distutils_enable_tests pytest
 



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

2024-02-18 Thread Michał Górny
commit: 840ae12de7038550652c7a70398ea46c536ec2f2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 04:08:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 04:10:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840ae12d

dev-python/evdev: Bump to 1.7.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/evdev/Manifest   |  1 +
 dev-python/evdev/evdev-1.7.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/evdev/Manifest b/dev-python/evdev/Manifest
index 418742012671..0e2e655e652c 100644
--- a/dev-python/evdev/Manifest
+++ b/dev-python/evdev/Manifest
@@ -1 +1,2 @@
 DIST python-evdev-1.6.0.gh.tar.gz 86212 BLAKE2B 
bbb9adc3caff31c817972e33cd02ff63ee4e037ebe346fc6b128d119c38b337681bc9ef9069cbe9b604b1ac926dd23a02add23da2f629b31b74b0de338f9f423
 SHA512 
d3dc27aad70897d46ae3cad71cafdf5ac49e8cb52b88566b004edaee3b192b68093e44b487f9ab27b503a18e8e62a08b17d7b782726658f4d8131aa4562cd17a
+DIST python-evdev-1.7.0.gh.tar.gz 87773 BLAKE2B 
8ed41fa8b9a8583c863450d6952955477ca8fca649a1615fcce8741624561f5719d535700dc67c6757f193452d618e5850b6f9ab35c32ab49ed48025e4e5b94c
 SHA512 
79cb8e92f5698b120ba0c4b2603a18907097d130e0128cbad68eb95b50935b6aeadd1e844d4c76909c965719cb5b067e37d0921748be3c7c2493acb58c153521

diff --git a/dev-python/evdev/evdev-1.7.0.ebuild 
b/dev-python/evdev/evdev-1.7.0.ebuild
new file mode 100644
index ..7325d4b2a71e
--- /dev/null
+++ b/dev-python/evdev/evdev-1.7.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+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/
+   https://github.com/gvalkov/python-evdev/
+   https://pypi.org/project/evdev/
+"
+SRC_URI="
+   https://github.com/gvalkov/python-evdev/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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
+}