From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/rogdrv/
Date: Tue, 13 Apr 2021 13:22:08 +0000 (UTC) [thread overview]
Message-ID: <1618318362.15f3cc37b8043d2674280d69c9433328ec859115.andrewammerlaan@gentoo> (raw)
Message-ID: <20210413132208.b0lRQ_uH2mxeP5uR_ECuOneoAWAe6epjpkOwuOuzspA@z> (raw)
commit: 15f3cc37b8043d2674280d69c9433328ec859115
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 12:52:42 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 12:52:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15f3cc37
sys-apps/rogdrv: bump python compat
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sys-apps/rogdrv/Manifest | 2 +-
.../{rogdrv-0.0.5.ebuild => rogdrv-0.0.5_p20210208.ebuild} | 13 ++++++++-----
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/sys-apps/rogdrv/Manifest b/sys-apps/rogdrv/Manifest
index 93471bc9a..8697f4a91 100644
--- a/sys-apps/rogdrv/Manifest
+++ b/sys-apps/rogdrv/Manifest
@@ -1 +1 @@
-DIST rogdrv-0.0.5.tar.gz 68703 BLAKE2B 4896b35eeefa0fc35251eeae993eb54669f0ed67e401de06a688954b15cbc13691a4d52ae3ecb7441079a610505d0162c9b82da5dd98712bbdaa632773637d03 SHA512 9db833ca0b0d8ddbce484aa1745e83cb169477e1fdb76e740a4a63106756ef55a06e63ef4c97e565c4425c97ed3e7aeeefa9e099da386c8fc3e168ded720ba2d
+DIST rogdrv-0.0.5_p20210208.tar.gz 69578 BLAKE2B e163542b023423c4379b596b44b73a5c37d3c1502b0f65865bdc8dfcef2f7eb49aec9f1ca456a8bda7ad369e6bc638bc85d7f054610ce52059dbab198b9b4f36 SHA512 66a00a99409a9bf5f2a1ea887ade0408180989f671d5b4b16c40b382776cae8ad4980ca4831d7a9ade229ffa30ad0f92b56c535164a61ea6110c3e8fc889487d
diff --git a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild b/sys-apps/rogdrv/rogdrv-0.0.5_p20210208.ebuild
similarity index 72%
rename from sys-apps/rogdrv/rogdrv-0.0.5.ebuild
rename to sys-apps/rogdrv/rogdrv-0.0.5_p20210208.ebuild
index fa176a200..5199a38c8 100644
--- a/sys-apps/rogdrv/rogdrv-0.0.5.ebuild
+++ b/sys-apps/rogdrv/rogdrv-0.0.5_p20210208.ebuild
@@ -1,14 +1,14 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 linux-info udev
-COMMIT="4bdb41403d2000ae8941bc987f5a2dbafedbc544"
+COMMIT="ebf9965192196feaae6828bc41bf3dac1d9a1e5e"
DESCRIPTION="ASUS ROG userspace mouse driver for Linux."
HOMEPAGE="https://github.com/kyokenn/rogdrv"
S="${WORKDIR}/${PN}-${COMMIT}"
@@ -28,9 +28,12 @@ CONFIG_CHECK="~INPUT_UINPUT"
python_prepare_all() {
# duplicate text, commited to upstream
- sed -i -e '/Comment=ASUS/d' rogdrv.desktop rogdrv/gtk3.py
+ sed -i -e '/Comment=ASUS/d' rogdrv.desktop rogdrv/gtk3.py || die
# udev rules are placed outside /usr
- sed -i -e '/etc[\/]udev/d' setup.py
+ sed -i -e '/etc[\/]udev/d' setup.py || die
+ # clear setup_requires, for some reason this package
+ # triggers something in setuptools that calls pip
+ sed -i -e '/setup_requires/,+2d' setup.py || die
distutils-r1_python_prepare_all
}
next reply other threads:[~2021-04-13 13:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-13 13:15 Andrew Ammerlaan [this message]
2021-04-13 13:22 ` [gentoo-commits] repo/proj/guru:master commit in: sys-apps/rogdrv/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-05-06 0:22 [gentoo-commits] repo/proj/guru:dev " Alessandro Barbieri
2020-08-05 10:35 Henrik Pihl
2020-08-03 16:47 Henrik Pihl
2020-08-03 16:06 Henrik Pihl
2020-08-03 15:07 Andrew Ammerlaan
2020-08-03 11:53 Henrik Pihl
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=1618318362.15f3cc37b8043d2674280d69c9433328ec859115.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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