From: "Tony Olagbaiye" <gentoo@fron.io>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyclip/
Date: Wed, 18 May 2022 19:35:58 +0000 (UTC) [thread overview]
Message-ID: <1652902453.7b0f89b124e584e8b734fceae75d78fe505415e8.gentoo@gentoo> (raw)
commit: 7b0f89b124e584e8b734fceae75d78fe505415e8
Author: Tony Olagbaiye <bqv <AT> fron <DOT> io>
AuthorDate: Wed May 18 19:34:13 2022 +0000
Commit: Tony Olagbaiye <gentoo <AT> fron <DOT> io>
CommitDate: Wed May 18 19:34:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b0f89b1
dev-python/pyclip: extend PYTHON_COMPAT
Signed-off-by: Tony Olagbaiye <bqv <AT> fron.io>
dev-python/pyclip/Manifest | 4 ----
dev-python/pyclip/pyclip-0.5.4.ebuild | 2 +-
dev-python/pyclip/pyclip-0.6.0.ebuild | 2 +-
dev-python/pyclip/pyclip-9999.ebuild | 2 +-
4 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-python/pyclip/Manifest b/dev-python/pyclip/Manifest
index a978de621..0d27b94a5 100644
--- a/dev-python/pyclip/Manifest
+++ b/dev-python/pyclip/Manifest
@@ -1,6 +1,2 @@
DIST pyclip-0.5.4.tar.gz 17056 BLAKE2B e1c29dda7496086cca4782d13fbca4dff7157ef0fdb467e7472ee1e531e53d5d1b1577bfbc3cea30f80d88def20ed34ac71b7a90e2f1728e2cdd9937ce4f2528 SHA512 c0ec789ac7b13e34d9ad91006b3b6369d552d0b79b8fc7de93f4817b0540ca889238a4bbb8ee0ac0b573d644822982f99a3ca2562dc3091440441e8d9c2361dc
DIST pyclip-0.6.0.tar.gz 17148 BLAKE2B eb67f5f832f80d69ac985a9c16fd1e01edf016c278fc48329af81aa48a98f634835ba018a4d1a278a4117e9550f9d09a2776c353d7a37c77dc3d1f146a7d3af2 SHA512 3666d187fd2a0d107197c4bc9fab9e8e248cdd8607945470b622f1ebeaba7deaf3b30dd2570b36ef82fd5fd729aebbd73da85bc51f1696652ed3ef091e96368f
-EBUILD pyclip-0.5.4.ebuild 610 BLAKE2B 332427d116fab4d84e81f12fa8d384319ceab32322e95caa126df7ed49a9638ef86a79ea877a4264b461013d800dc43c0d2af9debf222a13495d585d33f7aaea SHA512 3691755d996f96d5d30d9a6b92b6b8f185d32d695ee20951f24da737dc2d67ecca9a1e695213e6fac9b4abd2bd548f0f6aef21d23f1387bd72e28b03d95db78a
-EBUILD pyclip-0.6.0.ebuild 637 BLAKE2B 9108efecbcba70afef3403b22ac6571b034c0791c882b9ce217e5ea6ecbadd84546ec2c54c80b90e7e9fd6187215711800fa33e6bb7247969a195f5f0b405f45 SHA512 614697a39008f32b7479001dc40164e55bda19ee72f21b67cc50ccad51b8e39151b01d03ea4eba4f371afe664a5d61608277a04349489e155ca97b4e3ca573c9
-EBUILD pyclip-9999.ebuild 637 BLAKE2B 9108efecbcba70afef3403b22ac6571b034c0791c882b9ce217e5ea6ecbadd84546ec2c54c80b90e7e9fd6187215711800fa33e6bb7247969a195f5f0b405f45 SHA512 614697a39008f32b7479001dc40164e55bda19ee72f21b67cc50ccad51b8e39151b01d03ea4eba4f371afe664a5d61608277a04349489e155ca97b4e3ca573c9
-MISC metadata.xml 369 BLAKE2B 265843b9e036f5e3ec55de711ffad44525ff69f9c09c8fd88325ecdb9a5addf552e324d5501ec85b4573317c1cb842b0d67afb3a48039a0b9f5790401221fdfd SHA512 e9371bdce177b0033add7dba1a6eda677ab4a0d1165c89450c5092f71b40893efa3c5be4769c60a125fee0282a52ea1cade5c7ac509a761a4f9c9c98b96d62ba
diff --git a/dev-python/pyclip/pyclip-0.5.4.ebuild b/dev-python/pyclip/pyclip-0.5.4.ebuild
index f0a45a18f..e304a97a4 100644
--- a/dev-python/pyclip/pyclip-0.5.4.ebuild
+++ b/dev-python/pyclip/pyclip-0.5.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..11} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
diff --git a/dev-python/pyclip/pyclip-0.6.0.ebuild b/dev-python/pyclip/pyclip-0.6.0.ebuild
index 4370b2329..997c812c2 100644
--- a/dev-python/pyclip/pyclip-0.6.0.ebuild
+++ b/dev-python/pyclip/pyclip-0.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
diff --git a/dev-python/pyclip/pyclip-9999.ebuild b/dev-python/pyclip/pyclip-9999.ebuild
index 4370b2329..997c812c2 100644
--- a/dev-python/pyclip/pyclip-9999.ebuild
+++ b/dev-python/pyclip/pyclip-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1
next reply other threads:[~2022-05-18 19:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 19:35 Tony Olagbaiye [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-10 15:48 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyclip/ Denis Reva
2024-03-21 22:11 Esteve Varela Colominas
2024-02-19 21:58 Lucio Sauer
2024-02-19 21:58 Lucio Sauer
2024-02-19 21:58 Lucio Sauer
2024-02-19 21:33 Julien Roy
2022-12-19 13:55 Denis Reva
2022-12-19 13:48 Denis Reva
2022-05-26 21:09 Ryan Fox
2022-05-26 20:43 Ryan Fox
2022-05-26 20:43 Ryan Fox
2022-05-19 20:58 Tony Olagbaiye
2022-05-18 16:00 Tony Olagbaiye
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=1652902453.7b0f89b124e584e8b734fceae75d78fe505415e8.gentoo@gentoo \
--to=gentoo@fron.io \
--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