public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/
Date: Fri, 11 Jun 2021 13:40:11 +0000 (UTC)	[thread overview]
Message-ID: <1623418792.07a6d9b5472d0db6aefd6db08b4fcb24c1f44fbe.marecki@gentoo> (raw)

commit:     07a6d9b5472d0db6aefd6db08b4fcb24c1f44fbe
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 11:37:28 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 13:39:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a6d9b5

dev-python/click-help-colors: initial import

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/click-help-colors/Manifest              |  1 +
 .../click-help-colors/click-help-colors-0.9.ebuild | 26 ++++++++++++++++++++++
 dev-python/click-help-colors/metadata.xml          | 13 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/dev-python/click-help-colors/Manifest b/dev-python/click-help-colors/Manifest
new file mode 100644
index 00000000000..93313e11804
--- /dev/null
+++ b/dev-python/click-help-colors/Manifest
@@ -0,0 +1 @@
+DIST click-help-colors-0.9.tar.gz 100701 BLAKE2B 838507658aec9cea962d1f373bd771871837d1fe274c70fe4555efbd4e1825203d8728457c5836a482add26e86d4eed83b962811602864d43bf8174f49bd89cd SHA512 02cca02a5cec6b3b23fdeee4aef921cac1cf83d85bea8eb04dd100955dc27b2e4d098bad2f49694c0aa6548135fb979a1fd054525dcec27077f461a034d62a87

diff --git a/dev-python/click-help-colors/click-help-colors-0.9.ebuild b/dev-python/click-help-colors/click-help-colors-0.9.ebuild
new file mode 100644
index 00000000000..0f16c35209b
--- /dev/null
+++ b/dev-python/click-help-colors/click-help-colors-0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorization of help messages in Click"
+HOMEPAGE="https://github.com/click-contrib/click-help-colors"
+SRC_URI="https://github.com/click-contrib/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples"
+
+RDEPEND="<dev-python/click-9[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+	use examples && dodoc -r examples
+	distutils-r1_python_install_all
+}

diff --git a/dev-python/click-help-colors/metadata.xml b/dev-python/click-help-colors/metadata.xml
new file mode 100644
index 00000000000..4f878dd813d
--- /dev/null
+++ b/dev-python/click-help-colors/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+	<stabilize-allarches/>
+	<upstream>
+		<remote-id type="github">click-contrib/click-help-colors</remote-id>
+		<remote-id type="pypi">click-help-colors</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-06-11 13:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 13:40 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-12  9:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/ Michał Górny
2021-10-17  7:33 Michał Górny
2022-06-04 17:48 Michał Górny
2022-06-25 16:37 Jakov Smolić
2022-09-21 15:29 Marek Szuba
2022-11-20 22:34 Marek Szuba
2022-11-20 22:38 Marek Szuba
2022-12-25 16:42 Sam James
2022-12-25 17:45 Michał Górny
2023-06-02 15:09 Michał Górny
2023-08-21  2:52 Michał Górny
2023-09-30 15:32 Arthur Zamarin
2023-09-30 17:36 Michał Górny
2023-11-12 19:20 Michał Górny
2023-11-18 15:47 Michał Górny
2023-11-24 19:09 Michał Górny
2023-11-29 10:17 Michał Górny
2024-05-17 14:26 Michał Górny

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=1623418792.07a6d9b5472d0db6aefd6db08b4fcb24c1f44fbe.marecki@gentoo \
    --to=marecki@gentoo.org \
    --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