public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-02-05 18:29 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-02-05 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e45ad4dfba1ec758947acfb396c10d4812969efd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  5 18:10:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  5 18:20:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45ad4df

dev-python/pkgcraft: add 0.0.4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                        | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.4.ebuild} | 4 +++-
 dev-python/pkgcraft/pkgcraft-9999.ebuild                            | 4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 2f00c0c73e36..251c85478708 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1 +1,2 @@
 DIST pkgcraft-0.0.3.tar.gz 1239742 BLAKE2B c9148d3ac34d80c47db5d1080b3806e6b64fffa226d595a11499215626342286efc19b86fd1e158a8ca0021ab8946d35e4393fceaf8a318c258114a6c2e1ffdf SHA512 53ae196d073271654807ef5587c38d83e10b606f59baf63e3c8da7ce1b1d80d7acd1e3e201ebba1346c14d101eded666d6ad9bdf972b36c574c9b494147baa4a
+DIST pkgcraft-0.0.4.tar.gz 397121 BLAKE2B 72b24d34b6c3b6114a5d182b4fe562078aa258a21271b33d8858c85cca480a932afab5933978295fd44d531146d58688391efe8e23f358332de83ae5195d68fb SHA512 04996bcbe6d9a8ae6082ea84a63358f42d3a503f1e0d188b627b033b8379cf6e22f5ae8ff764b7213fe6d801a1eeb6321b02967e77d98575125e16781d9b917c

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild
similarity index 90%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.4.ebuild
index 5dc743ca3d03..a9b364218f73 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.4.ebuild
@@ -26,7 +26,7 @@ else
 
 	KEYWORDS="~amd64"
 
-	PKGCRAFT_VERSION_MIN="0.0.4"
+	PKGCRAFT_VERSION_MIN="0.0.5"
 fi
 
 LICENSE="MIT"
@@ -49,6 +49,8 @@ python_prepare_all() {
 	if [[ ${PV} != 9999 ]] ; then
 		local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die)
 		if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then
+			eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}"
+			eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}"
 			die "Mismatch between setup.py's MIN_VERSION and ebuild!"
 		fi
 	fi

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 5dc743ca3d03..a9b364218f73 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -26,7 +26,7 @@ else
 
 	KEYWORDS="~amd64"
 
-	PKGCRAFT_VERSION_MIN="0.0.4"
+	PKGCRAFT_VERSION_MIN="0.0.5"
 fi
 
 LICENSE="MIT"
@@ -49,6 +49,8 @@ python_prepare_all() {
 	if [[ ${PV} != 9999 ]] ; then
 		local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die)
 		if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then
+			eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}"
+			eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}"
 			die "Mismatch between setup.py's MIN_VERSION and ebuild!"
 		fi
 	fi


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-02-20  6:04 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-02-20  6:04 UTC (permalink / raw
  To: gentoo-commits

commit:     49c5a3ce950e24a28d569f35f1fd891ca53953e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 06:02:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 06:02:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c5a3ce

dev-python/pkgcraft: add 0.0.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                        | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.5.ebuild} | 2 +-
 dev-python/pkgcraft/pkgcraft-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 251c85478708..c3b0a862a650 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1,2 +1,3 @@
 DIST pkgcraft-0.0.3.tar.gz 1239742 BLAKE2B c9148d3ac34d80c47db5d1080b3806e6b64fffa226d595a11499215626342286efc19b86fd1e158a8ca0021ab8946d35e4393fceaf8a318c258114a6c2e1ffdf SHA512 53ae196d073271654807ef5587c38d83e10b606f59baf63e3c8da7ce1b1d80d7acd1e3e201ebba1346c14d101eded666d6ad9bdf972b36c574c9b494147baa4a
 DIST pkgcraft-0.0.4.tar.gz 397121 BLAKE2B 72b24d34b6c3b6114a5d182b4fe562078aa258a21271b33d8858c85cca480a932afab5933978295fd44d531146d58688391efe8e23f358332de83ae5195d68fb SHA512 04996bcbe6d9a8ae6082ea84a63358f42d3a503f1e0d188b627b033b8379cf6e22f5ae8ff764b7213fe6d801a1eeb6321b02967e77d98575125e16781d9b917c
+DIST pkgcraft-0.0.5.tar.gz 400237 BLAKE2B de78c1570ce8080742d3afbff2c9078b56fb14e7b097bd09b47c5b21a5de1062989835c9c12e4efd9d4be4aef7e9dec1350606700d80c5482cf81d1d2c4febc0 SHA512 2366180189314cafa4be8a180eed62a8c994bfd862ebc5292e01d9cd2585b9eca082535e405924ad758d6f89309c5e64727242a52f95f6e71aa6aff3495edd57

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
similarity index 98%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
index a9b364218f73..be43bfffaec1 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
@@ -26,7 +26,7 @@ else
 
 	KEYWORDS="~amd64"
 
-	PKGCRAFT_VERSION_MIN="0.0.5"
+	PKGCRAFT_VERSION_MIN="0.0.6"
 fi
 
 LICENSE="MIT"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index a9b364218f73..be43bfffaec1 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -26,7 +26,7 @@ else
 
 	KEYWORDS="~amd64"
 
-	PKGCRAFT_VERSION_MIN="0.0.5"
+	PKGCRAFT_VERSION_MIN="0.0.6"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-02-27  0:21 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-02-27  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     99e194a443c2673106f632551f7a07996f8d5fc1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 00:21:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 00:21:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e194a4

dev-python/pkgcraft: require cython-3 in 9999

See https://github.com/pkgcraft/pkgcraft-python/commit/543a260b2392bfaa25a074af23fc3ad119fa4dff.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/pkgcraft-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index be43bfffaec1..8969d25f9d5f 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -38,7 +38,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-	dev-python/cython
+	>=dev-python/cython-3.0.0_beta1
 	dev-python/setuptools_scm
 	virtual/pkgconfig
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-02-27  2:18 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-02-27  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     3cd076a8371c27028c166cc841bde5b8df663496
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 02:18:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 02:18:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd076a8

dev-python/pkgcraft: add version cap for 9999

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/pkgcraft-0.0.5.ebuild | 4 +++-
 dev-python/pkgcraft/pkgcraft-9999.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
index be43bfffaec1..7b1de554a840 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
@@ -18,14 +18,15 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MIN="9999"
 	PKGCRAFT_VERSION_MAX="9999"
+	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
 	S="${WORKDIR}"/${P/-python}
 
 	KEYWORDS="~amd64"
 
+	PKGCRAFT_VERSION_MAX="9999"
 	PKGCRAFT_VERSION_MIN="0.0.6"
 fi
 
@@ -34,6 +35,7 @@ SLOT="0"
 IUSE="+examples"
 
 RDEPEND="
+	<sys-libs/pkgcraft-${PKGCRAFT_VERSION_MAX}
 	>=sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:=
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 8969d25f9d5f..3016e20be3d3 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -18,14 +18,15 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MIN="9999"
 	PKGCRAFT_VERSION_MAX="9999"
+	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
 	S="${WORKDIR}"/${P/-python}
 
 	KEYWORDS="~amd64"
 
+	PKGCRAFT_VERSION_MAX="9999"
 	PKGCRAFT_VERSION_MIN="0.0.6"
 fi
 
@@ -34,6 +35,7 @@ SLOT="0"
 IUSE="+examples"
 
 RDEPEND="
+	<sys-libs/pkgcraft-${PKGCRAFT_VERSION_MAX}
 	>=sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:=
 "
 DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-04-25 20:57 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-04-25 20:57 UTC (permalink / raw
  To: gentoo-commits

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

dev-python/pkgcraft: Keyword 0.0.5 arm64, #905033

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/pkgcraft-0.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
index 4e72ba58ae7b..41cf2f45a0f4 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
@@ -24,7 +24,7 @@ else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
 	S="${WORKDIR}"/${P/-python}
 
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
 	PKGCRAFT_VERSION_MIN="0.0.6"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-05-02 19:11 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-05-02 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f4a65194502f41a7ea48fa4ce406fbc08d8e657c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 18:10:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 19:11:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a65194

dev-python/pkgcraft: tweak live dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/pkgcraft-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 8ffd087568b0..5a3929c9bc02 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MAX="9999"
+	PKGCRAFT_VERSION_MAX="99999"
 	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-09-07  3:19 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2023-09-07  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     60d0dad4ebaf447e98a13c9b96889fdc3f43bf4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 03:06:41 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 03:15:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60d0dad4

dev-python/pkgcraft: Bump to 0.0.6

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

 dev-python/pkgcraft/Manifest                       |  1 +
 ...{pkgcraft-9999.ebuild => pkgcraft-0.0.6.ebuild} | 23 ++++++++++++----------
 dev-python/pkgcraft/pkgcraft-9999.ebuild           | 23 ++++++++++++----------
 3 files changed, 27 insertions(+), 20 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 682de2ec73a3..a9eb28b65b2d 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1 +1,2 @@
 DIST pkgcraft-0.0.5.tar.gz 400237 BLAKE2B de78c1570ce8080742d3afbff2c9078b56fb14e7b097bd09b47c5b21a5de1062989835c9c12e4efd9d4be4aef7e9dec1350606700d80c5482cf81d1d2c4febc0 SHA512 2366180189314cafa4be8a180eed62a8c994bfd862ebc5292e01d9cd2585b9eca082535e405924ad758d6f89309c5e64727242a52f95f6e71aa6aff3495edd57
+DIST pkgcraft-0.0.6.tar.gz 406538 BLAKE2B 5c90b57cb11e9f754cd695989994b3a9be52007482981c997f2e361fbbb72aeb0810d7f41dea1cdcd74c47840bb1c3b2cf225c967ba76b01769da93f909d9911 SHA512 ddd7bf77a3509156e8c16e5aeeb94a5f4530d9d1a3e6617d3974adfae7b46f0b0d31f4828dbd70261b42c883e776bf7572ca2fe8e23c9216637d886b9d8811cc

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild
similarity index 81%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.6.ebuild
index 5a3929c9bc02..96f8ad5480d3 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild
@@ -3,45 +3,48 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for pkgcraft"
 HOMEPAGE="
 	https://pypi.org/project/pkgcraft/
-	https://github.com/pkgcraft/pkgcraft-python
+	https://github.com/pkgcraft/pkgcraft-python/
 "
 
 if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python"
+	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MAX="99999"
+	PKGCRAFT_VERSION_MAX="9999"
 	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
 	S="${WORKDIR}"/${P/-python}
 
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.6"
+	PKGCRAFT_VERSION_MIN="0.0.11"
 fi
 
 LICENSE="MIT"
 SLOT="0"
 IUSE="+examples"
 
-RDEPEND="
+DEPEND="
 	<sys-libs/pkgcraft-${PKGCRAFT_VERSION_MAX}
 	>=sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:=
 "
-DEPEND="${RDEPEND}"
+RDEPEND="
+	${DEPEND}
+"
 BDEPEND="
-	>=dev-python/cython-3.0.0_beta1
-	dev-python/setuptools-scm
+	>=dev-python/cython-3[${PYTHON_USEDEP}]
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
 	virtual/pkgconfig
 "
 

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 5a3929c9bc02..96f8ad5480d3 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -3,45 +3,48 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for pkgcraft"
 HOMEPAGE="
 	https://pypi.org/project/pkgcraft/
-	https://github.com/pkgcraft/pkgcraft-python
+	https://github.com/pkgcraft/pkgcraft-python/
 "
 
 if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python"
+	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MAX="99999"
+	PKGCRAFT_VERSION_MAX="9999"
 	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
 	S="${WORKDIR}"/${P/-python}
 
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.6"
+	PKGCRAFT_VERSION_MIN="0.0.11"
 fi
 
 LICENSE="MIT"
 SLOT="0"
 IUSE="+examples"
 
-RDEPEND="
+DEPEND="
 	<sys-libs/pkgcraft-${PKGCRAFT_VERSION_MAX}
 	>=sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:=
 "
-DEPEND="${RDEPEND}"
+RDEPEND="
+	${DEPEND}
+"
 BDEPEND="
-	>=dev-python/cython-3.0.0_beta1
-	dev-python/setuptools-scm
+	>=dev-python/cython-3[${PYTHON_USEDEP}]
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
 	virtual/pkgconfig
 "
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-09-07 19:51 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-07 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     49415cdf5ba3be16c3e329bef3016ef2e8a8ae46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  7 19:49:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep  7 19:50:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49415cdf

dev-python/pkgcraft: fix live dep

It needs to be something more than 9999 because of how DEPEND is currently
written.

Fixes: 60d0dad4ebaf447e98a13c9b96889fdc3f43bf4d
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/pkgcraft-0.0.6.ebuild | 2 +-
 dev-python/pkgcraft/pkgcraft-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild
index 96f8ad5480d3..204a8185dbfb 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.6.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MAX="9999"
+	PKGCRAFT_VERSION_MAX="99999" # extra 9 here or 9999 isn't mergable per DEPEND below
 	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 96f8ad5480d3..204a8185dbfb 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
 	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git"
 	inherit git-r3
 
-	PKGCRAFT_VERSION_MAX="9999"
+	PKGCRAFT_VERSION_MAX="99999" # extra 9 here or 9999 isn't mergable per DEPEND below
 	PKGCRAFT_VERSION_MIN="9999"
 else
 	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-09-25  4:14 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-25  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e1f74f4adf59a93307bd14ec86d8b969144a4d6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 04:13:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 04:14:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f74f4a

dev-python/pkgcraft: drop 0.0.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest              |  1 -
 dev-python/pkgcraft/pkgcraft-0.0.5.ebuild | 78 -------------------------------
 2 files changed, 79 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index a9eb28b65b2d..895bd3cece3e 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1,2 +1 @@
-DIST pkgcraft-0.0.5.tar.gz 400237 BLAKE2B de78c1570ce8080742d3afbff2c9078b56fb14e7b097bd09b47c5b21a5de1062989835c9c12e4efd9d4be4aef7e9dec1350606700d80c5482cf81d1d2c4febc0 SHA512 2366180189314cafa4be8a180eed62a8c994bfd862ebc5292e01d9cd2585b9eca082535e405924ad758d6f89309c5e64727242a52f95f6e71aa6aff3495edd57
 DIST pkgcraft-0.0.6.tar.gz 406538 BLAKE2B 5c90b57cb11e9f754cd695989994b3a9be52007482981c997f2e361fbbb72aeb0810d7f41dea1cdcd74c47840bb1c3b2cf225c967ba76b01769da93f909d9911 SHA512 ddd7bf77a3509156e8c16e5aeeb94a5f4530d9d1a3e6617d3974adfae7b46f0b0d31f4828dbd70261b42c883e776bf7572ca2fe8e23c9216637d886b9d8811cc

diff --git a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
deleted file mode 100644
index 41cf2f45a0f4..000000000000
--- a/dev-python/pkgcraft/pkgcraft-0.0.5.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for pkgcraft"
-HOMEPAGE="
-	https://pypi.org/project/pkgcraft/
-	https://github.com/pkgcraft/pkgcraft-python
-"
-
-if [[ ${PV} == 9999 ]] ; then
-	EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python"
-	inherit git-r3
-
-	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="9999"
-else
-	SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"
-	S="${WORKDIR}"/${P/-python}
-
-	KEYWORDS="~amd64 ~arm64"
-
-	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.6"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="+examples"
-
-RDEPEND="
-	<sys-libs/pkgcraft-${PKGCRAFT_VERSION_MAX}
-	>=sys-libs/pkgcraft-${PKGCRAFT_VERSION_MIN}:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	dev-python/cython
-	dev-python/setuptools-scm
-	virtual/pkgconfig
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	if [[ ${PV} != 9999 ]] ; then
-		local actual_pkgcraft_min=$(sed -En '/^MIN_VERSION =/{s/[^0-9.]//gp}' setup.py || die)
-		if [[ ${actual_pkgcraft_min} != ${PKGCRAFT_VERSION_MIN} ]] ; then
-			eerror "Expected minimum pkgcraft-c version: ${PKGCRAFT_VERSION_MIN}"
-			eerror "Actual minimum pkgcraft-c version: ${actual_pkgcraft_min}"
-			die "Mismatch between setup.py's MIN_VERSION and ebuild!"
-		fi
-	fi
-
-	distutils-r1_python_prepare_all
-}
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}
-
-python_install() {
-	# Conditional because these aren't installed officially right now
-	# and the naming is just for convenience.
-	if use examples ; then
-		while IFS= read -r -d '' file ; do
-			python_newexe "${S}"/examples/${file##*/} pkgcraft-${file##*/}
-		done < <(find "${S}"/examples -type f -executable -print0 || die)
-	fi
-
-	distutils-r1_python_install
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-09-30  0:44 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-09-30  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     db9cb30ac0582233ceabf79ce7bd7ba3db060a90
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 00:40:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 00:40:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9cb30a

dev-python/pkgcraft: add 0.0.7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                        | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.7.ebuild} | 2 +-
 dev-python/pkgcraft/pkgcraft-9999.ebuild                            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 895bd3cece3e..d8b11f3ef6c5 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1 +1,2 @@
 DIST pkgcraft-0.0.6.tar.gz 406538 BLAKE2B 5c90b57cb11e9f754cd695989994b3a9be52007482981c997f2e361fbbb72aeb0810d7f41dea1cdcd74c47840bb1c3b2cf225c967ba76b01769da93f909d9911 SHA512 ddd7bf77a3509156e8c16e5aeeb94a5f4530d9d1a3e6617d3974adfae7b46f0b0d31f4828dbd70261b42c883e776bf7572ca2fe8e23c9216637d886b9d8811cc
+DIST pkgcraft-0.0.7.tar.gz 406608 BLAKE2B 733876723c676ac0000699440955518bb8a2fb35cc5bb1664e791c2be172a8a4ce90faff849eeacf293e4071dee0bb6b5ae18a5dba0c04ee79b52c1153c5b8d1 SHA512 e01cce2e5840a84ab43b6f9e9c0c15caa0d5247ff85e7bac4452411cccc87eea88193e12585bfebd01b73aa27f4c1d1f0e72982f61270f894890be9b38961e3e

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.7.ebuild
similarity index 98%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.7.ebuild
index 204a8185dbfb..c5c9bca81ac1 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.7.ebuild
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.11"
+	PKGCRAFT_VERSION_MIN="0.0.12"
 fi
 
 LICENSE="MIT"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 204a8185dbfb..c5c9bca81ac1 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.11"
+	PKGCRAFT_VERSION_MIN="0.0.12"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2023-11-12  4:24 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-11-12  4:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0ca9b1db18ce353e6366b9d28efeb1c5ef7e02e1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 03:48:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 04:04:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca9b1db

dev-python/pkgcraft: add 0.0.8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                        | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.8.ebuild} | 4 ++--
 dev-python/pkgcraft/pkgcraft-9999.ebuild                            | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index d8b11f3ef6c5..ad4355f0118c 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1,2 +1,3 @@
 DIST pkgcraft-0.0.6.tar.gz 406538 BLAKE2B 5c90b57cb11e9f754cd695989994b3a9be52007482981c997f2e361fbbb72aeb0810d7f41dea1cdcd74c47840bb1c3b2cf225c967ba76b01769da93f909d9911 SHA512 ddd7bf77a3509156e8c16e5aeeb94a5f4530d9d1a3e6617d3974adfae7b46f0b0d31f4828dbd70261b42c883e776bf7572ca2fe8e23c9216637d886b9d8811cc
 DIST pkgcraft-0.0.7.tar.gz 406608 BLAKE2B 733876723c676ac0000699440955518bb8a2fb35cc5bb1664e791c2be172a8a4ce90faff849eeacf293e4071dee0bb6b5ae18a5dba0c04ee79b52c1153c5b8d1 SHA512 e01cce2e5840a84ab43b6f9e9c0c15caa0d5247ff85e7bac4452411cccc87eea88193e12585bfebd01b73aa27f4c1d1f0e72982f61270f894890be9b38961e3e
+DIST pkgcraft-0.0.8.tar.gz 416513 BLAKE2B 8bf16807990344777981f21efe91fc57503f56a0f55c9be3eef9d407d09e9f3601318b7191968fa379fd31f4c9b0bee37e6af68ae792d9398735cf0298165495 SHA512 bfa049ecb003574bcb77fc7f76b58cb2ded8163888bd08ac982fefb8ec4f8cccb51a16f1e1cbffdc0da83965927fdc918983bc8b48b99b3cd43bb697aa6107dd

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.8.ebuild
similarity index 96%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.8.ebuild
index c5c9bca81ac1..1e6dfefa9b31 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.8.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.12"
+	PKGCRAFT_VERSION_MIN="0.0.13"
 fi
 
 LICENSE="MIT"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index c5c9bca81ac1..1e6dfefa9b31 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.12"
+	PKGCRAFT_VERSION_MIN="0.0.13"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2024-02-02  6:40 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-02-02  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6b2035cc40486c28490f3c3610737219d90be5f3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  2 06:35:34 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  2 06:38:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2035cc

dev-python/pkgcraft: add 0.0.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                        | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.9.ebuild} | 4 ++--
 dev-python/pkgcraft/pkgcraft-9999.ebuild                            | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index be76ce9fbe39..83fcb67b83dd 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1 +1,2 @@
 DIST pkgcraft-0.0.8.tar.gz 416513 BLAKE2B 8bf16807990344777981f21efe91fc57503f56a0f55c9be3eef9d407d09e9f3601318b7191968fa379fd31f4c9b0bee37e6af68ae792d9398735cf0298165495 SHA512 bfa049ecb003574bcb77fc7f76b58cb2ded8163888bd08ac982fefb8ec4f8cccb51a16f1e1cbffdc0da83965927fdc918983bc8b48b99b3cd43bb697aa6107dd
+DIST pkgcraft-0.0.9.tar.gz 431872 BLAKE2B 6c6ed1677c891c0e5579c7e28342876c2d7cbe03f2fcf3f8ad9f994302570d1d2398d2b4a55ec1a2fd82bbea518a4d2f76e9cabe760f0d9779b8d55170c1d940 SHA512 13988ff6822a5f9b715f3a9e8593a21d6ac530a91ca98790bd8a1c3e5958c97e440ce0610d25ed518f6d485837c9aded2ba145facf98e217325802777a33b3a7

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
similarity index 96%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
index 1e6dfefa9b31..b61769cf7136 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.13"
+	PKGCRAFT_VERSION_MIN="0.0.14"
 fi
 
 LICENSE="MIT"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 1e6dfefa9b31..b61769cf7136 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.13"
+	PKGCRAFT_VERSION_MIN="0.0.14"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2024-06-17 16:27 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2024-06-17 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     50e1559c9570b8e87df18c6b76ad4c06c7a8d61f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 15:26:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 16:25:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e1559c

dev-python/pkgcraft: Enable py3.13

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

 dev-python/pkgcraft/pkgcraft-0.0.9.ebuild | 2 +-
 dev-python/pkgcraft/pkgcraft-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
index b61769cf7136..0e6d0142cd1c 100644
--- a/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index b61769cf7136..0e6d0142cd1c 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2024-06-23  1:13 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-06-23  1:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2768225306bbb9362c4a9ee7ccfc0a3a1d09e6d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 00:59:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 01:01:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27682253

dev-python/pkgcraft: add 0.0.10

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                         | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.10.ebuild} | 2 +-
 dev-python/pkgcraft/pkgcraft-9999.ebuild                             | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 46d87a4c79f0..5fe3431bf1c8 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1 +1,2 @@
+DIST pkgcraft-0.0.10.tar.gz 452861 BLAKE2B f7f52e8c7c917701b08540cc8da8ee1f1ff7157b02e61d5cfa1b4ca6850ae8aac171dfdefe6ac611ce4971aff27d63614d4914178bf86c8a389e437d5fb43ba9 SHA512 1c3878256bfbeae05ceb9e7445e100a8e6601649aae634b02bdd00494075056fad014b724e2cfd76325dd06c664c1c90343f49f186c0b61bfe2d92bbed14abe4
 DIST pkgcraft-0.0.9.tar.gz 431872 BLAKE2B 6c6ed1677c891c0e5579c7e28342876c2d7cbe03f2fcf3f8ad9f994302570d1d2398d2b4a55ec1a2fd82bbea518a4d2f76e9cabe760f0d9779b8d55170c1d940 SHA512 13988ff6822a5f9b715f3a9e8593a21d6ac530a91ca98790bd8a1c3e5958c97e440ce0610d25ed518f6d485837c9aded2ba145facf98e217325802777a33b3a7

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.10.ebuild
similarity index 98%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.10.ebuild
index 0e6d0142cd1c..5fe6fc813ef7 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.10.ebuild
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.14"
+	PKGCRAFT_VERSION_MIN="0.0.15"
 fi
 
 LICENSE="MIT"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 0e6d0142cd1c..5fe6fc813ef7 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.14"
+	PKGCRAFT_VERSION_MIN="0.0.15"
 fi
 
 LICENSE="MIT"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/
@ 2024-08-14 20:07 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-08-14 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8473b070d7f02bede809814b3af7486ab7e7bd4b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 14 20:06:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 20:07:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8473b070

dev-python/pkgcraft: add 0.0.11

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pkgcraft/Manifest                                         | 1 +
 dev-python/pkgcraft/{pkgcraft-9999.ebuild => pkgcraft-0.0.11.ebuild} | 2 +-
 dev-python/pkgcraft/pkgcraft-9999.ebuild                             | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pkgcraft/Manifest b/dev-python/pkgcraft/Manifest
index 5fe3431bf1c8..839ccd4b0d02 100644
--- a/dev-python/pkgcraft/Manifest
+++ b/dev-python/pkgcraft/Manifest
@@ -1,2 +1,3 @@
 DIST pkgcraft-0.0.10.tar.gz 452861 BLAKE2B f7f52e8c7c917701b08540cc8da8ee1f1ff7157b02e61d5cfa1b4ca6850ae8aac171dfdefe6ac611ce4971aff27d63614d4914178bf86c8a389e437d5fb43ba9 SHA512 1c3878256bfbeae05ceb9e7445e100a8e6601649aae634b02bdd00494075056fad014b724e2cfd76325dd06c664c1c90343f49f186c0b61bfe2d92bbed14abe4
+DIST pkgcraft-0.0.11.tar.gz 460263 BLAKE2B 5a05390f51dc0cfac2a333601c4296a5e7236262a82afcad74470cd8466933ae0abcc78b5422bd218ca86bcb35176f9d715b4449a8e76315a3dde91fe46cce19 SHA512 a6883db42e7572e1d0cf102372ad72e7276f3add492c14c11ff1654339c1504e96d9b3cf057762f1a35dd17d96f3f63140ebfc0d59d46538b97a2d99167ed146
 DIST pkgcraft-0.0.9.tar.gz 431872 BLAKE2B 6c6ed1677c891c0e5579c7e28342876c2d7cbe03f2fcf3f8ad9f994302570d1d2398d2b4a55ec1a2fd82bbea518a4d2f76e9cabe760f0d9779b8d55170c1d940 SHA512 13988ff6822a5f9b715f3a9e8593a21d6ac530a91ca98790bd8a1c3e5958c97e440ce0610d25ed518f6d485837c9aded2ba145facf98e217325802777a33b3a7

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
similarity index 98%
copy from dev-python/pkgcraft/pkgcraft-9999.ebuild
copy to dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
index 5fe6fc813ef7..0c11b08d6796 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-0.0.11.ebuild
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.15"
+	PKGCRAFT_VERSION_MIN="0.0.16"
 fi
 
 LICENSE="MIT"

diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 5fe6fc813ef7..0c11b08d6796 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -28,7 +28,7 @@ else
 	KEYWORDS="~amd64 ~arm64"
 
 	PKGCRAFT_VERSION_MAX="9999"
-	PKGCRAFT_VERSION_MIN="0.0.15"
+	PKGCRAFT_VERSION_MIN="0.0.16"
 fi
 
 LICENSE="MIT"


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-12  4:24 [gentoo-commits] repo/gentoo:master commit in: dev-python/pkgcraft/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-14 20:07 Sam James
2024-06-23  1:13 Sam James
2024-06-17 16:27 Michał Górny
2024-02-02  6:40 Sam James
2023-09-30  0:44 Sam James
2023-09-25  4:14 Sam James
2023-09-07 19:51 Sam James
2023-09-07  3:19 Michał Górny
2023-05-02 19:11 Sam James
2023-04-25 20:57 Sam James
2023-02-27  2:18 Sam James
2023-02-27  0:21 Sam James
2023-02-20  6:04 Sam James
2023-02-05 18:29 Sam James

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