From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorclass/
Date: Thu, 9 Dec 2021 07:30:55 +0000 (UTC) [thread overview]
Message-ID: <1639035051.4007d1efbc8a97568db7002016ea66f4c4310b99.mgorny@gentoo> (raw)
commit: 4007d1efbc8a97568db7002016ea66f4c4310b99
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 06:46:23 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 07:30:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4007d1ef
dev-python/colorclass: Bump to 2.2.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/colorclass/Manifest | 1 +
dev-python/colorclass/colorclass-2.2.2.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/colorclass/Manifest b/dev-python/colorclass/Manifest
index eb298177c197..a1c3916f4544 100644
--- a/dev-python/colorclass/Manifest
+++ b/dev-python/colorclass/Manifest
@@ -1 +1,2 @@
DIST colorclass-2.2.0.gh.tar.gz 486151 BLAKE2B d8f4c9e826cf284df47bf2aac4da71f448818858e2383b331b5bba791d9db3c5c11d5aff74b3eb740e657914137b2b74b217854ab589806a22a0ff6697cbde1c SHA512 c627cdf6abdb5a60e9ecc1fb3b669898edc027fdc3f8cde31be2e10402ee308c2067fcd50d1228759e93fc58c521b7fc12e6b259233a17cf99f55cda26279fed
+DIST colorclass-2.2.2.gh.tar.gz 490884 BLAKE2B e03c1a7091c133cea67c595363029121083d9a9d70a27f5803b20bb810b105ea9cb95aa68114ba98526b8a3b0e8365eadd7b375443215a5e0b636f0bd4cce632 SHA512 c38b58d4122e794654a8ac71adb2be0fb679eb10bd70c9d8f5dee06b3c978c1530bb3fb8fd6530d88aa35311a46a2590b709e4dcc6e3a81d14b90bf8cb74ebc1
diff --git a/dev-python/colorclass/colorclass-2.2.2.ebuild b/dev-python/colorclass/colorclass-2.2.2.ebuild
new file mode 100644
index 000000000000..31cca6e7e360
--- /dev/null
+++ b/dev-python/colorclass/colorclass-2.2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Colorful worry-free console applications for multiple platforms"
+HOMEPAGE="
+ https://pypi.org/project/colorclass/
+ https://github.com/matthewdeanmartin/colorclass"
+SRC_URI="
+ https://github.com/matthewdeanmartin/colorclass/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/docopt[${PYTHON_USEDEP}]
+ )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ # workaround pp2sp complaining about unsupported exclude,
+ # even though it's empty (fix will be included in pp2sp-22)
+ sed -i -e 's:^exclude:empty-&:' pyproject.toml || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2021-12-09 7:30 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-09 7:30 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-06 9:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/colorclass/ Arthur Zamarin
2024-05-18 15:56 Michał Górny
2023-11-10 5:47 Viorel Munteanu
2023-10-28 15:23 Michał Górny
2023-09-28 4:43 Michał Górny
2023-05-06 9:58 Arthur Zamarin
2023-05-01 7:16 Arthur Zamarin
2023-05-01 7:16 Arthur Zamarin
2023-04-23 22:12 Sam James
2023-04-22 19:44 Sam James
2023-04-22 16:44 Arthur Zamarin
2023-04-14 22:30 Sam James
2023-04-14 21:02 Sam James
2023-04-14 20:43 Sam James
2023-04-14 20:25 Sam James
2023-04-14 20:07 Sam James
2023-03-11 6:37 Yixun Lan
2023-02-28 19:09 Sam James
2022-05-23 9:20 Michał Górny
2022-02-27 18:37 Michał Górny
2022-01-26 21:53 Michał Górny
2022-01-08 18:03 Jakov Smolić
2020-12-03 11:19 Sam James
2020-07-30 6:03 Michał Górny
2020-05-30 17:52 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-03-26 14:51 Michał Górny
2020-02-04 15:48 Michał Górny
2019-07-07 13:10 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=1639035051.4007d1efbc8a97568db7002016ea66f4c4310b99.mgorny@gentoo \
--to=mgorny@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