public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/rich-click/
Date: Tue, 29 Oct 2024 14:06:41 +0000 (UTC)	[thread overview]
Message-ID: <1730163748.539dc04c5e789663c028a2e18fb2ecc785440fe4.davidroman@gentoo> (raw)

commit:     539dc04c5e789663c028a2e18fb2ecc785440fe4
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 01:02:17 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 29 01:02:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=539dc04c

dev-python/rich-click: new package, add 1.8.3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/rich-click/Manifest                |  1 +
 dev-python/rich-click/metadata.xml            | 22 +++++++++++++++++
 dev-python/rich-click/rich-click-1.8.3.ebuild | 34 +++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-python/rich-click/Manifest b/dev-python/rich-click/Manifest
new file mode 100644
index 000000000..989e5aec8
--- /dev/null
+++ b/dev-python/rich-click/Manifest
@@ -0,0 +1 @@
+DIST rich-click-1.8.3.gh.tar.gz 325306 BLAKE2B a98f5a7a6c6a43a53b4366afe335509b57632299935c8e47431b16e11984317059dea6e75df6b571efdd6e793575c7c9004bfa087c2a1dd386e30b70635daefa SHA512 714d5d3c4b32529323f2944964e5a08479a19d6b54071750f5ccaab6ceadc5035e1d9fde4c4bc0756baef0f3e5f974a78a514fe7a35ccb621d231d5e96ec0290

diff --git a/dev-python/rich-click/metadata.xml b/dev-python/rich-click/metadata.xml
new file mode 100644
index 000000000..abd81898e
--- /dev/null
+++ b/dev-python/rich-click/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">ewels/rich-click</remote-id>
+		<remote-id type="pypi">rich-click</remote-id>
+		<bugs-to>https://github.com/ewels/rich-click/issues</bugs-to>
+		<maintainer>
+			<name>Phil Ewels</name>
+			<email>phil@ewels.co.uk</email>
+		</maintainer>
+		<maintainer>
+			<name>Daniel Reeves</name>
+			<email>xdanielreeves@gmail.com</email>
+		</maintainer>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/rich-click/rich-click-1.8.3.ebuild b/dev-python/rich-click/rich-click-1.8.3.ebuild
new file mode 100644
index 000000000..7832f29e3
--- /dev/null
+++ b/dev-python/rich-click/rich-click-1.8.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Format click help output nicely with rich"
+HOMEPAGE="
+	https://pypi.org/project/rich-click/
+	https://github.com/ewels/rich-click
+"
+SRC_URI="https://github.com/ewels/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/click-7[${PYTHON_USEDEP}]
+	>=dev-python/rich-10.7[${PYTHON_USEDEP}]
+	dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+
+	touch tests/fixtures/__init__.py || die
+}


             reply	other threads:[~2024-10-29 14:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-29 14:06 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16 15:21 [gentoo-commits] repo/proj/guru:master commit in: dev-python/rich-click/ Julien Roy
2024-11-27 14:34 David Roman
2024-12-02 16:12 Julien Roy
2025-02-28 15:12 David Roman
2025-03-10 11:04 David Roman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1730163748.539dc04c5e789663c028a2e18fb2ecc785440fe4.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox