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: Tue, 6 Apr 2021 07:22:46 +0000 (UTC) [thread overview]
Message-ID: <1617693749.3978d07b6a174bc7bcf4629728c06570d6c9e0cd.mgorny@gentoo> (raw)
commit: 3978d07b6a174bc7bcf4629728c06570d6c9e0cd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 06:38:07 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 07:22:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3978d07b
dev-python/towncrier: Bump to 21.3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/towncrier/Manifest | 1 +
dev-python/towncrier/towncrier-21.3.0.ebuild | 37 ++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/towncrier/Manifest b/dev-python/towncrier/Manifest
index 6e0aafcd659..26f016e30fa 100644
--- a/dev-python/towncrier/Manifest
+++ b/dev-python/towncrier/Manifest
@@ -1,2 +1,3 @@
DIST towncrier-19.2.0.tar.gz 18089 BLAKE2B d1e17e707b90089b19d9eedebd898b71fcc9a582cbae0166650a6bd52a8ac6bb3921a458a6d2c10e5930b92230ddf5efc5a428646c464edb6eb4bfc06949e217 SHA512 60999446c4ae404fb54ea6282a862621d49f62a2488d31eecf8fed9dd7afa6e01f4feac6e3dd26b882ee75f747424d63d05521e33b5f6b8df7059ce32dbe5c4f
DIST towncrier-19.9.0.tar.gz 23674 BLAKE2B 89f1c9ac98f5d5505d43a10252e70c5d4fce2e304604582e33c72de460313227382bf73a3b8b7d56b42274aff5587cc092b477649a4d74dd2491a6c7a14f6fa5 SHA512 089a493df6a8e9f8459c1f4cf497a9f4f647d1d907f13cbf716e6b1e79a591570daf40c19bf7bceaf44a1890187ea912aef6f38e82251194dfba16edb933374c
+DIST towncrier-21.3.0.tar.gz 31787 BLAKE2B 1ad54cb2eb28d25131be13a7fce5aeec3df07fe198f3200202d612b2b49cbef76d422025e143b19db498af224ba522f3a67b66fc10ec2cfb0ab81a52aeb7263e SHA512 b6093864d590849e29311fd1a085cc40997f88ada38e92bf159d72fd809691e014f67ac87844886cfdb27be0f9abc8fbf79d5d7e800688eac34e9edec6d6a2f6
diff --git a/dev-python/towncrier/towncrier-21.3.0.ebuild b/dev-python/towncrier/towncrier-21.3.0.ebuild
new file mode 100644
index 00000000000..43141a036fe
--- /dev/null
+++ b/dev-python/towncrier/towncrier-21.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="Building newsfiles for your project"
+HOMEPAGE="https://github.com/twisted/towncrier"
+SRC_URI="https://github.com/twisted/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="test"
+
+RDEPEND="
+ dev-python/click[${PYTHON_USEDEP}]
+ dev-python/click-default-group[${PYTHON_USEDEP}]
+ dev-python/jinja[${PYTHON_USEDEP}]
+ dev-python/incremental[${PYTHON_USEDEP}]
+ dev-python/toml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-vcs/git
+ >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+ )"
+
+RESTRICT="!test? ( test )"
+
+python_test() {
+ distutils_install_for_testing
+ trial towncrier || die "tests failed with ${EPYTHON}"
+}
next reply other threads:[~2021-04-06 7:22 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-06 7:22 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-06-08 5:13 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-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=1617693749.3978d07b6a174bc7bcf4629728c06570d6c9e0cd.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