[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-12-21 Thread Michał Górny
commit: a5f7faca9179bbc4161e1b594b055caf8eaab546
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 21 18:39:46 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 21 18:40:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f7faca

app-portage/gpyutils: Remove py3.11

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

 app-portage/gpyutils/gpyutils-0.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.15.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
index f0c762cf6d87..364ce47cb20d 100644
--- a/app-portage/gpyutils/gpyutils-0.15.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-12-13 Thread Michał Górny
commit: 0d6b83c078d1f025cb1f0d5e09dc74264be6334b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 13 12:29:32 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 13 12:29:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6b83c0

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest   |  2 --
 app-portage/gpyutils/gpyutils-0.15.0.ebuild | 32 -
 app-portage/gpyutils/gpyutils-0.15.1.ebuild | 28 -
 3 files changed, 62 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b061e9b9b0ae..0a5724c5bf28 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1 @@
-DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
-DIST gpyutils-0.15.1.tar.gz 30326 BLAKE2B 
885bc8fbb83562e2d669baaa24a1e651b390e907d1295b16e34a02fd868ee628bef44f83da383898c8f344badb24684a06941065ef543050c83e511afb82973d
 SHA512 
2d7b59620a2c50616c20c2b40ebb584d8fae22e9d2a2f3d87905054e80a1d59bff0df4bbee73b254e1885c7ab8885a810c4c6fa38d0f9bd91296eac101a02d64
 DIST gpyutils-0.15.3.tar.gz 30462 BLAKE2B 
3c3c2c45f299bbb75d4e55bde6abe02fd8cd3559d3b5e55bebee5d49e36f09362f1f56895621c7dc057e975a971c0a245c1b417ecf4dceedb4142d951d8f14b9
 SHA512 
66a54e328ca4e59696f12c4bbe4d938f464be2bd07cb1539fa0f3e2534f7e70f246777238c67cc36ef6ab51336df1b8341bf71b4a76c6ffcdbf7525d6d690cfb

diff --git a/app-portage/gpyutils/gpyutils-0.15.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
deleted file mode 100644
index 7420dd4a3ed4..
--- a/app-portage/gpyutils/gpyutils-0.15.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest

diff --git a/app-portage/gpyutils/gpyutils-0.15.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.1.ebuild
deleted file mode 100644
index f400eb33995e..
--- a/app-portage/gpyutils/gpyutils-0.15.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/gentoo/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-12-13 Thread Arthur Zamarin
commit: 36e0d9e15b5c1c59ed9658f6634f46468a4020de
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 13 11:49:15 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 13 11:49:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e0d9e1

app-portage/gpyutils: Stabilize 0.15.3 ALLARCHES, #967398

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gpyutils/gpyutils-0.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.15.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
index 28000861fbed..f0c762cf6d87 100644
--- a/app-portage/gpyutils/gpyutils-0.15.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-11-01 Thread Sam James
commit: c0ac2d03976371c43698ba8b1da31a3ef543c272
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  1 16:57:46 2025 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  1 16:57:46 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ac2d03

app-portage/gpyutils: enable py3.14

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

 app-portage/gpyutils/gpyutils-0.15.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.15.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
index f400eb33995e..28000861fbed 100644
--- a/app-portage/gpyutils/gpyutils-0.15.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-10-26 Thread Michał Górny
commit: 2dc966e47eaeb2733b5b03b665189f86bf0af63d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 26 16:43:15 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 26 16:47:01 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc966e4

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest   |  1 -
 app-portage/gpyutils/gpyutils-0.15.2.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 45b136b06d6a..b061e9b9b0ae 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1,3 @@
 DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
 DIST gpyutils-0.15.1.tar.gz 30326 BLAKE2B 
885bc8fbb83562e2d669baaa24a1e651b390e907d1295b16e34a02fd868ee628bef44f83da383898c8f344badb24684a06941065ef543050c83e511afb82973d
 SHA512 
2d7b59620a2c50616c20c2b40ebb584d8fae22e9d2a2f3d87905054e80a1d59bff0df4bbee73b254e1885c7ab8885a810c4c6fa38d0f9bd91296eac101a02d64
-DIST gpyutils-0.15.2.tar.gz 30398 BLAKE2B 
aa669960a6087b3c11c29194529c31a9c8a888196c39737c863cde17308a40be424c7cea3bcc62050ba2a2fa3b9e76a0d5f2b09e718fadeb676318ddb7d85ad8
 SHA512 
0a8f4b7b8453022db8d388e1bb1e1aa82ebe750a184b00a9e5939140732ea2cbc85016a80a41cfc2a089292adc0662bcc2fdec82762a029cdb071a48500ec55f
 DIST gpyutils-0.15.3.tar.gz 30462 BLAKE2B 
3c3c2c45f299bbb75d4e55bde6abe02fd8cd3559d3b5e55bebee5d49e36f09362f1f56895621c7dc057e975a971c0a245c1b417ecf4dceedb4142d951d8f14b9
 SHA512 
66a54e328ca4e59696f12c4bbe4d938f464be2bd07cb1539fa0f3e2534f7e70f246777238c67cc36ef6ab51336df1b8341bf71b4a76c6ffcdbf7525d6d690cfb

diff --git a/app-portage/gpyutils/gpyutils-0.15.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.2.ebuild
deleted file mode 100644
index f400eb33995e..
--- a/app-portage/gpyutils/gpyutils-0.15.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/gentoo/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-10-26 Thread Michał Górny
commit: 17124f06f47fc968c9ee654e80e1685ab403aaad
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 26 16:43:06 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 26 16:47:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17124f06

app-portage/gpyutils: Bump to 0.15.3

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.15.3.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index f4137c251c12..45b136b06d6a 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
 DIST gpyutils-0.15.1.tar.gz 30326 BLAKE2B 
885bc8fbb83562e2d669baaa24a1e651b390e907d1295b16e34a02fd868ee628bef44f83da383898c8f344badb24684a06941065ef543050c83e511afb82973d
 SHA512 
2d7b59620a2c50616c20c2b40ebb584d8fae22e9d2a2f3d87905054e80a1d59bff0df4bbee73b254e1885c7ab8885a810c4c6fa38d0f9bd91296eac101a02d64
 DIST gpyutils-0.15.2.tar.gz 30398 BLAKE2B 
aa669960a6087b3c11c29194529c31a9c8a888196c39737c863cde17308a40be424c7cea3bcc62050ba2a2fa3b9e76a0d5f2b09e718fadeb676318ddb7d85ad8
 SHA512 
0a8f4b7b8453022db8d388e1bb1e1aa82ebe750a184b00a9e5939140732ea2cbc85016a80a41cfc2a089292adc0662bcc2fdec82762a029cdb071a48500ec55f
+DIST gpyutils-0.15.3.tar.gz 30462 BLAKE2B 
3c3c2c45f299bbb75d4e55bde6abe02fd8cd3559d3b5e55bebee5d49e36f09362f1f56895621c7dc057e975a971c0a245c1b417ecf4dceedb4142d951d8f14b9
 SHA512 
66a54e328ca4e59696f12c4bbe4d938f464be2bd07cb1539fa0f3e2534f7e70f246777238c67cc36ef6ab51336df1b8341bf71b4a76c6ffcdbf7525d6d690cfb

diff --git a/app-portage/gpyutils/gpyutils-0.15.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
new file mode 100644
index ..f400eb33995e
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.15.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/gentoo/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-10-25 Thread Michał Górny
commit: 06bad111c0fc14e2876719c20b32591f977e89cd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 26 04:11:18 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 26 04:11:39 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06bad111

app-portage/gpyutils: Bump to 0.15.2

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.15.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 2610046c6537..f4137c251c12 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
 DIST gpyutils-0.15.1.tar.gz 30326 BLAKE2B 
885bc8fbb83562e2d669baaa24a1e651b390e907d1295b16e34a02fd868ee628bef44f83da383898c8f344badb24684a06941065ef543050c83e511afb82973d
 SHA512 
2d7b59620a2c50616c20c2b40ebb584d8fae22e9d2a2f3d87905054e80a1d59bff0df4bbee73b254e1885c7ab8885a810c4c6fa38d0f9bd91296eac101a02d64
+DIST gpyutils-0.15.2.tar.gz 30398 BLAKE2B 
aa669960a6087b3c11c29194529c31a9c8a888196c39737c863cde17308a40be424c7cea3bcc62050ba2a2fa3b9e76a0d5f2b09e718fadeb676318ddb7d85ad8
 SHA512 
0a8f4b7b8453022db8d388e1bb1e1aa82ebe750a184b00a9e5939140732ea2cbc85016a80a41cfc2a089292adc0662bcc2fdec82762a029cdb071a48500ec55f

diff --git a/app-portage/gpyutils/gpyutils-0.15.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.2.ebuild
new file mode 100644
index ..f400eb33995e
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.15.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/gentoo/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-10-25 Thread Michał Górny
commit: 1f9a4302b47e8b2be135c1d4453d2a5dfbd689e7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 25 15:24:04 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 25 15:24:58 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9a4302

app-portage/gpyutils: Bump to 0.15.1

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.15.1.ebuild | 28 
 app-portage/gpyutils/metadata.xml   |  4 ++--
 3 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 16410ebb5bdc..2610046c6537 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321
+DIST gpyutils-0.15.1.tar.gz 30326 BLAKE2B 
885bc8fbb83562e2d669baaa24a1e651b390e907d1295b16e34a02fd868ee628bef44f83da383898c8f344badb24684a06941065ef543050c83e511afb82973d
 SHA512 
2d7b59620a2c50616c20c2b40ebb584d8fae22e9d2a2f3d87905054e80a1d59bff0df4bbee73b254e1885c7ab8885a810c4c6fa38d0f9bd91296eac101a02d64

diff --git a/app-portage/gpyutils/gpyutils-0.15.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.1.ebuild
new file mode 100644
index ..f400eb33995e
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.15.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/gentoo/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

diff --git a/app-portage/gpyutils/metadata.xml 
b/app-portage/gpyutils/metadata.xml
index 89201d449b7c..daf066b7f12f 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -11,8 +11,8 @@
   [email protected]
   Michał Górny
 
-https://github.com/projg2/gpyutils/issues/
-projg2/gpyutils
+https://github.com/gentoo/gpyutils/issues/
+gentoo/gpyutils
 gpyutils
   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-07-26 Thread Michał Górny
commit: 921dfd331accf009f01006b3d01c59c549362a65
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 26 10:20:07 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 26 10:25:01 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921dfd33

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest   |  1 -
 app-portage/gpyutils/gpyutils-0.14.0.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 15e0a7ccb2ab..16410ebb5bdc 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B 
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
 SHA512 
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0
 DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321

diff --git a/app-portage/gpyutils/gpyutils-0.14.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.14.0.ebuild
deleted file mode 100644
index 1f80d1b541b4..
--- a/app-portage/gpyutils/gpyutils-0.14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-07-26 Thread Michał Górny
commit: 7bfd4a60fc9face9911fdd69425009762c928d87
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 26 10:17:24 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 26 10:17:24 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfd4a60

app-portage/gpyutils: Stabilize 0.15.0 ALLARCHES, #960699

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

 app-portage/gpyutils/gpyutils-0.15.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.15.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
index ab4256cc4887..7420dd4a3ed4 100644
--- a/app-portage/gpyutils/gpyutils-0.15.0.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-07-05 Thread Michał Górny
commit: d9f510ecd5f95d0edad49b5a867d5e522efc5899
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  5 10:35:57 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  5 10:37:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f510ec

app-portage/gpyutils: Bump to 0.15.0

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.15.0.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 1dd70819b2bc..15e0a7ccb2ab 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B 
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
 SHA512 
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0
+DIST gpyutils-0.15.0.gh.tar.gz 33183 BLAKE2B 
6c0cb972ef3c5404997602d9c901b4fc26186162a454108c4b921a4ec6e82c058a37146694d7346834f44731c2bdb584042e2a96a0559a8821a458b3c1119d03
 SHA512 
7150b8a6294b20b117ce9bf4a6443b081eedbeb93fa8b58627f4558d0d3d733ded29237cb8eb73a14d8e07d49175302e1de4cdca4de37de2f1a19cf206179321

diff --git a/app-portage/gpyutils/gpyutils-0.15.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
new file mode 100644
index ..ab4256cc4887
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.15.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-05-17 Thread Michał Górny
commit: c8bc9e7fe8ae54c18db425e7dbf6688e7c110778
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 17 19:10:31 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 17 19:10:31 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8bc9e7f

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest   |  1 -
 app-portage/gpyutils/gpyutils-0.13.2.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 521084c1561c..1dd70819b2bc 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B 
a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d
 SHA512 
53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa
 DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B 
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
 SHA512 
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0

diff --git a/app-portage/gpyutils/gpyutils-0.13.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
deleted file mode 100644
index 363a3979705c..
--- a/app-portage/gpyutils/gpyutils-0.13.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-05-17 Thread Arthur Zamarin
commit: 5c7b2090da8e61f6cc8492a68ea401c0c1fc8244
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 17 19:07:42 2025 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 17 19:07:42 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7b2090

app-portage/gpyutils: Stabilize 0.14.0 ALLARCHES, #956116

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gpyutils/gpyutils-0.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.14.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.14.0.ebuild
index e060fe010c90..1f80d1b541b4 100644
--- a/app-portage/gpyutils/gpyutils-0.14.0.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.14.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2025-05-17 Thread Michał Górny
commit: bc4be770aa05d7972acd0dff84536c811c337b9e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 17 16:54:13 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 17 17:05:13 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc4be770

app-portage/gpyutils: Bump to 0.14.0, with important gpy-impl fixes

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.14.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 095a83ee7a93..521084c1561c 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B 
a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d
 SHA512 
53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa
+DIST gpyutils-0.14.0.gh.tar.gz 31787 BLAKE2B 
38b4def0ede799bfbf9d359926f54a4d59835aa8139d1943ff0d77e480bd7147582611c91887040238231016f37a1457ad3382ac7450ef5da6782ea19810b0b2
 SHA512 
3407a47d80892f31c76d8ed25f50ba3b7edd6e3d594efcfd13d08fc4331ca79491961c48c7a10d3510d5ca02a7fe9a45360c5b607d6732889bd86b34cfbc9db0

diff --git a/app-portage/gpyutils/gpyutils-0.14.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.14.0.ebuild
new file mode 100644
index ..e060fe010c90
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.14.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2025-05-08 Thread Michał Górny
commit: 48f49d4171c89abda1df3b3ff2c950b16ce126ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  7 18:00:13 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  8 12:32:53 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f49d41

app-portage/gpyutils: Add python3.14 targets

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

 app-portage/gpyutils/files/implementations.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 38f5eddae51e..66567c166fa6 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -24,6 +24,8 @@ python3_11old 3.11
 python3_12 old 3.12
 python3_13 current 3.13
 python3_13texperimental3.13t
+python3_14 supported   3.14
+python3_14texperimental3.14t
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2025-05-01 Thread Michał Górny
commit: f7da0a83048d810da78163c250b46d94c37d67a1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 22 10:51:36 2025 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  1 11:36:18 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7da0a83

app-portage/gpyutils: Update implementation metadata

Signed-off-by: Michał Górny  gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/41697
Closes: https://github.com/gentoo/gentoo/pull/41697
Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gpyutils/files/implementations.txt | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 574c3fcc256b..38f5eddae51e 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -19,10 +19,10 @@ python3_6   dead3.6
 python3_7  dead3.7
 python3_8  dead3.8
 python3_9  dead3.9
-python3_10 old 3.10
+python3_10 dead3.10
 python3_11 old 3.11
-python3_12 current 3.12
-python3_13 experimental3.13
+python3_12 old 3.12
+python3_13 current 3.13
 python3_13texperimental3.13t
 
 pypy1_82.7-pypy-1.8deadp1.8
@@ -30,7 +30,7 @@ pypy1_9   2.7-pypy-1.9deadp1.9
 pypy2_02.7-pypy-2.0deadp2.0
 
 pypy   deadpypy
-pypy3  experimentalpypy3
+pypy3  deadpypy3
 pypy3_11   experimentalpypy3_11
 
 jython2_5  2.5-jython  deadj2.5



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-10-26 Thread Arthur Zamarin
commit: 69e5ba875fe5c400201708a261661ed4ab788771
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 26 15:15:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 26 15:15:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e5ba87

app-portage/gpyutils: Stabilize 0.13.2 ALLARCHES, #942217

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gpyutils/gpyutils-0.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
index 9265600a029d..363a3979705c 100644
--- a/app-portage/gpyutils/gpyutils-0.13.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-10-26 Thread Michał Górny
commit: bbe543860cfdce2a323415c8ff64fb0dcd66d960
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 26 15:32:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 26 15:32:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe54386

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest   |  1 -
 app-portage/gpyutils/gpyutils-0.13.1.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 6107ad65bbf2..095a83ee7a93 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.13.1.gh.tar.gz 31758 BLAKE2B 
a7eb282dff3b65e7cdf50c3ae5d787a4cdc49bda2030d88525b5d1752eafb5b9548873832512f3b9449eeef26198adea89b8e339e997a002eea32215c8a5b783
 SHA512 
0126f6f1253d39dca6ff2c2191c44831c562494883b8d6e48b6b313914689f5389acc2fde2eba21d538a452d3eea3ee92057ca1ba2edb72bd293b6731f4959ef
 DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B 
a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d
 SHA512 
53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa

diff --git a/app-portage/gpyutils/gpyutils-0.13.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
deleted file mode 100644
index 363a3979705c..
--- a/app-portage/gpyutils/gpyutils-0.13.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-10-11 Thread Michał Górny
commit: b92c228e2815f2564d38f035044af0e522a585dc
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 16:39:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 16:40:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92c228e

app-portage/gpyutils: Bump to 0.13.2

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.13.2.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 31f8a41bf10f..6107ad65bbf2 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.13.1.gh.tar.gz 31758 BLAKE2B 
a7eb282dff3b65e7cdf50c3ae5d787a4cdc49bda2030d88525b5d1752eafb5b9548873832512f3b9449eeef26198adea89b8e339e997a002eea32215c8a5b783
 SHA512 
0126f6f1253d39dca6ff2c2191c44831c562494883b8d6e48b6b313914689f5389acc2fde2eba21d538a452d3eea3ee92057ca1ba2edb72bd293b6731f4959ef
+DIST gpyutils-0.13.2.gh.tar.gz 32005 BLAKE2B 
a434bac2ac39a659ed92ea0c6797fe564ffd4a88f45c372ef95fb7fb5ee1774c504bcaa3558b7a7e1cd223e44dc1204cc58f16e893679f0a9b39d42f4d2c076d
 SHA512 
53da160a2fbe12b29a47cac414d5fc1c790ea39f0a44930c5cbd2c6ba4a7710424dd825210af8ec7625e5f4a9247cdbe2ab97dcb339204f0d2291bf14af985aa

diff --git a/app-portage/gpyutils/gpyutils-0.13.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
new file mode 100644
index ..9265600a029d
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.13.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-07-09 Thread Michał Górny
commit: ec44781d405b1b4e65d6be600aff131fc4a8b3ae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  9 14:48:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  9 14:50:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec44781d

app-portage/gpyutils: Enable py3.13

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

 app-portage/gpyutils/gpyutils-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
index 3e8b40b49ef2..363a3979705c 100644
--- a/app-portage/gpyutils/gpyutils-0.13.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2024-06-01 Thread Michał Górny
commit: 0a4c2b2e352622c4929800dd5e1b7b02ca5ef53a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  1 07:25:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  1 17:27:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4c2b2e

app-portage/gpyutils: Mark cpy3.10 "old", pypy3 "experimental"

Update the status for Python 3.10 to "old", as this is the version
we no longer expect people to test for.  While at it, update the status
for PyPy3 to "experimental" — it's not really production quality,
and it feels weird to keep it "supported" when the corresponding CPython
version is "old".

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

 app-portage/gpyutils/files/implementations.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index b5877cbf0676..0cd760f8d966 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -19,7 +19,7 @@ python3_6 dead3.6
 python3_7  dead3.7
 python3_8  dead3.8
 python3_9  dead3.9
-python3_10 supported   3.10
+python3_10 old 3.10
 python3_11 current 3.11
 python3_12 supported   3.12
 python3_13 experimental3.13
@@ -29,7 +29,7 @@ pypy1_9   2.7-pypy-1.9deadp1.9
 pypy2_02.7-pypy-2.0deadp2.0
 
 pypy   deadpypy
-pypy3  supported   pypy3
+pypy3  experimentalpypy3
 
 jython2_5  2.5-jython  deadj2.5
 jython2_7  2.7-jython  deadj2.7



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2024-06-01 Thread Michał Górny
commit: c0cfc34d1631d9d112fae5bd590e014dc3357c14
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  1 07:26:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  1 17:27:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0cfc34d

app-portage/gpyutils: Swap "current" to Python 3.12

Mark Python 3.12 as the "current" implementation, and appropriately
Python 3.11 as "old".

Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/36939
Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gpyutils/files/implementations.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 0cd760f8d966..45705e04e3e1 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -20,8 +20,8 @@ python3_7 dead3.7
 python3_8  dead3.8
 python3_9  dead3.9
 python3_10 old 3.10
-python3_11 current 3.11
-python3_12 supported   3.12
+python3_11 old 3.11
+python3_12 current 3.12
 python3_13 experimental3.13
 
 pypy1_82.7-pypy-1.8deadp1.8



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-24 Thread Michał Górny
commit: 097c469f79223d0d8bffd07584b475954b0a89f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 09:49:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 09:49:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=097c469f

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest |  1 -
 app-portage/gpyutils/gpyutils-0.13.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index e4c66c7a869f..31f8a41bf10f 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
 DIST gpyutils-0.13.1.gh.tar.gz 31758 BLAKE2B 
a7eb282dff3b65e7cdf50c3ae5d787a4cdc49bda2030d88525b5d1752eafb5b9548873832512f3b9449eeef26198adea89b8e339e997a002eea32215c8a5b783
 SHA512 
0126f6f1253d39dca6ff2c2191c44831c562494883b8d6e48b6b313914689f5389acc2fde2eba21d538a452d3eea3ee92057ca1ba2edb72bd293b6731f4959ef
-DIST gpyutils-0.13.gh.tar.gz 31679 BLAKE2B 
1fa15fdccf5c36a45294c946035e9d3a7205844625785dc3e70247742a0202610088f810f9114d84e519383aca197cd7538606e45ed934a1d676df499e22d45a
 SHA512 
510f85b920e7d3525ee6ae4cf8505c81e22d157e0d968b88925e79eace1b156f76e14d8374e9187254cdc228db24b1fda9482eeac26173be5d5997dfe7c1596c

diff --git a/app-portage/gpyutils/gpyutils-0.13.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.ebuild
deleted file mode 100644
index 3e8b40b49ef2..
--- a/app-portage/gpyutils/gpyutils-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-24 Thread Michał Górny
commit: e098d4346f4d96f652c77909559f1c6156a72b1b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 24 09:49:16 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 24 09:49:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e098d434

app-portage/gpyutils: Stabilize 0.13.1 ALLARCHES, #925372

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

 app-portage/gpyutils/gpyutils-0.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
index 2203d0b564b2..3e8b40b49ef2 100644
--- a/app-portage/gpyutils/gpyutils-0.13.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-08 Thread Michał Górny
commit: 15435e3094fd0cdc64e26a6a205f9395bf8e3ec2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 20:52:37 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 20:52:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15435e30

app-portage/gpyutils: Bump to 0.13.1

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

 app-portage/gpyutils/Manifest   |  1 +
 app-portage/gpyutils/gpyutils-0.13.1.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 17fa4bd93236..e4c66c7a869f 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
+DIST gpyutils-0.13.1.gh.tar.gz 31758 BLAKE2B 
a7eb282dff3b65e7cdf50c3ae5d787a4cdc49bda2030d88525b5d1752eafb5b9548873832512f3b9449eeef26198adea89b8e339e997a002eea32215c8a5b783
 SHA512 
0126f6f1253d39dca6ff2c2191c44831c562494883b8d6e48b6b313914689f5389acc2fde2eba21d538a452d3eea3ee92057ca1ba2edb72bd293b6731f4959ef
 DIST gpyutils-0.13.gh.tar.gz 31679 BLAKE2B 
1fa15fdccf5c36a45294c946035e9d3a7205844625785dc3e70247742a0202610088f810f9114d84e519383aca197cd7538606e45ed934a1d676df499e22d45a
 SHA512 
510f85b920e7d3525ee6ae4cf8505c81e22d157e0d968b88925e79eace1b156f76e14d8374e9187254cdc228db24b1fda9482eeac26173be5d5997dfe7c1596c

diff --git a/app-portage/gpyutils/gpyutils-0.13.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
new file mode 100644
index ..2203d0b564b2
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.13.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-08 Thread Michał Górny
commit: ce67fbf1783f624d2778fb7827249882b7ff9555
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  8 10:14:08 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  8 10:14:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce67fbf1

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest |  2 --
 app-portage/gpyutils/gpyutils-0.11.ebuild | 31 ---
 app-portage/gpyutils/gpyutils-0.12.ebuild | 31 ---
 3 files changed, 64 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index ee653b6080f8..17fa4bd93236 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1 @@
-DIST gpyutils-0.11.gh.tar.gz 25460 BLAKE2B 
7ade315fbc7101663b0585e9b36a559c52c57c39f1a70043a2b196d627028c463b238a841cdacccad452ce09598799d692f066f4e1c6e59f96ae42407cfdb968
 SHA512 
27c6d30fe00846fbf5094575e2dd64528fb970cc4031b1c1fa805c865adb0f39ebdf517c168ed8da8c645a5bfc79fd5df01a77ce8eacaf96064c730d1799638f
-DIST gpyutils-0.12.gh.tar.gz 31557 BLAKE2B 
a6d3e8389708bf56dc0edc2decba4883df7157aeceaf904458c00c0c21bfb891e97179722f0ee27922785f0fa0aad605a8733b36290885f7f028b1660c84a6bf
 SHA512 
6d7b9d6f95925fa3d986bfff8f4860f2ebe1e377ceee8cf1a5c7370a9218b2f26af171821522067c15030b6afa554fe891e0fbdcb36a02c23f612ffa72416fc9
 DIST gpyutils-0.13.gh.tar.gz 31679 BLAKE2B 
1fa15fdccf5c36a45294c946035e9d3a7205844625785dc3e70247742a0202610088f810f9114d84e519383aca197cd7538606e45ed934a1d676df499e22d45a
 SHA512 
510f85b920e7d3525ee6ae4cf8505c81e22d157e0d968b88925e79eace1b156f76e14d8374e9187254cdc228db24b1fda9482eeac26173be5d5997dfe7c1596c

diff --git a/app-portage/gpyutils/gpyutils-0.11.ebuild 
b/app-portage/gpyutils/gpyutils-0.11.ebuild
deleted file mode 100644
index 264f6c70dc65..
--- a/app-portage/gpyutils/gpyutils-0.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/gpyutils/gpyutils-0.12.ebuild 
b/app-portage/gpyutils/gpyutils-0.12.ebuild
deleted file mode 100644
index 2203d0b564b2..
--- a/app-portage/gpyutils/gpyutils-0.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-08 Thread Sam James
commit: e393a891c23045b9094a0b15518ee28c5f64ea87
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  8 08:27:37 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  8 08:27:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e393a891

app-portage/gpyutils: Stabilize 0.13 amd64, #924029

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

 app-portage/gpyutils/gpyutils-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.ebuild
index 8680ebf6eba9..3e8b40b49ef2 100644
--- a/app-portage/gpyutils/gpyutils-0.13.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-07 Thread Sam James
commit: 78f26cd8620f89238931fee3c7f84d832c2d49f9
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  8 06:30:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  8 06:30:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f26cd8

app-portage/gpyutils: Stabilize 0.13 x86, #924029

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

 app-portage/gpyutils/gpyutils-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.ebuild
index dfcf5b727f72..8680ebf6eba9 100644
--- a/app-portage/gpyutils/gpyutils-0.13.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-07 Thread Sam James
commit: 38a6efcedf82c0a86a9b71e0088cffa007dccb14
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  8 06:29:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  8 06:29:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a6efce

app-portage/gpyutils: Stabilize 0.13 arm64, #924029

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

 app-portage/gpyutils/gpyutils-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.ebuild
index ee0c4263a3b0..dfcf5b727f72 100644
--- a/app-portage/gpyutils/gpyutils-0.13.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-02-07 Thread Sam James
commit: 6e93d2d196ea28d32efbb2277c6fa099807201a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  8 06:29:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  8 06:29:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e93d2d1

app-portage/gpyutils: Stabilize 0.13 arm, #924029

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

 app-portage/gpyutils/gpyutils-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.13.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.ebuild
index 2203d0b564b2..ee0c4263a3b0 100644
--- a/app-portage/gpyutils/gpyutils-0.13.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.13.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-01-30 Thread Michał Górny
commit: 68104604edee927ed7b2703dc0f23f786f0cd5a7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 30 16:56:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 30 17:52:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68104604

app-portage/gpyutils: Bump to 0.13

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

 app-portage/gpyutils/Manifest |  1 +
 app-portage/gpyutils/gpyutils-0.13.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b429bfe03b31..ee653b6080f8 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.11.gh.tar.gz 25460 BLAKE2B 
7ade315fbc7101663b0585e9b36a559c52c57c39f1a70043a2b196d627028c463b238a841cdacccad452ce09598799d692f066f4e1c6e59f96ae42407cfdb968
 SHA512 
27c6d30fe00846fbf5094575e2dd64528fb970cc4031b1c1fa805c865adb0f39ebdf517c168ed8da8c645a5bfc79fd5df01a77ce8eacaf96064c730d1799638f
 DIST gpyutils-0.12.gh.tar.gz 31557 BLAKE2B 
a6d3e8389708bf56dc0edc2decba4883df7157aeceaf904458c00c0c21bfb891e97179722f0ee27922785f0fa0aad605a8733b36290885f7f028b1660c84a6bf
 SHA512 
6d7b9d6f95925fa3d986bfff8f4860f2ebe1e377ceee8cf1a5c7370a9218b2f26af171821522067c15030b6afa554fe891e0fbdcb36a02c23f612ffa72416fc9
+DIST gpyutils-0.13.gh.tar.gz 31679 BLAKE2B 
1fa15fdccf5c36a45294c946035e9d3a7205844625785dc3e70247742a0202610088f810f9114d84e519383aca197cd7538606e45ed934a1d676df499e22d45a
 SHA512 
510f85b920e7d3525ee6ae4cf8505c81e22d157e0d968b88925e79eace1b156f76e14d8374e9187254cdc228db24b1fda9482eeac26173be5d5997dfe7c1596c

diff --git a/app-portage/gpyutils/gpyutils-0.13.ebuild 
b/app-portage/gpyutils/gpyutils-0.13.ebuild
new file mode 100644
index ..2203d0b564b2
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-01-28 Thread WANG Xuerui
commit: 5e637d1c85ed38e834a051308710b43a9041a533
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Jan 26 11:36:59 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Mon Jan 29 06:37:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e637d1c

app-portage/gpyutils: keyword 0.12 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-portage/gpyutils/gpyutils-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.12.ebuild 
b/app-portage/gpyutils/gpyutils-0.12.ebuild
index 5a29ee9b8183..2203d0b564b2 100644
--- a/app-portage/gpyutils/gpyutils-0.12.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.12.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-01-23 Thread Arthur Zamarin
commit: ef780ef09b2dd39e64cc39e8f43d0c36b80c1bab
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 23 19:32:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 23 19:32:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef780ef0

app-portage/gpyutils: Keyword 0.12 hppa, #922115

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gpyutils/gpyutils-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.12.ebuild 
b/app-portage/gpyutils/gpyutils-0.12.ebuild
index 68d985901a74..5a29ee9b8183 100644
--- a/app-portage/gpyutils/gpyutils-0.12.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.12.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-01-14 Thread Jakov Smolić
commit: b7a75d9c854b9bbf226e1926932ec1699f4bd676
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jan 15 00:05:15 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jan 15 00:05:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a75d9c

app-portage/gpyutils: Keyword 0.12 riscv, #922115

Signed-off-by: Jakov Smolić  gentoo.org>

 app-portage/gpyutils/gpyutils-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.12.ebuild 
b/app-portage/gpyutils/gpyutils-0.12.ebuild
index 2bf4ce270559..68d985901a74 100644
--- a/app-portage/gpyutils/gpyutils-0.12.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.12.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-01-14 Thread Sam James
commit: 049180beebd0fa258a33391cd032c6b49dbc231e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan 14 18:29:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 14 18:29:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049180be

app-portage/gpyutils: Keyword 0.12 sparc, #922115

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

 app-portage/gpyutils/gpyutils-0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.12.ebuild 
b/app-portage/gpyutils/gpyutils-0.12.ebuild
index 98a827e59f6f..2bf4ce270559 100644
--- a/app-portage/gpyutils/gpyutils-0.12.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.12.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2024-01-14 Thread Michał Górny
commit: 6232c01a4a0b5142c96e1c96f48a9bc19fb9002e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 14 15:03:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 14 15:42:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6232c01a

app-portage/gpyutils: Bump to 0.12

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

 app-portage/gpyutils/Manifest |  1 +
 app-portage/gpyutils/gpyutils-0.12.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 7b90cf9b0ff4..b429bfe03b31 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.11.gh.tar.gz 25460 BLAKE2B 
7ade315fbc7101663b0585e9b36a559c52c57c39f1a70043a2b196d627028c463b238a841cdacccad452ce09598799d692f066f4e1c6e59f96ae42407cfdb968
 SHA512 
27c6d30fe00846fbf5094575e2dd64528fb970cc4031b1c1fa805c865adb0f39ebdf517c168ed8da8c645a5bfc79fd5df01a77ce8eacaf96064c730d1799638f
+DIST gpyutils-0.12.gh.tar.gz 31557 BLAKE2B 
a6d3e8389708bf56dc0edc2decba4883df7157aeceaf904458c00c0c21bfb891e97179722f0ee27922785f0fa0aad605a8733b36290885f7f028b1660c84a6bf
 SHA512 
6d7b9d6f95925fa3d986bfff8f4860f2ebe1e377ceee8cf1a5c7370a9218b2f26af171821522067c15030b6afa554fe891e0fbdcb36a02c23f612ffa72416fc9

diff --git a/app-portage/gpyutils/gpyutils-0.12.ebuild 
b/app-portage/gpyutils/gpyutils-0.12.ebuild
new file mode 100644
index ..98a827e59f6f
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.12.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-07-24 Thread Michał Górny
commit: 3359e881f0f68d87fc0c76964376d629fe9ec53b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:04:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:06:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3359e881

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest |  1 -
 app-portage/gpyutils/gpyutils-0.10.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 3eb870b5927d..7b90cf9b0ff4 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B 
ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e
 SHA512 
baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee
 DIST gpyutils-0.11.gh.tar.gz 25460 BLAKE2B 
7ade315fbc7101663b0585e9b36a559c52c57c39f1a70043a2b196d627028c463b238a841cdacccad452ce09598799d692f066f4e1c6e59f96ae42407cfdb968
 SHA512 
27c6d30fe00846fbf5094575e2dd64528fb970cc4031b1c1fa805c865adb0f39ebdf517c168ed8da8c645a5bfc79fd5df01a77ce8eacaf96064c730d1799638f

diff --git a/app-portage/gpyutils/gpyutils-0.10.ebuild 
b/app-portage/gpyutils/gpyutils-0.10.ebuild
deleted file mode 100644
index 264f6c70dc65..
--- a/app-portage/gpyutils/gpyutils-0.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-07-24 Thread Jakov Smolić
commit: 39b42888e4ffb83fc25925dc878a40375eb2c53b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Jul 24 10:05:27 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Jul 24 10:05:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b42888

app-portage/gpyutils: Stabilize 0.11 ALLARCHES, #911097

Signed-off-by: Jakov Smolić  gentoo.org>

 app-portage/gpyutils/gpyutils-0.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.11.ebuild 
b/app-portage/gpyutils/gpyutils-0.11.ebuild
index 2fdd373e1707..264f6c70dc65 100644
--- a/app-portage/gpyutils/gpyutils-0.11.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.11.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-06-02 Thread Michał Górny
commit: 7cb3521298eba0ad56a227d3b0179bfe3f904144
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 07:20:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 08:27:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb35212

app-portage/gpyutils: Bump to 0.11

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

 app-portage/gpyutils/Manifest |  1 +
 app-portage/gpyutils/gpyutils-0.11.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 8ff96d8819ba..3eb870b5927d 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B 
ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e
 SHA512 
baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee
+DIST gpyutils-0.11.gh.tar.gz 25460 BLAKE2B 
7ade315fbc7101663b0585e9b36a559c52c57c39f1a70043a2b196d627028c463b238a841cdacccad452ce09598799d692f066f4e1c6e59f96ae42407cfdb968
 SHA512 
27c6d30fe00846fbf5094575e2dd64528fb970cc4031b1c1fa805c865adb0f39ebdf517c168ed8da8c645a5bfc79fd5df01a77ce8eacaf96064c730d1799638f

diff --git a/app-portage/gpyutils/gpyutils-0.11.ebuild 
b/app-portage/gpyutils/gpyutils-0.11.ebuild
new file mode 100644
index ..2fdd373e1707
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.11.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-06-01 Thread Michał Górny
commit: 27da4025e159a0d9688c1ff7eb4b2468795401c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:46:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:46:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27da4025

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  2 --
 app-portage/gpyutils/gpyutils-0.8.4.ebuild | 31 --
 app-portage/gpyutils/gpyutils-0.9.ebuild   | 31 --
 3 files changed, 64 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index f66dbf108702..8ff96d8819ba 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1 @@
 DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B 
ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e
 SHA512 
baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee
-DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 
661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306
 SHA512 
f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541
-DIST gpyutils-0.9.gh.tar.gz 24680 BLAKE2B 
75f2ebf3a4ed3883aa3c28773edb903ef2063ad0b6c55316578b2fbf725317ec84a1e0017637d36f28903043ff9d82c2b298bbc8424576b1e23c76f5d3107b59
 SHA512 
306e2e0a9abe95b6dc526b7b04ec7451a7a33e59542c6a0ac12860eadee8501f0e9ff42586dd3df2c5d43e44a43c458665456ba65c435075d3fbbde31b0314b0

diff --git a/app-portage/gpyutils/gpyutils-0.8.4.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.4.ebuild
deleted file mode 100644
index 0c99b3659be4..
--- a/app-portage/gpyutils/gpyutils-0.8.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild 
b/app-portage/gpyutils/gpyutils-0.9.ebuild
deleted file mode 100644
index afdd8eba2a9a..
--- a/app-portage/gpyutils/gpyutils-0.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-06-01 Thread Sam James
commit: 7cd69d0d9c6e1048555444cbf04c007b3d67d9d2
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:03:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:03:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd69d0d

app-portage/gpyutils: Stabilize 0.10 ALLARCHES, #907647

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

 app-portage/gpyutils/gpyutils-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.10.ebuild 
b/app-portage/gpyutils/gpyutils-0.10.ebuild
index 2fdd373e1707..264f6c70dc65 100644
--- a/app-portage/gpyutils/gpyutils-0.10.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.10.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-05-29 Thread Sam James
commit: c631ffe9a16397c53650325f95d4e66e3b9ba0f1
Author: Sam James  gentoo  org>
AuthorDate: Tue May 30 00:22:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 30 00:22:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631ffe9

app-portage/gpyutils: enable py3.12

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

 app-portage/gpyutils/gpyutils-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.10.ebuild 
b/app-portage/gpyutils/gpyutils-0.10.ebuild
index 44a4363e1962..2fdd373e1707 100644
--- a/app-portage/gpyutils/gpyutils-0.10.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2023-05-22 Thread Michał Górny
commit: 7a5991dd8241f122f7e6403170471bd54ed02663
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 23 04:02:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 23 04:36:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5991dd

app-portage/gpyutils: Add python3_12 to implementation list

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

 app-portage/gpyutils/files/implementations.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 1bc971bba42c..17f2119d1046 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -21,6 +21,7 @@ python3_8 dead3.8
 python3_9  dead3.9
 python3_10 supported   3.10
 python3_11 current 3.11
+python3_12 supported   3.12
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-05-21 Thread Michał Górny
commit: 4e9ea94c0fcb3dd929c97edd0fa6674fb1f637fc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 22 05:46:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 22 05:53:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9ea94c

app-portage/gpyutils: Bump to 0.10

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

 app-portage/gpyutils/Manifest |  1 +
 app-portage/gpyutils/gpyutils-0.10.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 87c417390048..f66dbf108702 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
+DIST gpyutils-0.10.gh.tar.gz 24963 BLAKE2B 
ef6bd54195e1bfbb0734ef8aedbd13dd27b52d2f62d95b741459ecf4f5e93b80085a4cebfbe184fb8ac7e7cf97f4fbb422c5b5e36d0bb9dbc27896a4ad72d86e
 SHA512 
baf6d44db447774ffc976698874f87dbc858ef146aa46ccb0a7e15a1f3d4d1263f75b2f46f319e45fa5994620c71e37ccc42b42b5f05dbde8f3cbacfbd45cbee
 DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 
661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306
 SHA512 
f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541
 DIST gpyutils-0.9.gh.tar.gz 24680 BLAKE2B 
75f2ebf3a4ed3883aa3c28773edb903ef2063ad0b6c55316578b2fbf725317ec84a1e0017637d36f28903043ff9d82c2b298bbc8424576b1e23c76f5d3107b59
 SHA512 
306e2e0a9abe95b6dc526b7b04ec7451a7a33e59542c6a0ac12860eadee8501f0e9ff42586dd3df2c5d43e44a43c458665456ba65c435075d3fbbde31b0314b0

diff --git a/app-portage/gpyutils/gpyutils-0.10.ebuild 
b/app-portage/gpyutils/gpyutils-0.10.ebuild
new file mode 100644
index ..44a4363e1962
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2023-05-01 Thread Sam James
commit: 2a6fe62768b5f14f0411e17c68d3b39d4f1bc354
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  1 11:58:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 13:43:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6fe627

app-portage/gpyutils: Update implementation list

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

 app-portage/gpyutils/files/implementations.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index ab471bfc7b49..1bc971bba42c 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -18,9 +18,9 @@ python3_5 dead3.5
 python3_6  dead3.6
 python3_7  dead3.7
 python3_8  dead3.8
-python3_9  old 3.9
-python3_10 current 3.10
-python3_11 supported   3.11
+python3_9  dead3.9
+python3_10 supported   3.10
+python3_11 current 3.11
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-04-25 Thread Sam James
commit: 0edd3d5368a0aa3c0969d2266a3d94b68da80d14
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 25 22:51:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 22:51:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edd3d53

app-portage/gpyutils: Keyword 0.9 ppc64, #905025

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

 app-portage/gpyutils/gpyutils-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild 
b/app-portage/gpyutils/gpyutils-0.9.ebuild
index 8cc4d4dfec82..f941f686f4de 100644
--- a/app-portage/gpyutils/gpyutils-0.9.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.9.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-04-25 Thread Sam James
commit: e7a28853c3563d6a4978791db613a15ed02780f8
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 25 22:51:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 22:51:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a28853

app-portage/gpyutils: Keyword 0.9 ppc, #905025

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

 app-portage/gpyutils/gpyutils-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild 
b/app-portage/gpyutils/gpyutils-0.9.ebuild
index 944b6e572389..8cc4d4dfec82 100644
--- a/app-portage/gpyutils/gpyutils-0.9.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.9.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-04-25 Thread Sam James
commit: 196c7eb2a4fe416e3eaf317829dc3ed9c5c225b9
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 25 22:47:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 25 22:47:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196c7eb2

app-portage/gpyutils: Keyword 0.9 arm, #905025

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

 app-portage/gpyutils/gpyutils-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild 
b/app-portage/gpyutils/gpyutils-0.9.ebuild
index 63c9e0a53111..944b6e572389 100644
--- a/app-portage/gpyutils/gpyutils-0.9.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.9.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-04-09 Thread Michał Górny
commit: cace5211fb17a19690307cd33b11d176e37408a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  9 11:35:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  9 11:36:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cace5211

app-portage/gpyutils: Bump to 0.9

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

 app-portage/gpyutils/Manifest|  1 +
 app-portage/gpyutils/gpyutils-0.9.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 9f03c5c4be90..87c417390048 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 
661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306
 SHA512 
f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541
+DIST gpyutils-0.9.gh.tar.gz 24680 BLAKE2B 
75f2ebf3a4ed3883aa3c28773edb903ef2063ad0b6c55316578b2fbf725317ec84a1e0017637d36f28903043ff9d82c2b298bbc8424576b1e23c76f5d3107b59
 SHA512 
306e2e0a9abe95b6dc526b7b04ec7451a7a33e59542c6a0ac12860eadee8501f0e9ff42586dd3df2c5d43e44a43c458665456ba65c435075d3fbbde31b0314b0

diff --git a/app-portage/gpyutils/gpyutils-0.9.ebuild 
b/app-portage/gpyutils/gpyutils-0.9.ebuild
new file mode 100644
index ..63c9e0a53111
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-04-08 Thread Michał Górny
commit: c9d75915a09967875274d78ba26bcfe4f20165fd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 18:46:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 18:46:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d75915

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest |  2 --
 app-portage/gpyutils/gpyutils-0.8.2.ebuild| 30 --
 app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild | 31 ---
 3 files changed, 63 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b0af07aadb3e..9f03c5c4be90 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1 @@
-DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B 
acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f
 SHA512 
932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b
-DIST gpyutils-0.8.3.gh.tar.gz 20277 BLAKE2B 
b91f51ec4315238fdc7e69d3c7f551ecde72f57b960578846d50721d345487650e4e08c7faed54eb22e9423909ac541b092a23b6ac82e9f71a2aaa79a4eb2639
 SHA512 
0b3f9ef166f9d7e55b8335381bfa04d37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9
 DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 
661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306
 SHA512 
f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541

diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
deleted file mode 100644
index 1d7e79e44ee8..
--- a/app-portage/gpyutils/gpyutils-0.8.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild
deleted file mode 100644
index b458fe6df37d..
--- a/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/projg2/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-04-08 Thread Arthur Zamarin
commit: a2362d46d461c5a1b4f6f099d1fc2891227cf5f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 17:33:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 17:33:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2362d46

app-portage/gpyutils: Stabilize 0.8.4 ALLARCHES, #904027

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gpyutils/gpyutils-0.8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.8.4.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.4.ebuild
index b458fe6df37d..0c99b3659be4 100644
--- a/app-portage/gpyutils/gpyutils-0.8.4.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.8.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-02-03 Thread Michał Górny
commit: 206ef8613f8d33872c3f3bd35ff6210869a6c994
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 16:45:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 16:45:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206ef861

app-portage/gpyutils: Bump to 0.8.4

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.8.4.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index fe37aeccd468..b0af07aadb3e 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B 
acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f
 SHA512 
932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b
 DIST gpyutils-0.8.3.gh.tar.gz 20277 BLAKE2B 
b91f51ec4315238fdc7e69d3c7f551ecde72f57b960578846d50721d345487650e4e08c7faed54eb22e9423909ac541b092a23b6ac82e9f71a2aaa79a4eb2639
 SHA512 
0b3f9ef166f9d7e55b8335381bfa04d37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9
+DIST gpyutils-0.8.4.gh.tar.gz 20477 BLAKE2B 
661ec8c9ae595daa112de2171331a5791fa4a10b50f9ebf76589c4c6ff4d6b8e618657dd9f3dd6cf573871ab6e0a9d017d87e03066fa60ba8b9d4e4617f68306
 SHA512 
f87a087464ca8e1118232227d2e6ad66aa021caabf0307c153b442fc4467bd124eb918c16104bdd1b42866acde16fdde4b99312a8c047ecf379ed10a74d27541

diff --git a/app-portage/gpyutils/gpyutils-0.8.4.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.4.ebuild
new file mode 100644
index ..b458fe6df37d
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.8.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-02-03 Thread Michał Górny
commit: b8fd4b30e5005c467ce75fcc4607245edbd512ce
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 15:19:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 15:19:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fd4b30

app-portage/gpyutils: Add a RDEP on dev-python/packaging

Reported by Sam James.

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

 app-portage/gpyutils/{gpyutils-0.8.3.ebuild => gpyutils-0.8.3-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gpyutils/gpyutils-0.8.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild
similarity index 93%
rename from app-portage/gpyutils/gpyutils-0.8.3.ebuild
rename to app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild
index d37ab54a558b..b458fe6df37d 100644
--- a/app-portage/gpyutils/gpyutils-0.8.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.8.3-r1.ebuild
@@ -25,6 +25,7 @@ IUSE=""
 
 RDEPEND="
>=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2023-02-01 Thread Michał Górny
commit: bb209db7741151497d7792134882dfd17790bb67
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  1 19:34:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  1 19:36:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb209db7

app-portage/gpyutils: Bump to 0.8.3

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.8.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index dbf73306b259..fe37aeccd468 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B 
acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f
 SHA512 
932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b
+DIST gpyutils-0.8.3.gh.tar.gz 20277 BLAKE2B 
b91f51ec4315238fdc7e69d3c7f551ecde72f57b960578846d50721d345487650e4e08c7faed54eb22e9423909ac541b092a23b6ac82e9f71a2aaa79a4eb2639
 SHA512 
0b3f9ef166f9d7e55b8335381bfa04d37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9

diff --git a/app-portage/gpyutils/gpyutils-0.8.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.3.ebuild
new file mode 100644
index ..d37ab54a558b
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.8.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/projg2/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-08-10 Thread Michał Górny
commit: fc8500947645f98aa0db6cb99ee881f1534f12b9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 10 14:17:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 10 14:17:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc850094

app-portage/gpyutils: Update URLs

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

 app-portage/gpyutils/gpyutils-0.8.2.ebuild | 4 ++--
 app-portage/gpyutils/metadata.xml  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
index 9a5bbcb0aeee..dcd8ac0da69c 100644
--- a/app-portage/gpyutils/gpyutils-0.8.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
@@ -10,11 +10,11 @@ inherit distutils-r1
 
 DESCRIPTION="Utitilies for maintaining Python packages"
 HOMEPAGE="
-   https://github.com/mgorny/gpyutils/
+   https://github.com/projg2/gpyutils/
https://pypi.org/project/gpyutils/
 "
 SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   https://github.com/projg2/gpyutils/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
 "
 

diff --git a/app-portage/gpyutils/metadata.xml 
b/app-portage/gpyutils/metadata.xml
index a7e17ec45420..89201d449b7c 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -11,8 +11,8 @@
   [email protected]
   Michał Górny
 
-https://github.com/mgorny/gpyutils/issues/
-mgorny/gpyutils
+https://github.com/projg2/gpyutils/issues/
+projg2/gpyutils
 gpyutils
   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2022-08-10 Thread Michał Górny
commit: 574085b1915bc3be8c429b117a7314894e45f6f6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug 10 14:16:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug 10 14:16:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574085b1

app-portage/gpyutils: py3.10 is now the default

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

 app-portage/gpyutils/files/implementations.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index f55ca773827c..88202c6748a3 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -18,8 +18,8 @@ python3_5 dead3.5
 python3_6  dead3.6
 python3_7  dead3.7
 python3_8  old 3.8
-python3_9  current 3.9
-python3_10 supported   3.10
+python3_9  old 3.9
+python3_10 current 3.10
 python3_11 supported   3.11
 
 pypy1_82.7-pypy-1.8deadp1.8



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-08-09 Thread Sam James
commit: 031d9d42340b333f3c6fc900c0073c37ef6c15a4
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  9 21:18:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  9 21:18:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031d9d42

app-portage/gpyutils: enable py3.11

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

 app-portage/gpyutils/gpyutils-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
index d3a036a6fda0..9a5bbcb0aeee 100644
--- a/app-portage/gpyutils/gpyutils-0.8.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-06-25 Thread Michał Górny
commit: 25b46d894da9fc925da65db8162214d4032ea48b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 25 09:34:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 25 11:18:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b46d89

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  3 ---
 app-portage/gpyutils/gpyutils-0.6.1.ebuild | 26 ---
 app-portage/gpyutils/gpyutils-0.7.1.ebuild | 34 --
 app-portage/gpyutils/gpyutils-0.8.1.ebuild | 30 --
 4 files changed, 93 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 4f80aebb803a..dbf73306b259 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1 @@
-DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
-DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
-DIST gpyutils-0.8.1.gh.tar.gz 19750 BLAKE2B 
90d4b917765bf138ebbe09cc0640996d88bc3092ec2e78e07408f8b13363089141f25d12f84a7a519982f7327e2d6c52913376df7da5f2900b364a0c135cf822
 SHA512 
43a4c6411d881f2b7a35a6370c73676bb5c33fb2c9c47d2e5cdd9778034c142babe3f86d12efd8491930ce5bab04b73eb65560f8808d3b6ba39258b11bcb2b3d
 DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B 
acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f
 SHA512 
932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b

diff --git a/app-portage/gpyutils/gpyutils-0.6.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
deleted file mode 100644
index caf527892cce..
--- a/app-portage/gpyutils/gpyutils-0.6.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.7.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
deleted file mode 100644
index ffc17d681522..
--- a/app-portage/gpyutils/gpyutils-0.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/mgorny/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest --doctest-modules gpyutils
-}

diff --git a/app-portage/gpyutils/gpyutils-0.8.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.1.ebuild
deleted file mode 100644
index 7981acdda5c2..
--- a/app-portage/gpyutils/gpyutils-0.8.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/mgorny/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-06-25 Thread Arthur Zamarin
commit: a79b970dcb97ed51311986d40e8f4b003ce585f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jun 25 08:22:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jun 25 08:22:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79b970d

app-portage/gpyutils: Stabilize 0.8.2 ALLARCHES, #854045

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-portage/gpyutils/gpyutils-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
index 7981acdda5c2..d3a036a6fda0 100644
--- a/app-portage/gpyutils/gpyutils-0.8.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-27 Thread Michał Górny
commit: a6121edf460cd79fe5d146a0fa2ebfe23f9f0fe8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 28 05:57:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 28 06:02:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6121edf

app-portage/gpyutils: Bump to 0.8.2

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.8.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 41a2351a27b2..4f80aebb803a 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
 DIST gpyutils-0.8.1.gh.tar.gz 19750 BLAKE2B 
90d4b917765bf138ebbe09cc0640996d88bc3092ec2e78e07408f8b13363089141f25d12f84a7a519982f7327e2d6c52913376df7da5f2900b364a0c135cf822
 SHA512 
43a4c6411d881f2b7a35a6370c73676bb5c33fb2c9c47d2e5cdd9778034c142babe3f86d12efd8491930ce5bab04b73eb65560f8808d3b6ba39258b11bcb2b3d
+DIST gpyutils-0.8.2.gh.tar.gz 20247 BLAKE2B 
acbde89975e233ebd7d7dcaba629d35c09a9064be48ae1d529e9f5f814b9486e9a208506ff194894dcf827069cf24faa81efa14258866fb32cf5946dafadaf6f
 SHA512 
932500c730635ed1f8f529012f7c65c48385d92db4a673abc0145fdbb14edf8c8b5a5ed4a4c7f892e7df310b92cd8fa0532af95340096f2bd4ef7047d6b6163b

diff --git a/app-portage/gpyutils/gpyutils-0.8.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
new file mode 100644
index ..7981acdda5c2
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.8.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/mgorny/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-27 Thread Michał Górny
commit: 5ce380027d6b1388e7544a51ff92e9c1c5af8515
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 14:39:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 14:39:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce38002

app-portage/gpyutils: Bump to 0.8.1

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.8.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 64fd6ff82817..09424c65557d 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
+DIST gpyutils-0.8.1.gh.tar.gz 19750 BLAKE2B 
90d4b917765bf138ebbe09cc0640996d88bc3092ec2e78e07408f8b13363089141f25d12f84a7a519982f7327e2d6c52913376df7da5f2900b364a0c135cf822
 SHA512 
43a4c6411d881f2b7a35a6370c73676bb5c33fb2c9c47d2e5cdd9778034c142babe3f86d12efd8491930ce5bab04b73eb65560f8808d3b6ba39258b11bcb2b3d
 DIST gpyutils-0.8.gh.tar.gz 19788 BLAKE2B 
a6b5ba8c11197ecb8ea15355993409624afda993b244c32730332e2e6566dc140c76da6263afbfa7720b501e952c4d28906bd08f4f68fafcd5b0cf6e67429c8c
 SHA512 
b95aa5550c1cdc37defe1acf93588b2ba06832acd41a7354e2de7e2a7082c06f517c05f32290d985d8cc148ef6cdb7d94b3f6b92633f351f50d954ed2662f942

diff --git a/app-portage/gpyutils/gpyutils-0.8.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.1.ebuild
new file mode 100644
index ..7981acdda5c2
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.8.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/mgorny/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-27 Thread Michał Górny
commit: b01009f109239292d1354cc655cbbb1e2ac8b7fa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 14:39:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 14:39:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01009f1

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest|  1 -
 app-portage/gpyutils/gpyutils-0.8.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 09424c65557d..41a2351a27b2 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1,3 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
 DIST gpyutils-0.8.1.gh.tar.gz 19750 BLAKE2B 
90d4b917765bf138ebbe09cc0640996d88bc3092ec2e78e07408f8b13363089141f25d12f84a7a519982f7327e2d6c52913376df7da5f2900b364a0c135cf822
 SHA512 
43a4c6411d881f2b7a35a6370c73676bb5c33fb2c9c47d2e5cdd9778034c142babe3f86d12efd8491930ce5bab04b73eb65560f8808d3b6ba39258b11bcb2b3d
-DIST gpyutils-0.8.gh.tar.gz 19788 BLAKE2B 
a6b5ba8c11197ecb8ea15355993409624afda993b244c32730332e2e6566dc140c76da6263afbfa7720b501e952c4d28906bd08f4f68fafcd5b0cf6e67429c8c
 SHA512 
b95aa5550c1cdc37defe1acf93588b2ba06832acd41a7354e2de7e2a7082c06f517c05f32290d985d8cc148ef6cdb7d94b3f6b92633f351f50d954ed2662f942

diff --git a/app-portage/gpyutils/gpyutils-0.8.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.ebuild
deleted file mode 100644
index 7981acdda5c2..
--- a/app-portage/gpyutils/gpyutils-0.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/mgorny/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-27 Thread Michał Górny
commit: e5b2143ed5861ca636b9cec13a332af041032c3a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 14:13:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 14:14:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b2143e

app-portage/gpyutils: Bump to 0.8

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

 app-portage/gpyutils/Manifest|  1 +
 app-portage/gpyutils/gpyutils-0.8.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index c10b46ddbb82..64fd6ff82817 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e
+DIST gpyutils-0.8.gh.tar.gz 19788 BLAKE2B 
a6b5ba8c11197ecb8ea15355993409624afda993b244c32730332e2e6566dc140c76da6263afbfa7720b501e952c4d28906bd08f4f68fafcd5b0cf6e67429c8c
 SHA512 
b95aa5550c1cdc37defe1acf93588b2ba06832acd41a7354e2de7e2a7082c06f517c05f32290d985d8cc148ef6cdb7d94b3f6b92633f351f50d954ed2662f942

diff --git a/app-portage/gpyutils/gpyutils-0.8.ebuild 
b/app-portage/gpyutils/gpyutils-0.8.ebuild
new file mode 100644
index ..7981acdda5c2
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/mgorny/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-16 Thread Michał Górny
commit: d28c8eb9872f06dbaf5d51d9730ba9428ff41efc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 17 06:41:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 17 06:54:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28c8eb9

app-portage/gpyutils: Restrict testing to gpyutils package

Closes: https://bugs.gentoo.org/845114
Signed-off-by: Michał Górny  gentoo.org>

 app-portage/gpyutils/gpyutils-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.7.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
index 6ce33debf4ee..ffc17d681522 100644
--- a/app-portage/gpyutils/gpyutils-0.7.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
@@ -30,5 +30,5 @@ RDEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-   epytest --doctest-modules
+   epytest --doctest-modules gpyutils
 }



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-16 Thread Michał Górny
commit: 51c9dd2af0157865acb2698205066ea4a1ce8968
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 20:44:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 20:44:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c9dd2a

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  2 --
 app-portage/gpyutils/gpyutils-0.6.2.ebuild | 31 ---
 app-portage/gpyutils/gpyutils-0.7.0.ebuild | 34 --
 3 files changed, 67 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 3a0bec3c09f2..c10b46ddbb82 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1,2 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
-DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B 
6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47
 SHA512 
fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc
-DIST gpyutils-0.7.0.tar.gz 18417 BLAKE2B 
d4dcb08794450a0dba2a2e1ef0227ff9e3f330ed3afe68f8e5f2aeff5cb3ff065b3eceb0d2dbe6466c5e40ca00b9c4f9ae58a2694426f209aa5160c20979cb99
 SHA512 
4ed8e4d109e57eab35228ee33ee96d99cad446f8f6e6b22f89432d11d67d202715152723440e0a1f4082bd5d9de4310e2a5e0e476872c48a4ba35a921f986ace
 DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e

diff --git a/app-portage/gpyutils/gpyutils-0.6.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.2.ebuild
deleted file mode 100644
index 8b95aeb92dbf..
--- a/app-portage/gpyutils/gpyutils-0.6.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest --doctest-modules
-}

diff --git a/app-portage/gpyutils/gpyutils-0.7.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
deleted file mode 100644
index 6ce33debf4ee..
--- a/app-portage/gpyutils/gpyutils-0.7.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="
-   https://github.com/mgorny/gpyutils/
-   https://pypi.org/project/gpyutils/
-"
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest --doctest-modules
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-16 Thread Michał Górny
commit: 8f9c161f6cbac629690e712949a9b6567abcac72
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 20:43:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 20:43:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f9c161f

app-portage/gpyutils: Bump to 0.7.1

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.7.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index d8a190fe286e..3a0bec3c09f2 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B 
6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47
 SHA512 
fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc
 DIST gpyutils-0.7.0.tar.gz 18417 BLAKE2B 
d4dcb08794450a0dba2a2e1ef0227ff9e3f330ed3afe68f8e5f2aeff5cb3ff065b3eceb0d2dbe6466c5e40ca00b9c4f9ae58a2694426f209aa5160c20979cb99
 SHA512 
4ed8e4d109e57eab35228ee33ee96d99cad446f8f6e6b22f89432d11d67d202715152723440e0a1f4082bd5d9de4310e2a5e0e476872c48a4ba35a921f986ace
+DIST gpyutils-0.7.1.tar.gz 18464 BLAKE2B 
6f19aeddbae7b64a3f523b7bbad45ddeef6ba22b6261fd0bf6ac280f962de338a3ba4da509685c5ce665d96b9d25e1175d65c0229f9b901924d7848010b0363d
 SHA512 
46b60c52996c39139e51241abf08034c1fe16189df9d37a9517a1ccd22410bf7646c274a875a576d703973d2ae5846b26799a1ab0adbc22e363d8de32424362e

diff --git a/app-portage/gpyutils/gpyutils-0.7.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
new file mode 100644
index ..6ce33debf4ee
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.7.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/mgorny/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --doctest-modules
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-16 Thread Michał Górny
commit: 04c15c205e71d1c8189d56bf99db988b30eb3742
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 18:40:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 18:48:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c15c20

app-portage/gpyutils: Bump to 0.7.0

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.7.0.ebuild | 34 ++
 app-portage/gpyutils/metadata.xml  |  1 +
 3 files changed, 36 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index e7218fed78d9..d8a190fe286e 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B 
6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47
 SHA512 
fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc
+DIST gpyutils-0.7.0.tar.gz 18417 BLAKE2B 
d4dcb08794450a0dba2a2e1ef0227ff9e3f330ed3afe68f8e5f2aeff5cb3ff065b3eceb0d2dbe6466c5e40ca00b9c4f9ae58a2694426f209aa5160c20979cb99
 SHA512 
4ed8e4d109e57eab35228ee33ee96d99cad446f8f6e6b22f89432d11d67d202715152723440e0a1f4082bd5d9de4310e2a5e0e476872c48a4ba35a921f986ace

diff --git a/app-portage/gpyutils/gpyutils-0.7.0.ebuild 
b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
new file mode 100644
index ..6ce33debf4ee
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="
+   https://github.com/mgorny/gpyutils/
+   https://pypi.org/project/gpyutils/
+"
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --doctest-modules
+}

diff --git a/app-portage/gpyutils/metadata.xml 
b/app-portage/gpyutils/metadata.xml
index f25e0a24ce6c..a7e17ec45420 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -13,5 +13,6 @@
 
 https://github.com/mgorny/gpyutils/issues/
 mgorny/gpyutils
+gpyutils
   
 



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-16 Thread Michał Górny
commit: c000b5925990e7b2ec80752958252ce39159336f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 16:09:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 16:09:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c000b592

app-portage/gpyutils: Remove the live ebuild

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

 app-portage/gpyutils/gpyutils-.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-.ebuild
deleted file mode 100644
index c1d6bf513297..
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
-
-EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2022-05-16 Thread Michał Górny
commit: 130b9cca5299f1635e5802c16dca604aef545c79
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 16:09:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 16:11:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130b9cca

app-portage/gpyutils: Bump to 0.6.2

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.6.2.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index c22e9d08ffbe..e7218fed78d9 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
+DIST gpyutils-0.6.2.tar.gz 23585 BLAKE2B 
6458569d42b8095e6b355ca4e3ce7173ccddef6c3e01a103d997d3e395515ad145c562171bc73711d994e4503b9fef99534ec608985c5f8f4482a1bbe3172e47
 SHA512 
fcd8312b7752c1a4de46cd9655300097962270c2ca07572eda4e9240c9a32d4a58d200659d2a26c38fb1389ec57cac6beb1b40a7d0520d6505db42e6fbe593dc

diff --git a/app-portage/gpyutils/gpyutils-0.6.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.2.ebuild
new file mode 100644
index ..8b95aeb92dbf
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.6.2.ebuild
@@ -0,0 +1,31 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --doctest-modules
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2022-05-09 Thread Michał Górny
commit: 837f9b31d24790130a3c1fa605fe512a96863d28
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  8 11:35:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  9 20:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837f9b31

app-portage/gpyutils: Add python3.11 to impl list

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

 app-portage/gpyutils/files/implementations.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index f8f378e84459..f55ca773827c 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -20,6 +20,7 @@ python3_7 dead3.7
 python3_8  old 3.8
 python3_9  current 3.9
 python3_10 supported   3.10
+python3_11 supported   3.11
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-08-01 Thread Michał Górny
commit: fb98cb013fa4a50be501bbb7691d3ffe65eadff0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  2 05:42:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  2 05:42:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb98cb01

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest|  1 -
 app-portage/gpyutils/gpyutils-0.6.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 30ed7589669..c22e9d08ffb 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
-DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 
6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c
 SHA512 
1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231

diff --git a/app-portage/gpyutils/gpyutils-0.6.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.ebuild
deleted file mode 100644
index f00bb9f55f4..000
--- a/app-portage/gpyutils/gpyutils-0.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-07-02 Thread Michał Górny
commit: 894d72f1803af209bb70571dcc1bcc84fe22c03d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:18:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:21:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894d72f1

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  2 --
 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 26 --
 app-portage/gpyutils/gpyutils-0.5.1.ebuild | 26 --
 3 files changed, 54 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index e0ba6cbb817..30ed7589669 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1,2 @@
-DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
-DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 
90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31
 SHA512 
5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
 DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 
6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c
 SHA512 
1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231

diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
deleted file mode 100644
index f00bb9f55f4..000
--- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.5.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.5.1.ebuild
deleted file mode 100644
index 07c9616731d..000
--- a/app-portage/gpyutils/gpyutils-0.5.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-07-02 Thread Sam James
commit: 2cb677efe4ef2b5c2bdcf223b5b41f84f1bb161f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 01:27:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 01:27:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb677ef

app-portage/gpyutils: Stabilize 0.6 ALLARCHES, #799920

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

 app-portage/gpyutils/gpyutils-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.6.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.ebuild
index 07c9616731d..f00bb9f55f4 100644
--- a/app-portage/gpyutils/gpyutils-0.6.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-06-30 Thread Michał Górny
commit: 9bf632c1f12444f174541184933fcecd45d4fb8f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 06:24:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 11:13:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf632c1

app-portage/gpyutils: Bump to 0.6.1

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

 app-portage/gpyutils/Manifest   |  1 +
 .../{gpyutils-.ebuild => gpyutils-0.6.1.ebuild} | 13 +++--
 app-portage/gpyutils/gpyutils-.ebuild   |  4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 7e161924377..e0ba6cbb817 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
 DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 
90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31
 SHA512 
5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
+DIST gpyutils-0.6.1.tar.gz 23914 BLAKE2B 
1e799ce33a949037b68262cb7a6ca5fd99b4ca4ec74c3044bfb31ea08b59906a21f6c96cdf99330f6af16d68be6ee7ab49c3cf05979691899abaacc9d62032eb
 SHA512 
74d984e496ccfa7124cfefd9f8f79d5fab4bb4dbf5e61f4400b39367dd54e23b871f286eef28007a5c255b862533a34948449bbf7aed55cf8fe315e76ac876ea
 DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 
6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c
 SHA512 
1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
similarity index 68%
copy from app-portage/gpyutils/gpyutils-.ebuild
copy to app-portage/gpyutils/gpyutils-0.6.1.ebuild
index 69f7071f9a7..9960fab01e4 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
@@ -1,21 +1,22 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
-EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Utitilies for maintaining Python packages"
 HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI=""
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-.ebuild
index 69f7071f9a7..c1d6bf51329 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-.ebuild
@@ -1,10 +1,10 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2021-06-02 Thread Michał Górny
commit: c3a5879808e3879cb588a3b80de09dafba827322
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  2 07:20:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  2 07:30:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a58798

app-portage/gpyutils: Update impl status

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

 app-portage/gpyutils/files/implementations.txt | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index e4f2de735fb..f8f378e8445 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -16,10 +16,10 @@ python3_3   3.3 dead3.3
 python3_4  dead3.4
 python3_5  dead3.5
 python3_6  dead3.6
-python3_7  old 3.7
-python3_8  current 3.8
-python3_9  supported   3.9
-python3_10 experimental3.10
+python3_7  dead3.7
+python3_8  old 3.8
+python3_9  current 3.9
+python3_10 supported   3.10
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-05-24 Thread Michał Górny
commit: cf0d81b601b900fa802f734409f23802ca4138fc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 24 12:40:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 24 18:52:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0d81b6

app-portage/gpyutils: Bump to 0.6

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

 app-portage/gpyutils/Manifest|  1 +
 app-portage/gpyutils/gpyutils-0.6.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index e8ced2a9e3e..7e161924377 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
 DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 
90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31
 SHA512 
5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
+DIST gpyutils-0.6.tar.gz 23862 BLAKE2B 
6992aa6260dcb495bb6d1ec3615d9acbb60d79bdaa50f2ba29da0ee1ed9f0931726a2e71cce296eb05d37715b94386352137e86072a7ced789c53dd1dc9e9a2c
 SHA512 
1174ed9f645eb0e7b435677c0f8ad19eeae54479f319aa1d192215e2c83642df68ba37d9e0113a505468f9e05f8e6822ae32b5965e8d7601a545f4d0c9387231

diff --git a/app-portage/gpyutils/gpyutils-0.6.ebuild 
b/app-portage/gpyutils/gpyutils-0.6.ebuild
new file mode 100644
index 000..07c9616731d
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-05-23 Thread Michał Górny
commit: b8b9f8985d8c31a2b5e1fbdaf24b0840c4cded93
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 14:05:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 14:05:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b9f898

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest|  1 -
 app-portage/gpyutils/gpyutils-0.5.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 3eb787fb6b0..e8ced2a9e3e 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,2 @@
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
 DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 
90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31
 SHA512 
5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
-DIST gpyutils-0.5.tar.gz 23472 BLAKE2B 
7f13be342a28eb27beb530f5f98d1a096f0436c44abbfcc2a413673c2433261d61ba5ac0bd5afba8bd569d2f45f27fda0faf083ce2f00d1f8c0c0651f027cb33
 SHA512 
80bfe7754876b071fa8e4dcf5523564d7145715ab292c06a31296a344bc7ca298fee6171e2b39dfe5c0b762c1fb8c69ca9040744d39150c80e22fb35e3876808

diff --git a/app-portage/gpyutils/gpyutils-0.5.ebuild 
b/app-portage/gpyutils/gpyutils-0.5.ebuild
deleted file mode 100644
index 07c9616731d..000
--- a/app-portage/gpyutils/gpyutils-0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-05-23 Thread Michał Górny
commit: 9c8b2ce0dd2b3c0bec04f413af411b53477329ff
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 14:05:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 14:05:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c8b2ce0

app-portage/gpyutils: Bump to 0.5.1

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.5.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index f80c5fe7803..3eb787fb6b0 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
+DIST gpyutils-0.5.1.tar.gz 23480 BLAKE2B 
90e7a0f54526ede6a3c0342558cbbc379a8e8453aca1bc79751c12e292322d3cd3da8dad69f8a6aed7704bf043fe9e2324b567b3b6f7eff49c0e7a3e2bb2ea31
 SHA512 
5be4e4e03a5fef746eaf9bfed70f58801ed0dcec34cfdeef8d0936b92690b9519802fa3cdc3ca446ba688c4ff1604b5819d14b723c7ed2e6dd8f5b39ee76996f
 DIST gpyutils-0.5.tar.gz 23472 BLAKE2B 
7f13be342a28eb27beb530f5f98d1a096f0436c44abbfcc2a413673c2433261d61ba5ac0bd5afba8bd569d2f45f27fda0faf083ce2f00d1f8c0c0651f027cb33
 SHA512 
80bfe7754876b071fa8e4dcf5523564d7145715ab292c06a31296a344bc7ca298fee6171e2b39dfe5c0b762c1fb8c69ca9040744d39150c80e22fb35e3876808

diff --git a/app-portage/gpyutils/gpyutils-0.5.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.5.1.ebuild
new file mode 100644
index 000..07c9616731d
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.5.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-05-23 Thread Michał Górny
commit: 061c46cd73c555a15404b0c7c9c90cb51751c2da
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 23 12:54:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 23 12:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061c46cd

app-portage/gpyutils: Bump to 0.5

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

 app-portage/gpyutils/Manifest|  1 +
 app-portage/gpyutils/gpyutils-0.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 619ed92d89a..f80c5fe7803 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c
+DIST gpyutils-0.5.tar.gz 23472 BLAKE2B 
7f13be342a28eb27beb530f5f98d1a096f0436c44abbfcc2a413673c2433261d61ba5ac0bd5afba8bd569d2f45f27fda0faf083ce2f00d1f8c0c0651f027cb33
 SHA512 
80bfe7754876b071fa8e4dcf5523564d7145715ab292c06a31296a344bc7ca298fee6171e2b39dfe5c0b762c1fb8c69ca9040744d39150c80e22fb35e3876808

diff --git a/app-portage/gpyutils/gpyutils-0.5.ebuild 
b/app-portage/gpyutils/gpyutils-0.5.ebuild
new file mode 100644
index 000..07c9616731d
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2021-05-04 Thread Michał Górny
commit: 5d8258df5d9dd4f36f8ba995ce7ebca46384b9b4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  4 13:30:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  4 13:58:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8258df

app-portage/gpyutils: Add python3_10

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

 app-portage/gpyutils/files/implementations.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 0236041583b..e4f2de735fb 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -19,6 +19,7 @@ python3_6 dead3.6
 python3_7  old 3.7
 python3_8  current 3.8
 python3_9  supported   3.9
+python3_10 experimental3.10
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2021-01-30 Thread Michał Górny
commit: e78d9a59fbea1bd9e60f1831c0174d0a9b5ddb02
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 30 23:31:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 00:06:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e78d9a59

app-portage/gpyutils: Mark py2.7 dead

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

 app-portage/gpyutils/files/implementations.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index ae60a85d8c6..0236041583b 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -8,7 +8,7 @@
 python2_4  2.4 dead2.4
 python2_5  2.5 dead2.5
 python2_6  2.6 dead2.6
-python2_7  2.7 old 2.7
+python2_7  2.7 dead2.7
 python3_0  3.0 dead3.0
 python3_1  3.1 dead3.1
 python3_2  3.2 dead3.2



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2021-01-15 Thread Michał Górny
commit: 9eb0c02dd9f71807a0b3e6d6d35fcb15c0b0572b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 15 20:53:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 15 21:59:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb0c02d

app-portage/gpyutils: Update implementation data

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

 app-portage/gpyutils/files/implementations.txt | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index 231c94cd335..ae60a85d8c6 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -8,17 +8,17 @@
 python2_4  2.4 dead2.4
 python2_5  2.5 dead2.5
 python2_6  2.6 dead2.6
-python2_7  2.7 current 2.7
+python2_7  2.7 old 2.7
 python3_0  3.0 dead3.0
 python3_1  3.1 dead3.1
 python3_2  3.2 dead3.2
 python3_3  3.3 dead3.3
 python3_4  dead3.4
 python3_5  dead3.5
-python3_6  old 3.6
-python3_7  current 3.7
-python3_8  supported   3.8
-python3_9  experimental3.9
+python3_6  dead3.6
+python3_7  old 3.7
+python3_8  current 3.8
+python3_9  supported   3.9
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2021-01-07 Thread Michał Górny
commit: 4f321fb344a27e1f36525498fa13dc1288ab4308
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan  7 21:08:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan  7 23:15:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f321fb3

app-portage/gpyutils: Limit to py3.8+ due to pkgcore

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

 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 4 ++--
 app-portage/gpyutils/gpyutils-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
index 9d9f29ecbc5..f00bb9f55f4 100644
--- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-.ebuild
index 41621a1faf2..69f7071f9a7 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-11-18 Thread Michał Górny
commit: 340ba3ad1959f0a10b5ef8d885d4a73c36f800d1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 10:23:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 18 10:28:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=340ba3ad

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  1 -
 app-portage/gpyutils/gpyutils-0.4.3.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index c4860f775fe..619ed92d89a 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.4.3.tar.gz 19951 BLAKE2B 
2d15c6c714a7f75be4a5398b7287d6281a201f1b5806c6cac34093cd74ae3449fcd103d023edc54ab088807e8a7b24e08bb223ae9f40d156ade97706cf4b9355
 SHA512 
02067d6d075afc6670eea75a0e9ed12bf02eecb623accd010701c45d4176bb23b1dd0fb9eda3a4e899d3fb90581c5f3fc46b5fc8760b491c31fddf592aa7a291
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c

diff --git a/app-portage/gpyutils/gpyutils-0.4.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.3.ebuild
deleted file mode 100644
index ac5c7dac4d6..000
--- a/app-portage/gpyutils/gpyutils-0.4.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-11-17 Thread Agostino Sarubbo
commit: 67492a1234139c685a5b04850c835c562161
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 18 06:53:08 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 18 06:53:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6749

app-portage/gpyutils: amd64 stable (ALLARCHES policy) wrt bug #751115

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
index 7743cba9666..9d9f29ecbc5 100644
--- a/app-portage/gpyutils/gpyutils-0.4.5.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-09-24 Thread Michał Górny
commit: f765c5d1ace093d6fc94691cd8ca2039ab7769ff
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 24 13:37:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 24 13:37:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765c5d1

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  2 --
 app-portage/gpyutils/gpyutils-0.4.2.ebuild | 24 
 app-portage/gpyutils/gpyutils-0.4.4.ebuild | 26 --
 3 files changed, 52 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 2953fec635b..c4860f775fe 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1,2 @@
-DIST gpyutils-0.4.2.tar.gz 19771 BLAKE2B 
a5b58efcaad803a3eeb4a04b51811c2832f5a61154ac60b67c31e1962efd5f1a801e06fd3245c2336e6440b03fae2c30642e99c7588af89b7a3d0173b93f0c87
 SHA512 
699132833ddbaffe26bec8b3cb8914a609cc98ee2d8b852b59162265ee3daf6a0a0bd8ccc4d693e319d4e413c441ca94bd6837f07f1a132bda383350593792c4
 DIST gpyutils-0.4.3.tar.gz 19951 BLAKE2B 
2d15c6c714a7f75be4a5398b7287d6281a201f1b5806c6cac34093cd74ae3449fcd103d023edc54ab088807e8a7b24e08bb223ae9f40d156ade97706cf4b9355
 SHA512 
02067d6d075afc6670eea75a0e9ed12bf02eecb623accd010701c45d4176bb23b1dd0fb9eda3a4e899d3fb90581c5f3fc46b5fc8760b491c31fddf592aa7a291
-DIST gpyutils-0.4.4.tar.gz 20030 BLAKE2B 
e94e8472b92835400c6d4b1ec07ec810eec88b0ae8160621fe329b4c7c4981f4c4cad45c4f2e7f70bd80a4031d5bbf8ffefe9614b94f255fbc39ce87411ab8fb
 SHA512 
94b941220e431ea4f45b2824e3d58cc2d7571ab87c15a77217293afa68e2b9a7f833d5ed47f28cc5eb35a62415ae03618dcc2b96ee015a685314ef6be6350eaf
 DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c

diff --git a/app-portage/gpyutils/gpyutils-0.4.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.2.ebuild
deleted file mode 100644
index ac5c7dac4d6..000
--- a/app-portage/gpyutils/gpyutils-0.4.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.4.4.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.4.ebuild
deleted file mode 100644
index fa25bd96a86..000
--- a/app-portage/gpyutils/gpyutils-0.4.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="
-   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-09-23 Thread Agostino Sarubbo
commit: 4cd3e39a5f67542897b03160acb727b5695d1c2c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 24 06:44:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 24 06:46:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd3e39a

app-portage/gpyutils: amd64/x86 stable (ALLARCHES policy) wrt bug #743262

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.3.ebuild
index a519e2a5c0f..ac5c7dac4d6 100644
--- a/app-portage/gpyutils/gpyutils-0.4.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-09-19 Thread Michał Górny
commit: db3e1247e84e84ea35e4834cce6e03a5d55158de
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 19 12:27:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 19 12:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3e1247

app-portage/gpyutils: Bump to 0.4.5

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index badcd106fc3..2953fec635b 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.4.2.tar.gz 19771 BLAKE2B 
a5b58efcaad803a3eeb4a04b51811c2832f5a61154ac60b67c31e1962efd5f1a801e06fd3245c2336e6440b03fae2c30642e99c7588af89b7a3d0173b93f0c87
 SHA512 
699132833ddbaffe26bec8b3cb8914a609cc98ee2d8b852b59162265ee3daf6a0a0bd8ccc4d693e319d4e413c441ca94bd6837f07f1a132bda383350593792c4
 DIST gpyutils-0.4.3.tar.gz 19951 BLAKE2B 
2d15c6c714a7f75be4a5398b7287d6281a201f1b5806c6cac34093cd74ae3449fcd103d023edc54ab088807e8a7b24e08bb223ae9f40d156ade97706cf4b9355
 SHA512 
02067d6d075afc6670eea75a0e9ed12bf02eecb623accd010701c45d4176bb23b1dd0fb9eda3a4e899d3fb90581c5f3fc46b5fc8760b491c31fddf592aa7a291
 DIST gpyutils-0.4.4.tar.gz 20030 BLAKE2B 
e94e8472b92835400c6d4b1ec07ec810eec88b0ae8160621fe329b4c7c4981f4c4cad45c4f2e7f70bd80a4031d5bbf8ffefe9614b94f255fbc39ce87411ab8fb
 SHA512 
94b941220e431ea4f45b2824e3d58cc2d7571ab87c15a77217293afa68e2b9a7f833d5ed47f28cc5eb35a62415ae03618dcc2b96ee015a685314ef6be6350eaf
+DIST gpyutils-0.4.5.tar.gz 20037 BLAKE2B 
f628c11e0ae2c9bb02a024e1b7dcab7092e7b01c14078683c47a8ca00d71021b988c51d80ab8b322891f9ecd4bb11c7bfe7d300f3bcbe489a977b18244ead085
 SHA512 
f68c87b5a35aece182bf2f9f93fe89f061dd49b4b75fabb7637038aee1e5301797af1d889a75829048eeb05dda0233461a2f2600e185214600a282cea50d1d3c

diff --git a/app-portage/gpyutils/gpyutils-0.4.5.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
new file mode 100644
index 000..fa25bd96a86
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.4.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-09-16 Thread Michał Górny
commit: e11fa1ad4c0b2e2e256b4f3e0e59260d13d683e5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 16 13:16:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 16 13:17:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11fa1ad

app-portage/gpyutils: Bump to 0.4.4

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

 app-portage/gpyutils/Manifest |  1 +
 .../gpyutils/{gpyutils-.ebuild => gpyutils-0.4.4.ebuild}  | 11 ++-
 app-portage/gpyutils/gpyutils-.ebuild |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 40de1dd492b..badcd106fc3 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.4.2.tar.gz 19771 BLAKE2B 
a5b58efcaad803a3eeb4a04b51811c2832f5a61154ac60b67c31e1962efd5f1a801e06fd3245c2336e6440b03fae2c30642e99c7588af89b7a3d0173b93f0c87
 SHA512 
699132833ddbaffe26bec8b3cb8914a609cc98ee2d8b852b59162265ee3daf6a0a0bd8ccc4d693e319d4e413c441ca94bd6837f07f1a132bda383350593792c4
 DIST gpyutils-0.4.3.tar.gz 19951 BLAKE2B 
2d15c6c714a7f75be4a5398b7287d6281a201f1b5806c6cac34093cd74ae3449fcd103d023edc54ab088807e8a7b24e08bb223ae9f40d156ade97706cf4b9355
 SHA512 
02067d6d075afc6670eea75a0e9ed12bf02eecb623accd010701c45d4176bb23b1dd0fb9eda3a4e899d3fb90581c5f3fc46b5fc8760b491c31fddf592aa7a291
+DIST gpyutils-0.4.4.tar.gz 20030 BLAKE2B 
e94e8472b92835400c6d4b1ec07ec810eec88b0ae8160621fe329b4c7c4981f4c4cad45c4f2e7f70bd80a4031d5bbf8ffefe9614b94f255fbc39ce87411ab8fb
 SHA512 
94b941220e431ea4f45b2824e3d58cc2d7571ab87c15a77217293afa68e2b9a7f833d5ed47f28cc5eb35a62415ae03618dcc2b96ee015a685314ef6be6350eaf

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.4.ebuild
similarity index 64%
copy from app-portage/gpyutils/gpyutils-.ebuild
copy to app-portage/gpyutils/gpyutils-0.4.4.ebuild
index 84c17b6..fa25bd96a86 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.4.ebuild
@@ -6,19 +6,20 @@ EAPI=7
 DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python3_{6..9} )
 
-EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
-inherit distutils-r1 git-r3
+inherit distutils-r1
 
 DESCRIPTION="Utitilies for maintaining Python packages"
 HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI=""
+SRC_URI="
+   https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
+RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
 
 python_test() {
esetup.py test

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-.ebuild
index 84c17b6..41621a1faf2 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-.ebuild
@@ -18,7 +18,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
+RDEPEND=">=app-portage/gentoopm-0.3.2[${PYTHON_USEDEP}]"
 
 python_test() {
esetup.py test



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-09-01 Thread Michał Górny
commit: 2121a2631af6eb614fe5fdafd4e7ce620706df14
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 13:21:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 13:21:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2121a263

app-portage/gpyutils: Bump to 0.4.3

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.4.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 966730a61c4..40de1dd492b 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.4.2.tar.gz 19771 BLAKE2B 
a5b58efcaad803a3eeb4a04b51811c2832f5a61154ac60b67c31e1962efd5f1a801e06fd3245c2336e6440b03fae2c30642e99c7588af89b7a3d0173b93f0c87
 SHA512 
699132833ddbaffe26bec8b3cb8914a609cc98ee2d8b852b59162265ee3daf6a0a0bd8ccc4d693e319d4e413c441ca94bd6837f07f1a132bda383350593792c4
+DIST gpyutils-0.4.3.tar.gz 19951 BLAKE2B 
2d15c6c714a7f75be4a5398b7287d6281a201f1b5806c6cac34093cd74ae3449fcd103d023edc54ab088807e8a7b24e08bb223ae9f40d156ade97706cf4b9355
 SHA512 
02067d6d075afc6670eea75a0e9ed12bf02eecb623accd010701c45d4176bb23b1dd0fb9eda3a4e899d3fb90581c5f3fc46b5fc8760b491c31fddf592aa7a291

diff --git a/app-portage/gpyutils/gpyutils-0.4.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.3.ebuild
new file mode 100644
index 000..a519e2a5c0f
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.4.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-08-05 Thread Michał Górny
commit: 61c637540adf42a43efcb4efc6ea09ac119b6402
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  5 15:13:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  5 15:18:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c63754

app-portage/gpyutils: Remove old

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

 app-portage/gpyutils/Manifest  |  1 -
 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index a4d3b7b912f..966730a61c4 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1 @@
-DIST gpyutils-0.4.1.tar.gz 19444 BLAKE2B 
20b9a3072337665a83e86994b4b0e5cc33673364320838ab3e56b87b06146d91d519f1b60023fa3e9be0bc6fc10a207a3fe87937158edb2c8607d8145022ee50
 SHA512 
c3420ec2c5fff39b32beb43b48eb06179534c359f755e5877d29ba4e3f393ce62c8ded48cd909bc69c20730d028e01c76375892ebb2a364017aa196c81865ecf
 DIST gpyutils-0.4.2.tar.gz 19771 BLAKE2B 
a5b58efcaad803a3eeb4a04b51811c2832f5a61154ac60b67c31e1962efd5f1a801e06fd3245c2336e6440b03fae2c30642e99c7588af89b7a3d0173b93f0c87
 SHA512 
699132833ddbaffe26bec8b3cb8914a609cc98ee2d8b852b59162265ee3daf6a0a0bd8ccc4d693e319d4e413c441ca94bd6837f07f1a132bda383350593792c4

diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
deleted file mode 100644
index ac5c7dac4d6..000
--- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-08-05 Thread Agostino Sarubbo
commit: b657e354e2784e9a48b790014028815472ee24cd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:15:29 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:15:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b657e354

app-portage/gpyutils: x86 stable wrt bug #734526

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.2.ebuild
index 4bf90b50f68..ac5c7dac4d6 100644
--- a/app-portage/gpyutils/gpyutils-0.4.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-07-29 Thread Michał Górny
commit: e2618cb7e89ebfb508711143f9a8b685a3324ecb
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 29 10:11:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 29 10:20:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2618cb7

app-portage/gpyutils: Mark ALLARCHES

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

 app-portage/gpyutils/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-portage/gpyutils/metadata.xml 
b/app-portage/gpyutils/metadata.xml
index 1d172ebd5f1..91decfc24b9 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -5,6 +5,7 @@
 [email protected]
 Michał Górny
   
+  
   
 
   [email protected]



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-06-01 Thread Michał Górny
commit: d25317b58793908c797cbfd1635f15a2fc45845b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  1 11:11:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  1 11:12:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25317b5

app-portage/gpyutils: Bump to 0.4.2

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

 app-portage/gpyutils/Manifest  |  1 +
 app-portage/gpyutils/gpyutils-0.4.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 1dd49fa409c..a4d3b7b912f 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.4.1.tar.gz 19444 BLAKE2B 
20b9a3072337665a83e86994b4b0e5cc33673364320838ab3e56b87b06146d91d519f1b60023fa3e9be0bc6fc10a207a3fe87937158edb2c8607d8145022ee50
 SHA512 
c3420ec2c5fff39b32beb43b48eb06179534c359f755e5877d29ba4e3f393ce62c8ded48cd909bc69c20730d028e01c76375892ebb2a364017aa196c81865ecf
+DIST gpyutils-0.4.2.tar.gz 19771 BLAKE2B 
a5b58efcaad803a3eeb4a04b51811c2832f5a61154ac60b67c31e1962efd5f1a801e06fd3245c2336e6440b03fae2c30642e99c7588af89b7a3d0173b93f0c87
 SHA512 
699132833ddbaffe26bec8b3cb8914a609cc98ee2d8b852b59162265ee3daf6a0a0bd8ccc4d693e319d4e413c441ca94bd6837f07f1a132bda383350593792c4

diff --git a/app-portage/gpyutils/gpyutils-0.4.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.2.ebuild
new file mode 100644
index 000..a519e2a5c0f
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/";
+SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-05-30 Thread Michał Górny
commit: ae323fe69b2050e85c5f18c3afb175dc684f7f71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 17:27:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 17:27:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae323fe6

app-portage/gpyutils: Port to py39

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

 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 app-portage/gpyutils/gpyutils-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
index e53246c0e37..ac5c7dac4d6 100644
--- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-.ebuild
index 6f927d08634..84c17b6 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/files/

2020-05-30 Thread Michał Górny
commit: 4681186d89cd80f42ae2315665b7b6f84271fd36
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 16:47:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 16:47:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4681186d

app-portage/gpyutils: Update impls

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

 app-portage/gpyutils/files/implementations.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/files/implementations.txt 
b/app-portage/gpyutils/files/implementations.txt
index bb8d5e39be6..231c94cd335 100644
--- a/app-portage/gpyutils/files/implementations.txt
+++ b/app-portage/gpyutils/files/implementations.txt
@@ -15,9 +15,10 @@ python3_23.2 dead3.2
 python3_3  3.3 dead3.3
 python3_4  dead3.4
 python3_5  dead3.5
-python3_6  current 3.6
-python3_7  supported   3.7
+python3_6  old 3.6
+python3_7  current 3.7
 python3_8  supported   3.8
+python3_9  experimental3.9
 
 pypy1_82.7-pypy-1.8deadp1.8
 pypy1_92.7-pypy-1.9deadp1.9



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-05-25 Thread Mike Gilbert
commit: 8dd608d179e1b0213cce63f1aef30229e371b09d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue May 26 03:03:52 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue May 26 03:10:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd608d1

app-portage/gpyutils: python3.8

Signed-off-by: Mike Gilbert  gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 app-portage/gpyutils/gpyutils-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
index e73c38ff958..e53246c0e37 100644
--- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-.ebuild 
b/app-portage/gpyutils/gpyutils-.ebuild
index 6c4f2aa07f7..6f927d08634 100644
--- a/app-portage/gpyutils/gpyutils-.ebuild
+++ b/app-portage/gpyutils/gpyutils-.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git";
 inherit distutils-r1 git-r3



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-03-19 Thread Michał Górny
commit: dcfa01926f3eed7f23d9075cb203989c1c53f1d5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 17:06:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 17:20:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfa0192

app-portage/gpyutils: Remove redundant versions

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

 app-portage/gpyutils/Manifest  |  3 ---
 app-portage/gpyutils/gpyutils-0.2.2.ebuild | 22 --
 app-portage/gpyutils/gpyutils-0.3.ebuild   | 24 
 app-portage/gpyutils/gpyutils-0.4.ebuild   | 24 
 4 files changed, 73 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b4bc356e216..1dd49fa409c 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1 @@
-DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B 
b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1
 SHA512 
28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8cf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
-DIST gpyutils-0.3.tar.gz 19322 BLAKE2B 
0b761139f803e1c36d2d9bc8c8e77a8606697a5f872f8eece4bc130657918e639ff82dd275d4553c92a2f1f8a9fe66687e6dce4de40450af435d52fd1ddb91a1
 SHA512 
2481ccca1390cf65f7a466c7742869977156eebb5d7ab6fe8a421c53dbe1e971e59fce8b4544396fd8682bf9ce73f245d611f2527725cae7253d68ebd2d9b1a2
 DIST gpyutils-0.4.1.tar.gz 19444 BLAKE2B 
20b9a3072337665a83e86994b4b0e5cc33673364320838ab3e56b87b06146d91d519f1b60023fa3e9be0bc6fc10a207a3fe87937158edb2c8607d8145022ee50
 SHA512 
c3420ec2c5fff39b32beb43b48eb06179534c359f755e5877d29ba4e3f393ce62c8ded48cd909bc69c20730d028e01c76375892ebb2a364017aa196c81865ecf
-DIST gpyutils-0.4.tar.gz 19463 BLAKE2B 
4f7a0a474c0c5dcb3afec6ccfb920df17d23eb91aba21765626a791cd7fc533b4165e5aa97df7def2dd5464a2558026378262dbcec48915252ceabb4e37511aa
 SHA512 
02c77cc894adc0e81815777bfeb5f003d74e4b8c54b0f8701c4ada924f09f7f50128d1e842d138f90529f93eef959adac5816d662009bf5e8ca99fe528b35ae0

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild 
b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
deleted file mode 100644
index 9d2a031d5cb..000
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild 
b/app-portage/gpyutils/gpyutils-0.3.ebuild
deleted file mode 100644
index 07d1c4984b1..000
--- a/app-portage/gpyutils/gpyutils-0.3.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}

diff --git a/app-portage/gpyutils/gpyutils-0.4.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.ebuild
deleted file mode 100644
index 07d1c4984b1..000
--- a/app-portage/gpyutils/gpyutils-0.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://github.com/mgorny/gpyutils/";
-SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-03-18 Thread Agostino Sarubbo
commit: 5d3c15b282b6f80cb29aefbe8d09c16b96f3e62a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 18 11:03:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 18 11:03:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3c15b2

app-portage/gpyutils: x86 stable wrt bug #712318

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
index 5f453310313..e73c38ff958 100644
--- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/

2020-03-15 Thread Agostino Sarubbo
commit: a7875c7c43a073bd2855fcec96993382a2f4a0e5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 11:45:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 11:45:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7875c7c

app-portage/gpyutils: amd64 stable wrt bug #712318

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild 
b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
index 07d1c4984b1..5f453310313 100644
--- a/app-portage/gpyutils/gpyutils-0.4.1.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/mgorny/gpyutils/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"



  1   2   >