* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-ui/
@ 2024-09-03 18:44 Maciej Barć
0 siblings, 0 replies; 5+ messages in thread
From: Maciej Barć @ 2024-09-03 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 51bfb45b0f9d1b91f5f158c3be939d3d888160e2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 18:11:12 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 18:44:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51bfb45b
dev-python/cli-ui: new package; add 0.17.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-python/cli-ui/Manifest | 1 +
dev-python/cli-ui/cli-ui-0.17.2.ebuild | 35 ++++++++++++++++++++++++++++++++++
dev-python/cli-ui/metadata.xml | 18 +++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-python/cli-ui/Manifest b/dev-python/cli-ui/Manifest
new file mode 100644
index 000000000000..00fdc0b2f69f
--- /dev/null
+++ b/dev-python/cli-ui/Manifest
@@ -0,0 +1 @@
+DIST cli-ui-0.17.2.tar.gz 13366 BLAKE2B b5dbccf136dad09bf213e199050c31cce545a44dd46b61f8eaad8b40679203da5b742a1deefc0f934bbbab286c101892d5b5e93c45624631f778245c4724ddcb SHA512 ea38c3c39b24f322b58f8e95e43609a22657018d36fd28d5dfa7887295eb4ad374032fdd2330762ed50826211ed11fa6a6356d93d09b2135264cf59f13749993
diff --git a/dev-python/cli-ui/cli-ui-0.17.2.ebuild b/dev-python/cli-ui/cli-ui-0.17.2.ebuild
new file mode 100644
index 000000000000..be3d46adfd91
--- /dev/null
+++ b/dev-python/cli-ui/cli-ui-0.17.2.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="poetry"
+PYPI_NO_NORMALIZE="1"
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for better command line interfaces"
+HOMEPAGE="https://your-tools.github.io/python-cli-ui/
+ https://github.com/your-tools/python-cli-ui/"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/your-tools/python-cli-ui.git"
+else
+ inherit pypi
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ dev-python/colorama[${PYTHON_USEDEP}]
+ dev-python/tabulate[${PYTHON_USEDEP}]
+ dev-python/unidecode[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/cli-ui/metadata.xml b/dev-python/cli-ui/metadata.xml
new file mode 100644
index 000000000000..bf5bc3d28120
--- /dev/null
+++ b/dev-python/cli-ui/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/your-tools/python-cli-ui/issues/</bugs-to>
+ <remote-id type="github">your-tools/python-cli-ui</remote-id>
+ <remote-id type="pypi">cli-ui</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-ui/
@ 2024-12-12 4:15 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-12-12 4:15 UTC (permalink / raw
To: gentoo-commits
commit: 7a6060d78a051c99d21ab024754c7f5d2843564d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 04:11:56 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 04:15:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6060d7
dev-python/cli-ui: Bump to 0.18.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-ui/Manifest | 1 +
dev-python/cli-ui/cli-ui-0.18.0.ebuild | 37 ++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/cli-ui/Manifest b/dev-python/cli-ui/Manifest
index 00fdc0b2f69f..15b36ec92bbf 100644
--- a/dev-python/cli-ui/Manifest
+++ b/dev-python/cli-ui/Manifest
@@ -1 +1,2 @@
DIST cli-ui-0.17.2.tar.gz 13366 BLAKE2B b5dbccf136dad09bf213e199050c31cce545a44dd46b61f8eaad8b40679203da5b742a1deefc0f934bbbab286c101892d5b5e93c45624631f778245c4724ddcb SHA512 ea38c3c39b24f322b58f8e95e43609a22657018d36fd28d5dfa7887295eb4ad374032fdd2330762ed50826211ed11fa6a6356d93d09b2135264cf59f13749993
+DIST cli_ui-0.18.0.tar.gz 13012 BLAKE2B c96eba706b5d7275c9ad76d1a099ff7bcda8ae894361ba8d0ac944531fe813d17156bb27cb6d342268fb28845aeedcef1d19c36f1ddda43d3b98cf46c30d9818 SHA512 69c68df27d74d167dc50088381a048265fc51603e7e13811895ac771df1cc03f9670274e73a162a67706afc9e2a4eb1ccd75872309a3c2c06f84c2ccaa03dd92
diff --git a/dev-python/cli-ui/cli-ui-0.18.0.ebuild b/dev-python/cli-ui/cli-ui-0.18.0.ebuild
new file mode 100644
index 000000000000..c0433d6c3c81
--- /dev/null
+++ b/dev-python/cli-ui/cli-ui-0.18.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="poetry"
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for better command line interfaces"
+HOMEPAGE="
+ https://your-tools.github.io/python-cli-ui/
+ https://github.com/your-tools/python-cli-ui/
+ https://pypi.org/project/cli-ui/
+"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/your-tools/python-cli-ui.git"
+else
+ inherit pypi
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]
+ >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-ui/
@ 2025-03-30 2:37 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-03-30 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 0ddcec31be5798a310ce3abdeabf86108e6a196b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 02:09:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 02:37:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddcec31
dev-python/cli-ui: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-ui/Manifest | 1 -
dev-python/cli-ui/cli-ui-0.17.2.ebuild | 35 ----------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/cli-ui/Manifest b/dev-python/cli-ui/Manifest
index 15b36ec92bbf..90a65ddb806e 100644
--- a/dev-python/cli-ui/Manifest
+++ b/dev-python/cli-ui/Manifest
@@ -1,2 +1 @@
-DIST cli-ui-0.17.2.tar.gz 13366 BLAKE2B b5dbccf136dad09bf213e199050c31cce545a44dd46b61f8eaad8b40679203da5b742a1deefc0f934bbbab286c101892d5b5e93c45624631f778245c4724ddcb SHA512 ea38c3c39b24f322b58f8e95e43609a22657018d36fd28d5dfa7887295eb4ad374032fdd2330762ed50826211ed11fa6a6356d93d09b2135264cf59f13749993
DIST cli_ui-0.18.0.tar.gz 13012 BLAKE2B c96eba706b5d7275c9ad76d1a099ff7bcda8ae894361ba8d0ac944531fe813d17156bb27cb6d342268fb28845aeedcef1d19c36f1ddda43d3b98cf46c30d9818 SHA512 69c68df27d74d167dc50088381a048265fc51603e7e13811895ac771df1cc03f9670274e73a162a67706afc9e2a4eb1ccd75872309a3c2c06f84c2ccaa03dd92
diff --git a/dev-python/cli-ui/cli-ui-0.17.2.ebuild b/dev-python/cli-ui/cli-ui-0.17.2.ebuild
deleted file mode 100644
index be3d46adfd91..000000000000
--- a/dev-python/cli-ui/cli-ui-0.17.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517="poetry"
-PYPI_NO_NORMALIZE="1"
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library for better command line interfaces"
-HOMEPAGE="https://your-tools.github.io/python-cli-ui/
- https://github.com/your-tools/python-cli-ui/"
-
-if [[ "${PV}" == *9999* ]]; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/your-tools/python-cli-ui.git"
-else
- inherit pypi
-
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/tabulate[${PYTHON_USEDEP}]
- dev-python/unidecode[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-ui/
@ 2025-03-30 2:37 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-03-30 2:37 UTC (permalink / raw
To: gentoo-commits
commit: 09f801284c541f246368fb03d7fa58b9472d8be0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 02:16:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 02:37:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f80128
dev-python/cli-ui: Bump to 0.19.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cli-ui/Manifest | 1 +
dev-python/cli-ui/cli-ui-0.19.0.ebuild | 37 ++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/cli-ui/Manifest b/dev-python/cli-ui/Manifest
index 90a65ddb806e..14875b1c8303 100644
--- a/dev-python/cli-ui/Manifest
+++ b/dev-python/cli-ui/Manifest
@@ -1 +1,2 @@
DIST cli_ui-0.18.0.tar.gz 13012 BLAKE2B c96eba706b5d7275c9ad76d1a099ff7bcda8ae894361ba8d0ac944531fe813d17156bb27cb6d342268fb28845aeedcef1d19c36f1ddda43d3b98cf46c30d9818 SHA512 69c68df27d74d167dc50088381a048265fc51603e7e13811895ac771df1cc03f9670274e73a162a67706afc9e2a4eb1ccd75872309a3c2c06f84c2ccaa03dd92
+DIST cli_ui-0.19.0.tar.gz 12808 BLAKE2B 40e91549f407f77c69a7bb4ad8388b360b9b96c1629b7e45def8f93e8fb283a8c92d63ab1d68cbecd7a1bcb158a4cdc68ca8e48ac4d86f292f9db8df9991f126 SHA512 b8b4d917ecb95cff86cc088a8102e0bf7597a350e191f103c14e1357688911c1273d275f636f22e90980c9b9841cb2a47394add334652577053489159fec361c
diff --git a/dev-python/cli-ui/cli-ui-0.19.0.ebuild b/dev-python/cli-ui/cli-ui-0.19.0.ebuild
new file mode 100644
index 000000000000..e61d04bb1683
--- /dev/null
+++ b/dev-python/cli-ui/cli-ui-0.19.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517="poetry"
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library for better command line interfaces"
+HOMEPAGE="
+ https://your-tools.github.io/python-cli-ui/
+ https://github.com/your-tools/python-cli-ui/
+ https://pypi.org/project/cli-ui/
+"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/your-tools/python-cli-ui.git"
+else
+ inherit pypi
+
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/colorama-0.4.1[${PYTHON_USEDEP}]
+ >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
+ >=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-ui/
@ 2025-05-31 18:12 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2025-05-31 18:12 UTC (permalink / raw
To: gentoo-commits
commit: e1d0a097ec1ee7c75f2a482984db16cbe4c091a7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 18:09:41 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 18:12:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d0a097
dev-python/cli-ui: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/cli-ui/cli-ui-0.19.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cli-ui/cli-ui-0.19.0.ebuild b/dev-python/cli-ui/cli-ui-0.19.0.ebuild
index e61d04bb1683..f67751df3b52 100644
--- a/dev-python/cli-ui/cli-ui-0.19.0.ebuild
+++ b/dev-python/cli-ui/cli-ui-0.19.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517="poetry"
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-31 18:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 4:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/cli-ui/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2025-05-31 18:12 Arthur Zamarin
2025-03-30 2:37 Michał Górny
2025-03-30 2:37 Michał Górny
2024-09-03 18:44 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox