From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/towncrier/
Date: Thu, 8 Jun 2023 05:13:07 +0000 (UTC) [thread overview]
Message-ID: <1686201141.e6b100f6a68fed06ff71183beb8b4446ba7e881b.mgorny@gentoo> (raw)
commit: e6b100f6a68fed06ff71183beb8b4446ba7e881b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 8 04:57:01 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 8 05:12:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b100f6
dev-python/towncrier: Bump to 23.6.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/towncrier/Manifest | 1 +
dev-python/towncrier/towncrier-23.6.0.ebuild | 47 ++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-python/towncrier/Manifest b/dev-python/towncrier/Manifest
index 35e0762bd80d..e5d9f008d5de 100644
--- a/dev-python/towncrier/Manifest
+++ b/dev-python/towncrier/Manifest
@@ -1 +1,2 @@
DIST towncrier-22.12.0.gh.tar.gz 54670 BLAKE2B b6baf6970cc8a5f798f378ae7c0637184a869c3c72907205c6493786353f1a5f26e1bca0faa7f4685236e3a1fc9d4b2cfe6632f01d36926ae9e74cb188460674 SHA512 6fad515b2368f2c1ee27673080607460949d6651d3c9b9ab106b8e7f0298d0748a4ec1424f73bb7bf8a81eef5b0fa74de6a0b7295f02f02f354f20a99eb30814
+DIST towncrier-23.6.0.gh.tar.gz 59311 BLAKE2B d778154288923aa26c8d4d99b5f4c999ce50687164c4477d093b1254394ed7cbc5d708f1a1b7e6f25ebca95217a049692f7c9ee822661f44d02f79db32240229 SHA512 44142130b6a3e4428a085f1c6e793ccf631de77f8f2eafb8d1145f45d8d26faa6d27c30f09b8db95e63b4c3de927ac975ed95d1ed6b76dac3d9ba5eef54989c0
diff --git a/dev-python/towncrier/towncrier-23.6.0.ebuild b/dev-python/towncrier/towncrier-23.6.0.ebuild
new file mode 100644
index 000000000000..c2ceb8e19d71
--- /dev/null
+++ b/dev-python/towncrier/towncrier-23.6.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Building newsfiles for your project"
+HOMEPAGE="
+ https://github.com/twisted/towncrier/
+ https://pypi.org/project/towncrier/
+"
+SRC_URI="
+ https://github.com/twisted/${PN}/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/click-default-group[${PYTHON_USEDEP}]
+ dev-python/incremental[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/tomli[${PYTHON_USEDEP}]
+ ' 3.10)
+"
+BDEPEND="
+ dev-python/incremental[${PYTHON_USEDEP}]
+ test? (
+ dev-vcs/git
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ "${EPYTHON}" -m twisted.trial towncrier ||
+ die "tests failed with ${EPYTHON}"
+}
next reply other threads:[~2023-06-08 5:13 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-08 5:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 10:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/towncrier/ Michał Górny
2024-09-07 10:24 Arthur Zamarin
2024-08-23 16:44 Michał Górny
2024-08-17 7:35 Michał Górny
2024-08-17 7:28 Michał Górny
2024-07-31 15:58 Michał Górny
2024-07-31 5:52 Michał Górny
2023-11-29 10:30 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-08 15:39 Michał Górny
2023-07-10 1:38 Michał Górny
2023-01-26 19:11 Michał Górny
2023-01-26 18:42 Arthur Zamarin
2022-12-23 7:30 Arthur Zamarin
2022-10-03 6:33 Michał Górny
2022-10-02 19:17 Arthur Zamarin
2022-08-30 5:45 Michał Górny
2022-06-01 7:30 Sam James
2022-03-15 14:26 Michał Górny
2022-03-15 13:31 Jakov Smolić
2022-02-10 21:10 Arthur Zamarin
2021-06-05 18:31 Michał Górny
2021-05-06 11:03 Michał Górny
2021-05-06 9:57 Sam James
2021-05-06 8:35 Michał Górny
2021-04-06 16:24 Michał Górny
2021-04-06 7:22 Michał Górny
2021-04-06 7:22 Michał Górny
2021-02-22 4:10 Joshua Kinard
2020-12-13 0:21 Sam James
2020-12-13 0:16 Sam James
2020-12-11 12:58 Michał Górny
2020-12-01 10:44 Sam James
2020-10-16 18:22 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-05 9:27 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-06-01 20:30 Michał Górny
2020-05-30 19:48 Michał Górny
2020-05-30 19:37 Sergei Trofimovich
2020-05-30 8:56 Michał Górny
2020-05-06 6:41 Sergei Trofimovich
2020-03-17 2:09 Matt Turner
2020-02-03 11:31 Agostino Sarubbo
2020-01-31 13:45 Agostino Sarubbo
2019-12-28 16:16 David Seifert
2019-12-09 20:06 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-11-22 19:41 Patrick McLean
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=1686201141.e6b100f6a68fed06ff71183beb8b4446ba7e881b.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