From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/towncrier/
Date: Fri, 22 Nov 2019 19:41:15 +0000 (UTC) [thread overview]
Message-ID: <1574451664.575442b4b5fbe62b7fe8564efd420f8ca1c9baa0.chutzpah@gentoo> (raw)
commit: 575442b4b5fbe62b7fe8564efd420f8ca1c9baa0
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Nov 22 18:47:18 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 19:41:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=575442b4
dev-python/towncrier: New package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/towncrier/Manifest | 1 +
dev-python/towncrier/metadata.xml | 11 +++++++++
dev-python/towncrier/towncrier-19.2.0.ebuild | 37 ++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/towncrier/Manifest b/dev-python/towncrier/Manifest
new file mode 100644
index 00000000000..962e0caf23e
--- /dev/null
+++ b/dev-python/towncrier/Manifest
@@ -0,0 +1 @@
+DIST towncrier-19.2.0.tar.gz 18089 BLAKE2B d1e17e707b90089b19d9eedebd898b71fcc9a582cbae0166650a6bd52a8ac6bb3921a458a6d2c10e5930b92230ddf5efc5a428646c464edb6eb4bfc06949e217 SHA512 60999446c4ae404fb54ea6282a862621d49f62a2488d31eecf8fed9dd7afa6e01f4feac6e3dd26b882ee75f747424d63d05521e33b5f6b8df7059ce32dbe5c4f
diff --git a/dev-python/towncrier/metadata.xml b/dev-python/towncrier/metadata.xml
new file mode 100644
index 00000000000..580f32722c5
--- /dev/null
+++ b/dev-python/towncrier/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">towncrier</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/towncrier/towncrier-19.2.0.ebuild b/dev-python/towncrier/towncrier-19.2.0.ebuild
new file mode 100644
index 00000000000..417f5b3cfaa
--- /dev/null
+++ b/dev-python/towncrier/towncrier-19.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1
+
+DESCRIPTION="Building newsfiles for your project"
+HOMEPAGE="https://github.com/hawkowl/towncrier"
+SRC_URI="https://github.com/hawkowl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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="dev-python/setuptools[${PYTHON_USEDEP}]
+ 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:[~2019-11-22 19:41 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-22 19:41 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-04 19:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/towncrier/ Sergei Trofimovich
2019-12-09 20:06 Sergei Trofimovich
2019-12-28 16:16 David Seifert
2020-01-31 13:45 Agostino Sarubbo
2020-02-03 11:31 Agostino Sarubbo
2020-03-17 2:09 Matt Turner
2020-05-06 6:41 Sergei Trofimovich
2020-05-30 8:56 Michał Górny
2020-05-30 19:37 Sergei Trofimovich
2020-05-30 19:48 Michał Górny
2020-06-01 20:30 Michał Górny
2020-07-01 12:21 Michał Górny
2020-07-02 17:05 Sergei Trofimovich
2020-07-05 9:27 Sergei Trofimovich
2020-07-14 13:19 Sam James
2020-07-14 15:57 Sam James
2020-10-16 18:22 Michał Górny
2020-12-01 10:44 Sam James
2020-12-11 12:58 Michał Górny
2020-12-13 0:16 Sam James
2020-12-13 0:21 Sam James
2021-02-22 4:10 Joshua Kinard
2021-04-06 7:22 Michał Górny
2021-04-06 7:22 Michał Górny
2021-04-06 16:24 Michał Górny
2021-05-06 8:35 Michał Górny
2021-05-06 9:57 Sam James
2021-05-06 11:03 Michał Górny
2021-06-05 18:31 Michał Górny
2022-02-10 21:10 Arthur Zamarin
2022-03-15 13:31 Jakov Smolić
2022-03-15 14:26 Michał Górny
2022-06-01 7:30 Sam James
2022-08-30 5:45 Michał Górny
2022-10-02 19:17 Arthur Zamarin
2022-10-03 6:33 Michał Górny
2022-12-23 7:30 Arthur Zamarin
2023-01-26 18:42 Arthur Zamarin
2023-01-26 19:11 Michał Górny
2023-06-08 5:13 Michał Górny
2023-07-10 1:38 Michał Górny
2023-11-08 15:39 Michał Górny
2023-11-29 10:26 Michał Górny
2023-11-29 10:30 Michał Górny
2024-07-31 5:52 Michał Górny
2024-07-31 15:58 Michał Górny
2024-08-17 7:28 Michał Górny
2024-08-17 7:35 Michał Górny
2024-08-23 16:44 Michał Górny
2024-09-07 10:24 Arthur Zamarin
2024-09-07 10:27 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=1574451664.575442b4b5fbe62b7fe8564efd420f8ca1c9baa0.chutzpah@gentoo \
--to=chutzpah@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