* [gentoo-commits] proj/sci:master commit in: dev-python/rich-click/
@ 2024-01-30 14:05 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-01-30 14:05 UTC (permalink / raw
To: gentoo-commits
commit: 06d1c9b183580258db8c8a7c0d6568b07e0104e1
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jan 29 21:41:36 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 14:01:31 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=06d1c9b1
dev-python/rich-click: add ebuild
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/rich-click/metadata.xml | 12 ++++++++++++
dev-python/rich-click/rich-click-1.7.2.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/rich-click/metadata.xml b/dev-python/rich-click/metadata.xml
new file mode 100644
index 000000000..79a5238bd
--- /dev/null
+++ b/dev-python/rich-click/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mschu.dev@gmail.com</email>
+ <name>Michael Schubert</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ewels/rich-click</remote-id>
+ <remote-id type="pypi">rich-click</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/rich-click/rich-click-1.7.2.ebuild b/dev-python/rich-click/rich-click-1.7.2.ebuild
new file mode 100644
index 000000000..e642303e2
--- /dev/null
+++ b/dev-python/rich-click/rich-click-1.7.2.ebuild
@@ -0,0 +1,25 @@
+# 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} )
+
+PYPI_NO_NORMALIZE=1
+inherit pypi distutils-r1
+
+DESCRIPTION="Format click help output nicely with rich"
+HOMEPAGE="https://pypi.org/project/rich-click/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64-linux"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]"
+
+RESTRICT="test"
+# ModuleNotFoundError: No module named 'tests.conftest'
+#distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/rich-click/
@ 2024-07-11 12:35 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2024-07-11 12:35 UTC (permalink / raw
To: gentoo-commits
commit: dd7f4bada459b933d41a7ba158d21b69bea71fa1
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Jul 8 20:16:41 2024 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 12:34:43 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dd7f4bad
dev-python/rich-click: version bump 1.8.3
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1284
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../rich-click/{rich-click-1.7.2.ebuild => rich-click-1.8.3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/rich-click/rich-click-1.7.2.ebuild b/dev-python/rich-click/rich-click-1.8.3.ebuild
similarity index 86%
rename from dev-python/rich-click/rich-click-1.7.2.ebuild
rename to dev-python/rich-click/rich-click-1.8.3.ebuild
index e642303e2..5394cb4e3 100644
--- a/dev-python/rich-click/rich-click-1.7.2.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,6 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
-PYPI_NO_NORMALIZE=1
inherit pypi distutils-r1
DESCRIPTION="Format click help output nicely with rich"
@@ -17,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~amd64-linux"
RDEPEND="dev-python/click[${PYTHON_USEDEP}]
+ dev-python/importlib-metadata[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/rich-click/
@ 2025-01-26 11:39 Nowa Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Nowa Ammerlaan @ 2025-01-26 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 6a55f95803ebb3f8d6e2e380c4ad09cc3e699689
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Sun Jan 26 11:30:46 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 11:37:26 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a55f958
dev-python/rich-click: version bump 1.8.5 and enable tests
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1313
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
.../{rich-click-1.8.3.ebuild => rich-click-1.8.5.ebuild} | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/dev-python/rich-click/rich-click-1.8.3.ebuild b/dev-python/rich-click/rich-click-1.8.5.ebuild
similarity index 59%
rename from dev-python/rich-click/rich-click-1.8.3.ebuild
rename to dev-python/rich-click/rich-click-1.8.5.ebuild
index 5394cb4e3..88f346178 100644
--- a/dev-python/rich-click/rich-click-1.8.3.ebuild
+++ b/dev-python/rich-click/rich-click-1.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,20 +6,21 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
-inherit pypi distutils-r1
+inherit distutils-r1
DESCRIPTION="Format click help output nicely with rich"
HOMEPAGE="https://pypi.org/project/rich-click/"
+SRC_URI="https://github.com/ewels/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux"
-RDEPEND="dev-python/click[${PYTHON_USEDEP}]
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
dev-python/importlib-metadata[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]"
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
-RESTRICT="test"
-# ModuleNotFoundError: No module named 'tests.conftest'
-#distutils_enable_tests pytest
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-26 11:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-26 11:39 [gentoo-commits] proj/sci:master commit in: dev-python/rich-click/ Nowa Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-07-11 12:35 Andrew Ammerlaan
2024-01-30 14:05 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox