public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-16 16:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-16 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     130b9cca5299f1635e5802c16dca604aef545c79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 16:09:58 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 16:11:14 2022 +0000
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 <mgorny <AT> 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 000000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-07-09 14:50 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-07-09 14:50 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> 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
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-24  9:50 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-02-24  9:50 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-24  9:49 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-02-24  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e098d4346f4d96f652c77909559f1c6156a72b1b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 09:49:16 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 09:49:16 2024 +0000
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 <mgorny <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-08 20:53 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-02-08 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     15435e3094fd0cdc64e26a6a205f9395bf8e3ec2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 20:52:37 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 20:52:37 2024 +0000
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 <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-08 10:18 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-02-08 10:18 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-08  8:28 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-08  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e393a891c23045b9094a0b15518ee28c5f64ea87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 08:27:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 08:27:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e393a891

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-08  6:31 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-08  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     78f26cd8620f89238931fee3c7f84d832c2d49f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 06:30:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 06:30:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f26cd8

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-08  6:29 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-08  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     6e93d2d196ea28d32efbb2277c6fa099807201a0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 06:29:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 06:29:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e93d2d1

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-02-08  6:29 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-02-08  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     38a6efcedf82c0a86a9b71e0088cffa007dccb14
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  8 06:29:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb  8 06:29:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a6efce

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-01-30 17:52 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-01-30 17:52 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.13

Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-01-29  6:38 WANG Xuerui
  0 siblings, 0 replies; 86+ messages in thread
From: WANG Xuerui @ 2024-01-29  6:38 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: keyword 0.12 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-01-23 19:32 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2024-01-23 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ef780ef09b2dd39e64cc39e8f43d0c36b80c1bab
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 19:32:15 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 19:32:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef780ef0

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

Signed-off-by: Arthur Zamarin <arthurzam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-01-15  0:05 Jakov Smolić
  0 siblings, 0 replies; 86+ messages in thread
From: Jakov Smolić @ 2024-01-15  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b7a75d9c854b9bbf226e1926932ec1699f4bd676
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 00:05:15 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 00:05:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7a75d9c

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

Signed-off-by: Jakov Smolić <jsmolic <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-01-14 18:29 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2024-01-14 18:29 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2024-01-14 15:42 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2024-01-14 15:42 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.12

Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-07-24 11:06 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-07-24 11:06 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-07-24 10:05 Jakov Smolić
  0 siblings, 0 replies; 86+ messages in thread
From: Jakov Smolić @ 2023-07-24 10:05 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Jakov Smolić <jsmolic <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-06-02  8:28 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-06-02  8:28 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.11

Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-06-02  4:52 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-06-02  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     27da4025e159a0d9688c1ff7eb4b2468795401c6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 04:46:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 04:46:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27da4025

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-06-01 20:04 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-06-01 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7cd69d0d9c6e1048555444cbf04c007b3d67d9d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 20:03:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 20:03:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd69d0d

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-05-30  0:27 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-05-30  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c631ffe9a16397c53650325f95d4e66e3b9ba0f1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 00:22:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 00:22:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631ffe9

app-portage/gpyutils: enable py3.12

Signed-off-by: Sam James <sam <AT> 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
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-05-22  5:53 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-05-22  5:53 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.10

Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-04-25 22:52 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-25 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e7a28853c3563d6a4978791db613a15ed02780f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 22:51:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 22:51:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a28853

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-04-25 22:52 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-25 22:52 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-04-25 22:48 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2023-04-25 22:48 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Sam James <sam <AT> 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}]


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-04-09 11:36 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-04-09 11:36 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.9

Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-04-08 18:47 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-04-08 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c9d75915a09967875274d78ba26bcfe4f20165fd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 18:46:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 18:46:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d75915

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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 0b3f9ef166f9d7e55b8335381bfa04dcccc37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9
 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..000000000000
--- 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-04-08 17:33 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2023-04-08 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a2362d46d461c5a1b4f6f099d1fc2891227cf5f8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 17:33:13 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 17:33:13 2023 +0000
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 <arthurzam <AT> 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="


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-02-03 16:46 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-02-03 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     206ef8613f8d33872c3f3bd35ff6210869a6c994
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 16:45:17 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 16:45:17 2023 +0000
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 <mgorny <AT> 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 0b3f9ef166f9d7e55b8335381bfa04dcccc37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9
+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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-02-03 15:22 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-02-03 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b8fd4b30e5005c467ce75fcc4607245edbd512ce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 15:19:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 15:19:02 2023 +0000
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 <mgorny <AT> 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2023-02-01 19:36 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2023-02-01 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     bb209db7741151497d7792134882dfd17790bb67
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 19:34:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 19:36:25 2023 +0000
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 <mgorny <AT> 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 0b3f9ef166f9d7e55b8335381bfa04dcccc37d5966f381f57ff555f2a2f5accda46a7fc2a713289d5ba94c0fa107436d593af9eb1d2d3a6f3957b94a1589cfe9

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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-08-10 14:20 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> 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>mgorny@gentoo.org</email>
       <name>Michał Górny</name>
     </maintainer>
-    <bugs-to>https://github.com/mgorny/gpyutils/issues/</bugs-to>
-    <remote-id type="github">mgorny/gpyutils</remote-id>
+    <bugs-to>https://github.com/projg2/gpyutils/issues/</bugs-to>
+    <remote-id type="github">projg2/gpyutils</remote-id>
     <remote-id type="pypi">gpyutils</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-08-09 21:18 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2022-08-09 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     031d9d42340b333f3c6fc900c0073c37ef6c15a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 21:18:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 21:18:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031d9d42

app-portage/gpyutils: enable py3.11

Signed-off-by: Sam James <sam <AT> 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
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-06-25 11:18 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-06-25 11:18 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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..000000000000
--- 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-06-25  8:22 Arthur Zamarin
  0 siblings, 0 replies; 86+ messages in thread
From: Arthur Zamarin @ 2022-06-25  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a79b970dcb97ed51311986d40e8f4b003ce585f9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 08:22:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 08:22:13 2022 +0000
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 <arthurzam <AT> 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="


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-28  6:03 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-28  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a6121edf460cd79fe5d146a0fa2ebfe23f9f0fe8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 28 05:57:48 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 28 06:02:59 2022 +0000
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 <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-27 14:41 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-27 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5ce380027d6b1388e7544a51ff92e9c1c5af8515
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 14:39:51 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 27 14:39:51 2022 +0000
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 <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-27 14:41 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-27 14:41 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-27 14:15 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-27 14:15 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.8

Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-17  6:54 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-17  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     d28c8eb9872f06dbaf5d51d9730ba9428ff41efc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 06:41:13 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 17 06:54:29 2022 +0000
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 <mgorny <AT> 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
 }


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-16 20:45 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-16 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8f9c161f6cbac629690e712949a9b6567abcac72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 20:43:16 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 20:43:16 2022 +0000
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 <mgorny <AT> 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 000000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-16 20:45 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-16 20:45 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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..000000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-16 18:48 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-16 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     04c15c205e71d1c8189d56bf99db988b30eb3742
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 18:40:10 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 18:48:21 2022 +0000
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 <mgorny <AT> 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 000000000000..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 @@
     </maintainer>
     <bugs-to>https://github.com/mgorny/gpyutils/issues/</bugs-to>
     <remote-id type="github">mgorny/gpyutils</remote-id>
+    <remote-id type="pypi">gpyutils</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2022-05-16 16:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2022-05-16 16:12 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove the live ebuild

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

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

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
deleted file mode 100644
index c1d6bf513297..000000000000
--- a/app-portage/gpyutils/gpyutils-9999.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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-08-02  5:44 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-08-02  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fb98cb013fa4a50be501bbb7691d3ffe65eadff0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 05:42:52 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 05:42:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb98cb01

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-07-03  6:21 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-07-03  6:21 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-07-03  1:28 Sam James
  0 siblings, 0 replies; 86+ messages in thread
From: Sam James @ 2021-07-03  1:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2cb677efe4ef2b5c2bdcf223b5b41f84f1bb161f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 01:27:55 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 01:27:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb677ef

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

Signed-off-by: Sam James <sam <AT> 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}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-06-30 11:13 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-06-30 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     9bf632c1f12444f174541184933fcecd45d4fb8f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 06:24:29 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 11:13:20 2021 +0000
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 <mgorny <AT> gentoo.org>

 app-portage/gpyutils/Manifest                               |  1 +
 .../{gpyutils-9999.ebuild => gpyutils-0.6.1.ebuild}         | 13 +++++++------
 app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-0.6.1.ebuild
similarity index 68%
copy from app-portage/gpyutils/gpyutils-9999.ebuild
copy to app-portage/gpyutils/gpyutils-0.6.1.ebuild
index 69f7071f9a7..9960fab01e4 100644
--- a/app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 69f7071f9a7..c1d6bf51329 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-05-24 18:52 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-05-24 18:52 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.6

Signed-off-by: Michał Górny <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-05-23 14:06 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-05-23 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9c8b2ce0dd2b3c0bec04f413af411b53477329ff
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 14:05:01 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 23 14:05:01 2021 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-05-23 14:06 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-05-23 14:06 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-05-23 12:59 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-05-23 12:59 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Bump to 0.5

Signed-off-by: Michał Górny <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2021-01-07 23:19 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2021-01-07 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4f321fb344a27e1f36525498fa13dc1288ab4308
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 21:08:35 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 23:15:25 2021 +0000
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 <mgorny <AT> gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.5.ebuild | 4 ++--
 app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 41621a1faf2..69f7071f9a7 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-11-18 10:28 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-11-18 10:28 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-11-18  6:53 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2020-11-18  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     666667492a1234139c685a5b04850c835c562161
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 18 06:53:08 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 06:53:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66666749

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 <ago <AT> 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}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-09-24 13:49 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-09-24 13:49 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-09-24  6:46 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2020-09-24  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4cd3e39a5f67542897b03160acb727b5695d1c2c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 06:44:57 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 06:46:32 2020 +0000
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 <ago <AT> 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}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-09-19 12:29 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-09-19 12:29 UTC (permalink / raw
  To: gentoo-commits

commit:     db3e1247e84e84ea35e4834cce6e03a5d55158de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 12:27:54 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 12:29:16 2020 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-09-16 13:17 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-09-16 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e11fa1ad4c0b2e2e256b4f3e0e59260d13d683e5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 13:16:35 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 13:17:28 2020 +0000
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 <mgorny <AT> gentoo.org>

 app-portage/gpyutils/Manifest                                 |  1 +
 .../gpyutils/{gpyutils-9999.ebuild => gpyutils-0.4.4.ebuild}  | 11 ++++++-----
 app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-0.4.4.ebuild
similarity index 64%
copy from app-portage/gpyutils/gpyutils-9999.ebuild
copy to app-portage/gpyutils/gpyutils-0.4.4.ebuild
index 8bbbb4c17b6..fa25bd96a86 100644
--- a/app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 8bbbb4c17b6..41621a1faf2 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-09-01 13:21 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-09-01 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2121a2631af6eb614fe5fdafd4e7ce620706df14
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 13:21:28 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 13:21:37 2020 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-08-05 15:18 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-08-05 15:18 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-08-05 14:17 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2020-08-05 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b657e354e2784e9a48b790014028815472ee24cd
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  5 14:15:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 14:15:29 2020 +0000
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 <ago <AT> 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}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-07-29 10:20 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-07-29 10:20 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Mark ALLARCHES

Signed-off-by: Michał Górny <mgorny <AT> 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>mgorny@gentoo.org</email>
     <name>Michał Górny</name>
   </maintainer>
+  <stabilize-allarches/>
   <upstream>
     <maintainer status="active">
       <email>mgorny@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-06-01 11:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-06-01 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     d25317b58793908c797cbfd1635f15a2fc45845b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 11:11:52 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 11:12:13 2020 +0000
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 <mgorny <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-05-30 17:27 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-05-30 17:27 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Port to py39

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

 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 6f927d08634..8bbbb4c17b6 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-05-26  3:10 Mike Gilbert
  0 siblings, 0 replies; 86+ messages in thread
From: Mike Gilbert @ 2020-05-26  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8dd608d179e1b0213cce63f1aef30229e371b09d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 03:03:52 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 26 03:10:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd608d1

app-portage/gpyutils: python3.8

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 app-portage/gpyutils/gpyutils-9999.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-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 6c4f2aa07f7..6f927d08634 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-03-19 17:20 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-03-19 17:20 UTC (permalink / raw
  To: gentoo-commits

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

app-portage/gpyutils: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> 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 28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8caaaaf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
-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..00000000000
--- 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..00000000000
--- 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..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-03-18 11:04 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2020-03-18 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5d3c15b282b6f80cb29aefbe8d09c16b96f3e62a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 11:03:04 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 11:03:04 2020 +0000
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 <ago <AT> 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}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-03-15 11:45 Agostino Sarubbo
  0 siblings, 0 replies; 86+ messages in thread
From: Agostino Sarubbo @ 2020-03-15 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a7875c7c43a073bd2855fcec96993382a2f4a0e5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 11:45:13 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 11:45:13 2020 +0000
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 <ago <AT> 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}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-02-11 11:38 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     353cae07c4cc66471c9a75f127c10faaf2ade1cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:30:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=353cae07

app-portage/gpyutils: Remove py2

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

 app-portage/gpyutils/gpyutils-0.2.2.ebuild | 2 +-
 app-portage/gpyutils/gpyutils-0.3.ebuild   | 2 +-
 app-portage/gpyutils/gpyutils-0.4.1.ebuild | 2 +-
 app-portage/gpyutils/gpyutils-0.4.ebuild   | 2 +-
 app-portage/gpyutils/gpyutils-9999.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
index c5079188f4f..9d2a031d5cb 100644
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild b/app-portage/gpyutils/gpyutils-0.3.ebuild
index e0e7821fc50..07d1c4984b1 100644
--- a/app-portage/gpyutils/gpyutils-0.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-0.4.1.ebuild b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
index e0e7821fc50..07d1c4984b1 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{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-0.4.ebuild b/app-portage/gpyutils/gpyutils-0.4.ebuild
index e0e7821fc50..07d1c4984b1 100644
--- a/app-portage/gpyutils/gpyutils-0.4.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 

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


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-02-10 21:29 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-02-10 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d3343dc683165389c26b93c5e8bc8e8cb90b3600
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 21:25:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 21:25:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3343dc6

app-portage/gpyutils: Bump to 0.4.1

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

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

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 156fb5ffb1f..b4bc356e216 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,3 +1,4 @@
 DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1 SHA512 28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8caaaaf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
 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.4.1.ebuild b/app-portage/gpyutils/gpyutils-0.4.1.ebuild
new file mode 100644
index 00000000000..e0e7821fc50
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.4.1.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=( python{2_7,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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2020-02-10 20:32 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2020-02-10 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     48cf97ee76d2a8a89932408aba2a73b4a540acf4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 20:26:57 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 20:32:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cf97ee

app-portage/gpyutils: Bump to 0.4

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

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

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index d25ab0be63d..156fb5ffb1f 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,3 @@
 DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1 SHA512 28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8caaaaf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
 DIST gpyutils-0.3.tar.gz 19322 BLAKE2B 0b761139f803e1c36d2d9bc8c8e77a8606697a5f872f8eece4bc130657918e639ff82dd275d4553c92a2f1f8a9fe66687e6dce4de40450af435d52fd1ddb91a1 SHA512 2481ccca1390cf65f7a466c7742869977156eebb5d7ab6fe8a421c53dbe1e971e59fce8b4544396fd8682bf9ce73f245d611f2527725cae7253d68ebd2d9b1a2
+DIST gpyutils-0.4.tar.gz 19463 BLAKE2B 4f7a0a474c0c5dcb3afec6ccfb920df17d23eb91aba21765626a791cd7fc533b4165e5aa97df7def2dd5464a2558026378262dbcec48915252ceabb4e37511aa SHA512 02c77cc894adc0e81815777bfeb5f003d74e4b8c54b0f8701c4ada924f09f7f50128d1e842d138f90529f93eef959adac5816d662009bf5e8ca99fe528b35ae0

diff --git a/app-portage/gpyutils/gpyutils-0.4.ebuild b/app-portage/gpyutils/gpyutils-0.4.ebuild
new file mode 100644
index 00000000000..e0e7821fc50
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.4.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=( python{2_7,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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2019-12-16 14:38 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2019-12-16 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     666c63e77d87d0cf3d87038e9e2e0dd14489b5e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:23:33 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:56 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666c63e7

app-portage/gpyutils: Set DISTUTILS_USE_SETUPTOOLS, sync live

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

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

diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild b/app-portage/gpyutils/gpyutils-0.3.ebuild
index 7eef1417fd8..728e83dbc33 100644
--- a/app-portage/gpyutils/gpyutils-0.3.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.3.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 42df3c3086a..68bbe846daa 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
@@ -16,7 +18,7 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"
+RDEPEND=">=app-portage/gentoopm-0.3.1[${PYTHON_USEDEP}]"
 
 python_test() {
 	esetup.py test


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2019-11-17 22:41 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2019-11-17 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e4b480a7830fd2aead8bf135fb53e2a89c0068ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 22:38:25 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 22:41:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b480a7

app-portage/gpyutils: Bump to 0.3

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

 app-portage/gpyutils/Manifest            |  1 +
 app-portage/gpyutils/gpyutils-0.3.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index b1e5822808d..d25ab0be63d 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1 SHA512 28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8caaaaf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e
+DIST gpyutils-0.3.tar.gz 19322 BLAKE2B 0b761139f803e1c36d2d9bc8c8e77a8606697a5f872f8eece4bc130657918e639ff82dd275d4553c92a2f1f8a9fe66687e6dce4de40450af435d52fd1ddb91a1 SHA512 2481ccca1390cf65f7a466c7742869977156eebb5d7ab6fe8a421c53dbe1e971e59fce8b4544396fd8682bf9ce73f245d611f2527725cae7253d68ebd2d9b1a2

diff --git a/app-portage/gpyutils/gpyutils-0.3.ebuild b/app-portage/gpyutils/gpyutils-0.3.ebuild
new file mode 100644
index 00000000000..7eef1417fd8
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2018-09-09  6:56 Mikle Kolyada
  0 siblings, 0 replies; 86+ messages in thread
From: Mikle Kolyada @ 2018-09-09  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1370eb2b86ce0a3e02dad75a3c1b75855e41a8a4
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 06:56:26 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 06:56:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1370eb2b

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

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
index 7fbbaea3b22..0da52ae1580 100644
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
@@ -12,7 +12,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.2.9[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2018-09-09  1:12 Thomas Deutschmann
  0 siblings, 0 replies; 86+ messages in thread
From: Thomas Deutschmann @ 2018-09-09  1:12 UTC (permalink / raw
  To: gentoo-commits

commit:     527bded389110f3f6cd851e4ee51c9b5a1ec1afc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 00:59:18 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 01:11:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527bded3

app-portage/gpyutils: x86 stable (bug #665400)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

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

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
index b1c59ceabd2..7fbbaea3b22 100644
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
@@ -12,7 +12,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.2.9[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2018-07-17 11:35 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2018-07-17 11:35 UTC (permalink / raw
  To: gentoo-commits

commit:     648d0adc3f1becbb5d4c0bbd4344ded272c0a7ec
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 11:35:34 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 11:35:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648d0adc

app-portage/gpyutils: Enable py3.7

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

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
index d46dffd5070..b1c59ceabd2 100644
--- a/app-portage/gpyutils/gpyutils-0.2.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 06e17abf9f0..b91c5aef712 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
 inherit distutils-r1 git-r3


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2018-07-13 22:56 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2018-07-13 22:56 UTC (permalink / raw
  To: gentoo-commits

commit:     47e73d4abdfbd08950e0c144d377ba907143c403
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 13 22:55:42 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 22:56:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e73d4a

app-portage/gpyutils: Bump to 0.2.2

 app-portage/gpyutils/Manifest              |  1 +
 app-portage/gpyutils/gpyutils-0.2.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 6ca9b1b4d72..64bb5b7590c 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.2.1.tar.bz2 15044 BLAKE2B 44a67a70c42b07523232f3e8d6db0b9155709100c4fede41e1f96c2d3fa396a1d4a67529c7e70fa75c2729c1a8f769cff35936606784a9ddc2a59cb3d163780a SHA512 58b796647bf614e4ad492fe97539bd11f0d5beeecb7fd903a81917bfaac54ced4fb14813f499010093884891eda9c43226bcf2cae7744e7290bf9b16928b6172
+DIST gpyutils-0.2.2.tar.gz 19646 BLAKE2B b5c24817b8a5ef3122d46330d2311a328ffa9c936878f494586ed62fd9fa9d54210c4edcbd9d07f61af7c27faf410e0abf60943188e8340ea52f06d95359c6b1 SHA512 28ca27b3688b593665037bd7a811014a11b3192bc0acc4568c3e70d13cf7a163b41ba3ffd9d8caaaaf4de2758e1cb68b7dcc255d9fb26ca8448a6bfd6416e66e

diff --git a/app-portage/gpyutils/gpyutils-0.2.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
new file mode 100644
index 00000000000..d46dffd5070
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+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
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2017-05-22 16:49 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2017-05-22 16:49 UTC (permalink / raw
  To: gentoo-commits

commit:     9247a8afac195d39b0c1d6ae3a9b0d61f16a3789
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 16:48:22 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 22 16:49:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9247a8af

app-portage/gpyutils: Bump to 0.2.1

 app-portage/gpyutils/Manifest                                       | 2 +-
 app-portage/gpyutils/{gpyutils-0.2.ebuild => gpyutils-0.2.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 66f529295c7..a0d212e7bd2 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,2 +1,2 @@
 DIST gpyutils-0.1.4.tar.bz2 13458 SHA256 bdffc77f526708e2c7d46aa35d75003b2489c2ed09a1d1f49f4574ec48a173e4 SHA512 fce002bd77868106990ceda1f7ef5e734ec279b85352d9481c0044624e0c837c558654f1d59617301dc7d8125fe7fb2b9778547f1dad19448c0aae165018babc WHIRLPOOL eddc8c4394bff7d37e4c02004d82972b7bc8d3c17970e384b9123e85a9c310c5d6ecb8f7b062396ac53a3bde175beeb7095d7b9ea3d4bb72336552b40f084766
-DIST gpyutils-0.2.tar.bz2 14685 SHA256 734db06f1ab565f9b90b486d234080db4afdfca162434c74470992a290098ad0 SHA512 95b78a9659b27e4ec0df164abeb0aba1bb92cb7479b012bc1c5876208a906b7d04ac7f63f11a3b7fdc1eb0d642e20106036be03701bbb899b7cafb7bba4a3a87 WHIRLPOOL 435106da07e14b4abf29c52d4ddd73c4ca52ebb6d2c4655ad028554eebf1772165585f92b7b5bda6264f723a4102765d02c87fc16baa50f6df884b5e7f822848
+DIST gpyutils-0.2.1.tar.bz2 15044 SHA256 9820ff7456f7be4dade93f923f5410f2bb7e2395c239a288a163b130e1b977be SHA512 58b796647bf614e4ad492fe97539bd11f0d5beeecb7fd903a81917bfaac54ced4fb14813f499010093884891eda9c43226bcf2cae7744e7290bf9b16928b6172 WHIRLPOOL 3ae97e07f020a0e57ff1cdad86cb0b1c8b2a036ea572ba45c231bee8ab1b885074a29a92e9fe5d247ab2d977c4528e0b6147bd70756e765a9da2a4d12d3ed723

diff --git a/app-portage/gpyutils/gpyutils-0.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.1.ebuild
similarity index 90%
rename from app-portage/gpyutils/gpyutils-0.2.ebuild
rename to app-portage/gpyutils/gpyutils-0.2.1.ebuild
index e4776d16089..45dfe8370db 100644
--- a/app-portage/gpyutils/gpyutils-0.2.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.2.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2017-05-14 10:36 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2017-05-14 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3cc5f57a18afab112e6a0c5abbc6a571b088de2a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:34:07 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:36:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc5f57a

app-portage/gpyutils: Bump to v0.2

 app-portage/gpyutils/Manifest            |  1 +
 app-portage/gpyutils/gpyutils-0.2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 43bbf339d5e..66f529295c7 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1 +1,2 @@
 DIST gpyutils-0.1.4.tar.bz2 13458 SHA256 bdffc77f526708e2c7d46aa35d75003b2489c2ed09a1d1f49f4574ec48a173e4 SHA512 fce002bd77868106990ceda1f7ef5e734ec279b85352d9481c0044624e0c837c558654f1d59617301dc7d8125fe7fb2b9778547f1dad19448c0aae165018babc WHIRLPOOL eddc8c4394bff7d37e4c02004d82972b7bc8d3c17970e384b9123e85a9c310c5d6ecb8f7b062396ac53a3bde175beeb7095d7b9ea3d4bb72336552b40f084766
+DIST gpyutils-0.2.tar.bz2 14685 SHA256 734db06f1ab565f9b90b486d234080db4afdfca162434c74470992a290098ad0 SHA512 95b78a9659b27e4ec0df164abeb0aba1bb92cb7479b012bc1c5876208a906b7d04ac7f63f11a3b7fdc1eb0d642e20106036be03701bbb899b7cafb7bba4a3a87 WHIRLPOOL 435106da07e14b4abf29c52d4ddd73c4ca52ebb6d2c4655ad028554eebf1772165585f92b7b5bda6264f723a4102765d02c87fc16baa50f6df884b5e7f822848

diff --git a/app-portage/gpyutils/gpyutils-0.2.ebuild b/app-portage/gpyutils/gpyutils-0.2.ebuild
new file mode 100644
index 00000000000..e4776d16089
--- /dev/null
+++ b/app-portage/gpyutils/gpyutils-0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Utitilies for maintaining Python packages"
+HOMEPAGE="https://github.com/mgorny/gpyutils/"
+SRC_URI="https://github.com/mgorny/gpyutils/releases/download/v${PV}/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"
+
+python_test() {
+	esetup.py test
+}


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2017-05-14 10:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2017-05-14 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3fb39d93f549d91ee7efe45eb970be5619befdcc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:04:15 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:12:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb39d93

app-portage/gpyutils: Update for GitHub move

 app-portage/gpyutils/gpyutils-0.1.4.ebuild | 6 +++---
 app-portage/gpyutils/gpyutils-9999.ebuild  | 4 ++--
 app-portage/gpyutils/metadata.xml          | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-0.1.4.ebuild b/app-portage/gpyutils/gpyutils-0.1.4.ebuild
index 65da6b291f0..cd588c59526 100644
--- a/app-portage/gpyutils/gpyutils-0.1.4.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/gpyutils/"
+SRC_URI="https://github.com/mgorny/gpyutils/releases/download/${P}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 400278e91b4..bd57accba88 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -4,11 +4,11 @@
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
+HOMEPAGE="https://github.com/mgorny/gpyutils/"
 SRC_URI=""
 
 LICENSE="BSD"

diff --git a/app-portage/gpyutils/metadata.xml b/app-portage/gpyutils/metadata.xml
index 46572f6e5cb..1d172ebd5f1 100644
--- a/app-portage/gpyutils/metadata.xml
+++ b/app-portage/gpyutils/metadata.xml
@@ -10,7 +10,7 @@
       <email>mgorny@gentoo.org</email>
       <name>Michał Górny</name>
     </maintainer>
-    <bugs-to>https://bitbucket.org/mgorny/gpyutils/issues/</bugs-to>
-    <remote-id type="bitbucket">mgorny/gpyutils</remote-id>
+    <bugs-to>https://github.com/mgorny/gpyutils/issues/</bugs-to>
+    <remote-id type="github">mgorny/gpyutils</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2017-05-14 10:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2017-05-14 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     49c275f390a5dd19937ff84774a18cd85db08030
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:01:59 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:12:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c275f3

app-portage/gpyutils: Flatten the live ebuild

 app-portage/gpyutils/gpyutils-9999.ebuild | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 0f2b157dba2..400278e91b4 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,31 +1,22 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
-inherit distutils-r1
-
-#if LIVE
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-inherit git-r3
-#endif
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Utitilies for maintaining Python packages"
 HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-#endif
 
 python_test() {
 	esetup.py test


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2017-05-14 10:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2017-05-14 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     77d4f8764988df8239df26ff6ca965252cef3ed4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 10:04:53 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:12:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77d4f876

app-portage/gpyutils: Bump to EAPI=6, enable py3.6

 app-portage/gpyutils/gpyutils-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index bd57accba88..06e17abf9f0 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 EGIT_REPO_URI="https://github.com/mgorny/gpyutils.git"
 inherit distutils-r1 git-r3


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2017-05-14 10:12 Michał Górny
  0 siblings, 0 replies; 86+ messages in thread
From: Michał Górny @ 2017-05-14 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     eb8388687b50a560e9b712d2d73d311a61230761
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 09:56:19 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 14 10:11:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb838868

app-portage/gpyutils: Drop old

 app-portage/gpyutils/Manifest              |  3 ---
 app-portage/gpyutils/gpyutils-0.1.2.ebuild | 18 ------------------
 app-portage/gpyutils/gpyutils-0.1.3.ebuild | 22 ----------------------
 app-portage/gpyutils/gpyutils-0.1.ebuild   | 18 ------------------
 4 files changed, 61 deletions(-)

diff --git a/app-portage/gpyutils/Manifest b/app-portage/gpyutils/Manifest
index 97720008ab6..43bbf339d5e 100644
--- a/app-portage/gpyutils/Manifest
+++ b/app-portage/gpyutils/Manifest
@@ -1,4 +1 @@
-DIST gpyutils-0.1.2.tar.bz2 12032 SHA256 90157667e4784d6818a97e40f68730dc20dc0aa9a2bf4ce728e936b6e6d13006 SHA512 c9d3edb2a18d6181f38b54c8725cc9fd4c12e996ef5fadafedd090ad9ebfd2b9daeb787568f705fddcc53ed9f8855834cbec2910c3bb712c2d9deaf32d4cb7fb WHIRLPOOL 357493446d75e68e30f162e87f807029cf073e31aa0d0d01c41a8389c36bd9d9057931ec944f12ac5b8da0791388078be49fc1f228bec99a0725623e74681e32
-DIST gpyutils-0.1.3.tar.bz2 13203 SHA256 daa89c26301db23f351430bdb85139cd15b8dfa729d71daecb53382eeb8a51c7 SHA512 d87dac9a03d2fd7b6e21df54a5371aa270dcd3ebf17fd9d69e66cb6b122e280d602e57df2cf83b48618eca106475f7e84d2d0178a265d2449e3ab6cb0056b7cf WHIRLPOOL 89544cbde84b4eb1f34ea8c87c13e4bfc62336e1a3ccae29d730cc8e68150e58f191e915fa278019535fc6f32430f583e12dd49c706f6ec448f70b264e2cbd7c
 DIST gpyutils-0.1.4.tar.bz2 13458 SHA256 bdffc77f526708e2c7d46aa35d75003b2489c2ed09a1d1f49f4574ec48a173e4 SHA512 fce002bd77868106990ceda1f7ef5e734ec279b85352d9481c0044624e0c837c558654f1d59617301dc7d8125fe7fb2b9778547f1dad19448c0aae165018babc WHIRLPOOL eddc8c4394bff7d37e4c02004d82972b7bc8d3c17970e384b9123e85a9c310c5d6ecb8f7b062396ac53a3bde175beeb7095d7b9ea3d4bb72336552b40f084766
-DIST gpyutils-0.1.tar.bz2 7916 SHA256 16df60024c1499c7bd73e30a7a3d97129070c905bea18967bfc92de60ce668c2 SHA512 8a26144ca02b6c9752e8a22d4c7d80a4e8033cfabd49d394cd45ee277f30703bcbc67aba5372f0b4ef267d400d761b8eeaa1ce37b8867007286c2b9cdf9f706e WHIRLPOOL 92195445fce9be949f68805103ff1afa490a3127c6cf0ec976893569ceab05f82aeca052a7bcc10bdc9313d5c5762b14255a9c9385234d291a8f0d4c89aaaa80

diff --git a/app-portage/gpyutils/gpyutils-0.1.2.ebuild b/app-portage/gpyutils/gpyutils-0.1.2.ebuild
deleted file mode 100644
index d2156f2446b..00000000000
--- a/app-portage/gpyutils/gpyutils-0.1.2.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"

diff --git a/app-portage/gpyutils/gpyutils-0.1.3.ebuild b/app-portage/gpyutils/gpyutils-0.1.3.ebuild
deleted file mode 100644
index 33e7f97bf3f..00000000000
--- a/app-portage/gpyutils/gpyutils-0.1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-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.1.ebuild b/app-portage/gpyutils/gpyutils-0.1.ebuild
deleted file mode 100644
index e7cdbfbacd3..00000000000
--- a/app-portage/gpyutils/gpyutils-0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Utitilies for maintaining Python packages"
-HOMEPAGE="https://bitbucket.org/mgorny/gpyutils/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.2.9[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 86+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/
@ 2016-08-07 16:55 Mike Gilbert
  0 siblings, 0 replies; 86+ messages in thread
From: Mike Gilbert @ 2016-08-07 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     31be144c370c2c40746c5ed50b77357304693d0a
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  7 16:54:41 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug  7 16:55:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be144c

app-portage/gpyutils: add python3.5

Package-Manager: portage-2.3.0_p16

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

diff --git a/app-portage/gpyutils/gpyutils-0.1.4.ebuild b/app-portage/gpyutils/gpyutils-0.1.4.ebuild
index fe87133..12bf16f 100644
--- a/app-portage/gpyutils/gpyutils-0.1.4.ebuild
+++ b/app-portage/gpyutils/gpyutils-0.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1
 

diff --git a/app-portage/gpyutils/gpyutils-9999.ebuild b/app-portage/gpyutils/gpyutils-9999.ebuild
index 628ae97..82c50f5 100644
--- a/app-portage/gpyutils/gpyutils-9999.ebuild
+++ b/app-portage/gpyutils/gpyutils-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 86+ messages in thread

end of thread, other threads:[~2024-07-09 14:50 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-16 16:12 [gentoo-commits] repo/gentoo:master commit in: app-portage/gpyutils/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 Michał Górny
2024-02-24  9:50 Michał Górny
2024-02-24  9:49 Michał Górny
2024-02-08 20:53 Michał Górny
2024-02-08 10:18 Michał Górny
2024-02-08  8:28 Sam James
2024-02-08  6:31 Sam James
2024-02-08  6:29 Sam James
2024-02-08  6:29 Sam James
2024-01-30 17:52 Michał Górny
2024-01-29  6:38 WANG Xuerui
2024-01-23 19:32 Arthur Zamarin
2024-01-15  0:05 Jakov Smolić
2024-01-14 18:29 Sam James
2024-01-14 15:42 Michał Górny
2023-07-24 11:06 Michał Górny
2023-07-24 10:05 Jakov Smolić
2023-06-02  8:28 Michał Górny
2023-06-02  4:52 Michał Górny
2023-06-01 20:04 Sam James
2023-05-30  0:27 Sam James
2023-05-22  5:53 Michał Górny
2023-04-25 22:52 Sam James
2023-04-25 22:52 Sam James
2023-04-25 22:48 Sam James
2023-04-09 11:36 Michał Górny
2023-04-08 18:47 Michał Górny
2023-04-08 17:33 Arthur Zamarin
2023-02-03 16:46 Michał Górny
2023-02-03 15:22 Michał Górny
2023-02-01 19:36 Michał Górny
2022-08-10 14:20 Michał Górny
2022-08-09 21:18 Sam James
2022-06-25 11:18 Michał Górny
2022-06-25  8:22 Arthur Zamarin
2022-05-28  6:03 Michał Górny
2022-05-27 14:41 Michał Górny
2022-05-27 14:41 Michał Górny
2022-05-27 14:15 Michał Górny
2022-05-17  6:54 Michał Górny
2022-05-16 20:45 Michał Górny
2022-05-16 20:45 Michał Górny
2022-05-16 18:48 Michał Górny
2022-05-16 16:12 Michał Górny
2021-08-02  5:44 Michał Górny
2021-07-03  6:21 Michał Górny
2021-07-03  1:28 Sam James
2021-06-30 11:13 Michał Górny
2021-05-24 18:52 Michał Górny
2021-05-23 14:06 Michał Górny
2021-05-23 14:06 Michał Górny
2021-05-23 12:59 Michał Górny
2021-01-07 23:19 Michał Górny
2020-11-18 10:28 Michał Górny
2020-11-18  6:53 Agostino Sarubbo
2020-09-24 13:49 Michał Górny
2020-09-24  6:46 Agostino Sarubbo
2020-09-19 12:29 Michał Górny
2020-09-16 13:17 Michał Górny
2020-09-01 13:21 Michał Górny
2020-08-05 15:18 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-07-29 10:20 Michał Górny
2020-06-01 11:12 Michał Górny
2020-05-30 17:27 Michał Górny
2020-05-26  3:10 Mike Gilbert
2020-03-19 17:20 Michał Górny
2020-03-18 11:04 Agostino Sarubbo
2020-03-15 11:45 Agostino Sarubbo
2020-02-11 11:38 Michał Górny
2020-02-10 21:29 Michał Górny
2020-02-10 20:32 Michał Górny
2019-12-16 14:38 Michał Górny
2019-11-17 22:41 Michał Górny
2018-09-09  6:56 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-07-17 11:35 Michał Górny
2018-07-13 22:56 Michał Górny
2017-05-22 16:49 Michał Górny
2017-05-14 10:36 Michał Górny
2017-05-14 10:12 Michał Górny
2017-05-14 10:12 Michał Górny
2017-05-14 10:12 Michał Górny
2017-05-14 10:12 Michał Górny
2016-08-07 16:55 Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox