commit:     c9e22fa49de8e30034a4fd4ea653314ea4a45507
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Feb 19 21:26:49 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Feb 19 21:26:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9e22fa4

dev-python/pyclip: add py3.12, remove empty variable

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/pyclip/Manifest            | 6 +++---
 dev-python/pyclip/pyclip-0.5.4.ebuild | 8 +++-----
 dev-python/pyclip/pyclip-0.6.0.ebuild | 8 +++-----
 dev-python/pyclip/pyclip-0.7.0.ebuild | 8 +++-----
 dev-python/pyclip/pyclip-9999.ebuild  | 8 +++-----
 5 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/dev-python/pyclip/Manifest b/dev-python/pyclip/Manifest
index c965fff813..a21958c87b 100644
--- a/dev-python/pyclip/Manifest
+++ b/dev-python/pyclip/Manifest
@@ -1,3 +1,3 @@
-DIST pyclip-0.5.4.tar.gz 17056 BLAKE2B 
e1c29dda7496086cca4782d13fbca4dff7157ef0fdb467e7472ee1e531e53d5d1b1577bfbc3cea30f80d88def20ed34ac71b7a90e2f1728e2cdd9937ce4f2528
 SHA512 
c0ec789ac7b13e34d9ad91006b3b6369d552d0b79b8fc7de93f4817b0540ca889238a4bbb8ee0ac0b573d644822982f99a3ca2562dc3091440441e8d9c2361dc
-DIST pyclip-0.6.0.tar.gz 17148 BLAKE2B 
eb67f5f832f80d69ac985a9c16fd1e01edf016c278fc48329af81aa48a98f634835ba018a4d1a278a4117e9550f9d09a2776c353d7a37c77dc3d1f146a7d3af2
 SHA512 
3666d187fd2a0d107197c4bc9fab9e8e248cdd8607945470b622f1ebeaba7deaf3b30dd2570b36ef82fd5fd729aebbd73da85bc51f1696652ed3ef091e96368f
-DIST pyclip-0.7.0.tar.gz 17555 BLAKE2B 
281a2dacd82d7501e01750134d82fc0b66ac1d41a631b9573160262c94cfb97ad463036e8ec523674580fdfb71849175e58836530d761462a72ba9ba3f2fd618
 SHA512 
64849befe020b0ac38aa8ed93ceb7fb275112aa49ae527fc54916ea591e09ce5a1a669d8f68083b098112a90fd36f71d2abeef6c3a8908e6cde20f04b0273877
+DIST pyclip-0.5.4.gh.tar.gz 17056 BLAKE2B 
e1c29dda7496086cca4782d13fbca4dff7157ef0fdb467e7472ee1e531e53d5d1b1577bfbc3cea30f80d88def20ed34ac71b7a90e2f1728e2cdd9937ce4f2528
 SHA512 
c0ec789ac7b13e34d9ad91006b3b6369d552d0b79b8fc7de93f4817b0540ca889238a4bbb8ee0ac0b573d644822982f99a3ca2562dc3091440441e8d9c2361dc
+DIST pyclip-0.6.0.gh.tar.gz 17148 BLAKE2B 
eb67f5f832f80d69ac985a9c16fd1e01edf016c278fc48329af81aa48a98f634835ba018a4d1a278a4117e9550f9d09a2776c353d7a37c77dc3d1f146a7d3af2
 SHA512 
3666d187fd2a0d107197c4bc9fab9e8e248cdd8607945470b622f1ebeaba7deaf3b30dd2570b36ef82fd5fd729aebbd73da85bc51f1696652ed3ef091e96368f
+DIST pyclip-0.7.0.gh.tar.gz 17555 BLAKE2B 
281a2dacd82d7501e01750134d82fc0b66ac1d41a631b9573160262c94cfb97ad463036e8ec523674580fdfb71849175e58836530d761462a72ba9ba3f2fd618
 SHA512 
64849befe020b0ac38aa8ed93ceb7fb275112aa49ae527fc54916ea591e09ce5a1a669d8f68083b098112a90fd36f71d2abeef6c3a8908e6cde20f04b0273877

diff --git a/dev-python/pyclip/pyclip-0.5.4.ebuild 
b/dev-python/pyclip/pyclip-0.5.4.ebuild
index 2a02813e7c..8172998232 100644
--- a/dev-python/pyclip/pyclip-0.5.4.ebuild
+++ b/dev-python/pyclip/pyclip-0.5.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git";
 else
-       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
        KEYWORDS="~amd64"
 fi
 
@@ -23,8 +23,6 @@ SLOT="0"
 RESTRICT="test"
 DOCS="${S}/docs/README.md"
 
-DEPEND=""
 RDEPEND="
        x11-misc/xclip
 "
-BDEPEND=""

diff --git a/dev-python/pyclip/pyclip-0.6.0.ebuild 
b/dev-python/pyclip/pyclip-0.6.0.ebuild
index 180b72d438..80850319ac 100644
--- a/dev-python/pyclip/pyclip-0.6.0.ebuild
+++ b/dev-python/pyclip/pyclip-0.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git";
 else
-       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
        KEYWORDS="~amd64"
 fi
 
@@ -23,9 +23,7 @@ SLOT="0"
 RESTRICT="test"
 DOCS="${S}/docs/README.md"
 
-DEPEND=""
 RDEPEND="
        gui-apps/wl-clipboard
        x11-misc/xclip
 "
-BDEPEND=""

diff --git a/dev-python/pyclip/pyclip-0.7.0.ebuild 
b/dev-python/pyclip/pyclip-0.7.0.ebuild
index c0da4724b1..5db126b6c0 100644
--- a/dev-python/pyclip/pyclip-0.7.0.ebuild
+++ b/dev-python/pyclip/pyclip-0.7.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 DISTUTILS_USE_PEP517="setuptools"
 
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git";
 else
-       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
        KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
@@ -26,9 +26,7 @@ RESTRICT="test"
 DOCS="${S}/docs/README.md"
 REQUIRED_USE="|| ( wayland X )"
 
-DEPEND=""
 RDEPEND="
        wayland? ( gui-apps/wl-clipboard )
        X? ( x11-misc/xclip )
 "
-BDEPEND=""

diff --git a/dev-python/pyclip/pyclip-9999.ebuild 
b/dev-python/pyclip/pyclip-9999.ebuild
index c0da4724b1..5db126b6c0 100644
--- a/dev-python/pyclip/pyclip-9999.ebuild
+++ b/dev-python/pyclip/pyclip-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 DISTUTILS_USE_PEP517="setuptools"
 
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/spyoungtech/pyclip.git";
 else
-       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/spyoungtech/pyclip/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
        KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
@@ -26,9 +26,7 @@ RESTRICT="test"
 DOCS="${S}/docs/README.md"
 REQUIRED_USE="|| ( wayland X )"
 
-DEPEND=""
 RDEPEND="
        wayland? ( gui-apps/wl-clipboard )
        X? ( x11-misc/xclip )
 "
-BDEPEND=""

Reply via email to