public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
Date: Mon, 18 Jul 2022 07:54:52 +0000 (UTC)	[thread overview]
Message-ID: <1658130879.8eb95bb0cd3e0fe510dc402c82da56f8c72021c7.mgorny@gentoo> (raw)

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
+}


             reply	other threads:[~2022-07-18  7:54 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-18  7:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-19  4:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/ 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-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-12-11 15:08 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

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1658130879.8eb95bb0cd3e0fe510dc402c82da56f8c72021c7.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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