* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2023-10-28 15:39 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-10-28 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 01eff98ed166196fb83524d3511c3a5d27983c1c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 15:36:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 15:39:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01eff98e
dev-python/cli-helpers: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/cli-helpers-2.3.0.ebuild | 2 +-
dev-python/cli-helpers/cli-helpers-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild
index 9138c1963998..16476678a120 100644
--- a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild
+++ b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
diff --git a/dev-python/cli-helpers/cli-helpers-9999.ebuild b/dev-python/cli-helpers/cli-helpers-9999.ebuild
index fa2b087f7224..ca6c8d7902ca 100644
--- a/dev-python/cli-helpers/cli-helpers-9999.ebuild
+++ b/dev-python/cli-helpers/cli-helpers-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 git-r3
@@ -18,7 +18,6 @@ EGIT_REPO_URI="https://github.com/dbcli/cli_helpers.git"
LICENSE="BSD"
SLOT="0"
-KEYWORDS=""
RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2024-02-06 11:02 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-02-06 11:02 UTC (permalink / raw
To: gentoo-commits
commit: d876cf32852c900a1902e05727404bae1e106ef4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 10:30:37 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 11:02:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d876cf32
dev-python/cli-helpers: Bump to 2.3.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/Manifest | 1 +
dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | 35 +++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/cli-helpers/Manifest b/dev-python/cli-helpers/Manifest
index 4499213caf40..e9b8a9ec5562 100644
--- a/dev-python/cli-helpers/Manifest
+++ b/dev-python/cli-helpers/Manifest
@@ -1 +1,2 @@
DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de SHA512 ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57
+DIST cli_helpers-2.3.1.gh.tar.gz 34372 BLAKE2B 00cafd4d704e2aa8ac68d372505adffd0d6b42b03dcc320c858e2085eb32a11112e0819cbabc4eddd1e8e9f11cb101bb8fc9b87f49c3b7fec289acfca792bb22 SHA512 ea2449f7d8b87da62a6a2bc8a10eb726a927b0cf62431016125aa30a6f7bcbee3b396364a78f749cb22c86427ca8fc7e46aaac19ea0f93ef6dee661653c2f5c0
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
new file mode 100644
index 000000000000..62d4029c7171
--- /dev/null
+++ b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=cli_helpers-${PV}
+DESCRIPTION="Python helpers for common CLI tasks"
+HOMEPAGE="
+ https://cli-helpers.rtfd.io/
+ https://github.com/dbcli/cli_helpers/
+ https://pypi.org/project/cli-helpers/
+"
+SRC_URI="
+ https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
+ >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
+ >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
+ dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2024-02-24 14:04 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-02-24 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 74ff7883ba7f2eeb55032c523ee075289d027490
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 14:04:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 14:04:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ff7883
dev-python/cli-helpers: Stabilize 2.3.1 x86, #925406
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
index 62d4029c7171..c8d84699f424 100644
--- a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
+++ b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2024-02-24 14:40 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-02-24 14:40 UTC (permalink / raw
To: gentoo-commits
commit: dc0cd8571d4366fe74232760f56eaa896404e13e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 14:38:45 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 14:39:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0cd857
dev-python/cli-helpers: Stabilize 2.3.1 amd64, #925406
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
index c8d84699f424..9b0423e7e484 100644
--- a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
+++ b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
RDEPEND="
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2024-02-24 14:40 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-02-24 14:40 UTC (permalink / raw
To: gentoo-commits
commit: 62c52a1e15fd80a8ffe909b087ea0e5c47dd768c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 14:38:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 14:39:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c52a1e
dev-python/cli-helpers: Mark ALLARCHES
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/cli-helpers/metadata.xml b/dev-python/cli-helpers/metadata.xml
index 79ba6aa529dd..d18fff347fc2 100644
--- a/dev-python/cli-helpers/metadata.xml
+++ b/dev-python/cli-helpers/metadata.xml
@@ -4,6 +4,7 @@
<maintainer type="project">
<email>python@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">dbcli/cli_helpers</remote-id>
<remote-id type="pypi">cli-helpers</remote-id>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2024-02-24 14:40 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-02-24 14:40 UTC (permalink / raw
To: gentoo-commits
commit: aa609174ac596fd8a01fab1d8b484a900c754afa
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 14:40:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 14:40:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa609174
dev-python/cli-helpers: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/Manifest | 1 -
dev-python/cli-helpers/cli-helpers-2.3.0.ebuild | 35 -------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/cli-helpers/Manifest b/dev-python/cli-helpers/Manifest
index e9b8a9ec5562..0a477f86c822 100644
--- a/dev-python/cli-helpers/Manifest
+++ b/dev-python/cli-helpers/Manifest
@@ -1,2 +1 @@
-DIST cli_helpers-2.3.0.gh.tar.gz 34374 BLAKE2B 83978ee17aec8a02173460cf5d5c42751d4745c63a1f83c8fafdd55fcfb31e04d02a61f90db4a4fe8ba2049167306b06e1389db15230558a646589e3834745de SHA512 ee5f2adbca54c62c2f40be4c7b418760d12f331737a65bafdb8209989fc866f35d6c2ea1b9b0a12add6ed3fa576a84a2c8f62a2f3babf58706660f7d7eb8eb57
DIST cli_helpers-2.3.1.gh.tar.gz 34372 BLAKE2B 00cafd4d704e2aa8ac68d372505adffd0d6b42b03dcc320c858e2085eb32a11112e0819cbabc4eddd1e8e9f11cb101bb8fc9b87f49c3b7fec289acfca792bb22 SHA512 ea2449f7d8b87da62a6a2bc8a10eb726a927b0cf62431016125aa30a6f7bcbee3b396364a78f749cb22c86427ca8fc7e46aaac19ea0f93ef6dee661653c2f5c0
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild
deleted file mode 100644
index 16476678a120..000000000000
--- a/dev-python/cli-helpers/cli-helpers-2.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=cli_helpers-${PV}
-DESCRIPTION="Python helpers for common CLI tasks"
-HOMEPAGE="
- https://cli-helpers.rtfd.io/
- https://github.com/dbcli/cli_helpers/
- https://pypi.org/project/cli-helpers/
-"
-SRC_URI="
- https://github.com/dbcli/cli_helpers/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
- >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
- >=dev-python/pygments-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/tabulate-0.8.0[${PYTHON_USEDEP}]
- dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/
@ 2024-06-13 19:18 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-06-13 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 634c965a5a11a4f515a385ccc303cea2dfe5acc8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 19:03:39 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 19:18:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634c965a
dev-python/cli-helpers: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-helpers/cli-helpers-2.3.1.ebuild | 2 +-
dev-python/cli-helpers/cli-helpers-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
index 9b0423e7e484..117abf00bd53 100644
--- a/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
+++ b/dev-python/cli-helpers/cli-helpers-2.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
diff --git a/dev-python/cli-helpers/cli-helpers-9999.ebuild b/dev-python/cli-helpers/cli-helpers-9999.ebuild
index ca6c8d7902ca..093aa25869b1 100644
--- a/dev-python/cli-helpers/cli-helpers-9999.ebuild
+++ b/dev-python/cli-helpers/cli-helpers-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-06-13 19:18 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-28 15:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-helpers/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-02-06 11:02 Michał Górny
2024-02-24 14:04 Sam James
2024-02-24 14:40 Michał Górny
2024-02-24 14:40 Michał Górny
2024-02-24 14:40 Michał Górny
2024-06-13 19:18 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox