From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click/
Date: Fri, 1 Apr 2022 07:11:06 +0000 (UTC) [thread overview]
Message-ID: <1648796844.0f740649e06de3d7b326570dfbd4ad7a3be0a841.arthurzam@gentoo> (raw)
commit: 0f740649e06de3d7b326570dfbd4ad7a3be0a841
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 07:07:24 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 07:07:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f740649
dev-python/click: add 8.1.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/click/Manifest | 1 +
dev-python/click/click-8.1.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-python/click/Manifest b/dev-python/click/Manifest
index c84a740d1828..cb0bcdbd3f9f 100644
--- a/dev-python/click/Manifest
+++ b/dev-python/click/Manifest
@@ -2,3 +2,4 @@ DIST click-7.1.2.tar.gz 295757 BLAKE2B aea76d5378cfa49fe58a83132737d609d48b3d3a7
DIST click-8.0.4.tar.gz 332977 BLAKE2B 71366fa8436fb6997675ecb84d98f43b40a646466f0f9f7a51f145bd6a41950836df30a545e50ab6166f3643766c994f5a636b9a2b6e0a700eec04d377aced25 SHA512 2a572863814ef4f79ee408d4aa8df30a15b958986c4615e13bdeab30b4847679330e1b3baeeeff1aa80464a08418400c7a1ff22f29db4fc8d8042ab7b1ba475c
DIST click-8.1.0.tar.gz 333449 BLAKE2B c0f5dfb245c5c8a71e9aa5200393d021f4e77ae73fa9a8cdef4abc35546d2ff0b7b1322776002dc28b37e8311141fc3db8a39b5cfbb8947781326b6417494563 SHA512 7d9fcd74392baa55e0fd9050e7382d4b8b542856d4fee79ec5a4d6185ddeb47abaed1de6771e30aaec6cee5cff7166dd8ab7fefbc6aefa1856adc58b9fecc0c7
DIST click-8.1.1.tar.gz 333663 BLAKE2B c7b0de884c3ea5365d3227f5a4e81a41531dfa100705b203745bed15826cc7e9ace112c959ab5f4eabac510623d83ceeedf6ea36a40aaf8f997cbb6b3ba1abfb SHA512 b553d140f1425001575d7584367bd90cea6d20760b4a811efb0fb164f0d62d631f54514b033ceb1130d510f35cfb330f4af6d93d1e70dd1ea929b878304b9140
+DIST click-8.1.2.gh.tar.gz 333755 BLAKE2B cf579db101e296a0626445e0823d8c72bc6cd40f0ec667c3179465050d0aa7d7a94ed1416d583f7c9afde8e5ea41738c26b000f87c95074a9d93837c039d687a SHA512 8781965212a0732990e47050db8ae5e37633986b23cd7895d74f06007c61993f8ea45183376761987931caf00dd68c22900bc8d3930d4416853374cfd170a0e5
diff --git a/dev-python/click/click-8.1.2.ebuild b/dev-python/click/click-8.1.2.ebuild
new file mode 100644
index 000000000000..ba8f4b9c8fe8
--- /dev/null
+++ b/dev-python/click/click-8.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python package for creating beautiful command line interfaces"
+HOMEPAGE="
+ https://palletsprojects.com/p/click/
+ https://pypi.org/project/click/
+"
+SRC_URI="
+ https://github.com/pallets/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="examples"
+
+distutils_enable_sphinx docs \
+ '>=dev-python/docutils-0.14' \
+ dev-python/pallets-sphinx-themes \
+ dev-python/sphinxcontrib-log_cabinet \
+ dev-python/sphinx-issues
+distutils_enable_tests pytest
+
+python_install_all() {
+ use examples && dodoc -r examples
+ distutils-r1_python_install_all
+}
next reply other threads:[~2022-04-01 7:11 UTC|newest]
Thread overview: 120+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-01 7:11 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-21 20:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/click/ Sam James
2025-10-21 1:04 Sam James
2025-09-19 2:44 Michał Górny
2025-08-02 5:20 Michał Górny
2025-06-07 9:28 Michał Górny
2025-06-07 9:18 Michał Górny
2025-05-21 5:38 Michał Górny
2025-05-19 18:08 Michał Górny
2025-05-11 3:09 Michał Górny
2025-05-10 20:04 Sam James
2025-02-16 14:46 Michał Górny
2025-01-11 9:29 Michał Górny
2025-01-11 8:51 Arthur Zamarin
2024-12-22 8:07 Michał Górny
2023-09-17 4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-08-17 18:55 Michał Górny
2023-08-11 19:10 Michał Górny
2023-08-11 19:06 Arthur Zamarin
2023-07-19 6:57 Michał Górny
2023-07-14 5:33 Michał Górny
2023-07-07 3:15 Michał Górny
2023-05-27 17:45 Sam James
2022-05-31 7:22 Michał Górny
2022-05-31 7:08 Jakov Smolić
2022-05-11 17:54 Michał Górny
2022-05-08 12:44 Michał Górny
2022-05-01 12:56 Michał Górny
2022-04-28 18:48 Michał Górny
2022-04-26 20:28 Michał Górny
2022-03-31 11:33 Michał Górny
2022-03-29 8:33 Michał Górny
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:36 Arthur Zamarin
2022-02-19 0:05 Michał Górny
2021-12-09 22:39 Michał Górny
2021-12-09 21:24 Sam James
2021-11-09 14:01 Michał Górny
2021-11-09 10:38 Michał Górny
2021-10-11 7:56 Michał Górny
2021-10-09 7:08 Michał Górny
2021-09-26 22:36 James Le Cuirot
2021-09-18 15:48 Arthur Zamarin
2021-08-28 8:16 Arthur Zamarin
2021-06-17 23:22 Sam James
2021-06-14 22:30 Michał Górny
2021-06-14 22:18 Sam James
2021-05-20 7:25 Michał Górny
2021-05-12 8:37 Michał Górny
2021-05-07 10:33 Michał Górny
2021-03-09 9:44 Sam James
2021-02-21 13:20 David Seifert
2020-11-28 8:27 Sam James
2020-09-20 10:24 Michał Górny
2020-07-08 13:08 Michał Górny
2020-07-08 7:18 Sergei Trofimovich
2020-07-08 7:11 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-05-26 10:42 Michał Górny
2020-05-26 10:35 Michał Górny
2020-03-07 11:06 Agostino Sarubbo
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 10:58 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07 9:44 Agostino Sarubbo
2020-03-07 8:59 Agostino Sarubbo
2019-12-07 23:07 Matt Turner
2019-12-03 3:02 Aaron Bauman
2019-11-25 12:35 Michał Górny
2019-11-22 7:30 Patrick McLean
2019-08-15 18:51 Sergei Trofimovich
2019-05-31 6:54 Sergei Trofimovich
2019-05-02 22:02 Mikle Kolyada
2019-04-14 2:05 Aaron Bauman
2019-03-26 18:52 Aaron Bauman
2019-03-04 1:35 Thomas Deutschmann
2019-01-04 23:10 Mikle Kolyada
2019-01-03 19:30 Sergei Trofimovich
2018-11-26 19:44 Mikle Kolyada
2018-11-07 23:03 Sergei Trofimovich
2018-10-27 18:46 Sergei Trofimovich
2018-10-18 20:02 Michał Górny
2018-08-30 15:48 Virgil Dupras
2018-08-21 2:11 Virgil Dupras
2018-08-13 12:45 Virgil Dupras
2018-08-13 12:01 Virgil Dupras
2018-06-14 14:11 Alexey Shvetsov
2018-04-14 20:36 Mart Raudsepp
2018-01-03 7:38 Sergei Trofimovich
2017-11-24 6:15 Markus Meier
2017-11-19 19:16 Sergei Trofimovich
2017-11-13 7:54 Sergei Trofimovich
2017-11-12 18:33 Sergei Trofimovich
2017-10-30 0:06 Manuel Rüger
2017-10-29 21:58 Sergei Trofimovich
2017-10-29 21:08 Thomas Deutschmann
2017-02-12 22:20 Zac Medico
2017-02-08 15:17 Manuel Rüger
2017-01-28 14:32 Mart Raudsepp
2016-09-20 0:46 Patrice Clement
2016-09-20 0:46 Patrice Clement
2016-07-17 21:03 Patrick Lauer
2016-05-26 11:58 Tobias Klausmann
2016-04-05 21:07 Manuel Rüger
2016-03-18 6:08 Markus Meier
2016-03-15 15:27 Agostino Sarubbo
2016-02-27 13:38 Jeroen Roovers
2016-02-24 8:44 Justin Lecher
2016-02-23 9:22 Justin Lecher
2016-01-25 8:31 Justin Lecher
2015-11-28 9:28 Justin Lecher
2015-11-27 14:10 Justin Lecher
2015-11-23 6:44 Jeroen Roovers
2015-11-22 8:19 Markus Meier
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-10-01 18:48 Manuel Rüger
2015-09-20 9:33 Justin Lecher
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=1648796844.0f740649e06de3d7b326570dfbd4ad7a3be0a841.arthurzam@gentoo \
--to=arthurzam@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