From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tappy/
Date: Thu, 23 Apr 2020 11:23:46 +0000 (UTC) [thread overview]
Message-ID: <1587641014.cf8d2513ba474d5fb9e1407f83f504d7b2f6fa67.mgorny@gentoo> (raw)
commit: cf8d2513ba474d5fb9e1407f83f504d7b2f6fa67
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 11:17:40 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 11:23:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8d2513
dev-python/tappy: Bump to 3.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tappy/Manifest | 1 +
dev-python/tappy/tappy-3.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/tappy/Manifest b/dev-python/tappy/Manifest
index 002a652cb68..0badd7a7948 100644
--- a/dev-python/tappy/Manifest
+++ b/dev-python/tappy/Manifest
@@ -1 +1,2 @@
DIST tap.py-2.4.tar.gz 145440 BLAKE2B 1c6effe086c50cb8b11355db0439207330446a245c42420a948e1c3ff8caf917d9a76ea00f231199a5bd79e7396bcd2a904b764ffa1db611c57947274095a0b9 SHA512 7c843c40f0029bb122fdafec0f5416164b77fac69142c2308a6d815f2f409cddb33c5a08547409e278f06036e21cb2a53cbd3263c23f59c6618c12c201b8209c
+DIST tap.py-3.0.tar.gz 141764 BLAKE2B 0d65d9c0691deef31475cf6db172e41340e112cacda240d32a55338665632613f09c98d0c7dcfbf28be997079f789054d71f1059fb74228507041163df9710a1 SHA512 58b0928dd28ba525d9bb5edfab5606cb67af15e75a5f03d2648280d30377e2aa23b314ed41dba3b09b7dfa1aefead53674df43b6087e552b9aa937472838e7db
diff --git a/dev-python/tappy/tappy-3.0.ebuild b/dev-python/tappy/tappy-3.0.ebuild
new file mode 100644
index 00000000000..8143c4ab1f2
--- /dev/null
+++ b/dev-python/tappy/tappy-3.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+MY_PN=tap.py
+DESCRIPTION="Test Anything Protocol (TAP) tools"
+HOMEPAGE="https://github.com/python-tap/tappy https://pypi.org/project/tap.py/"
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+S=${WORKDIR}/${MY_PN}-${PV}
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="yaml"
+
+RDEPEND="
+ yaml? (
+ dev-python/more-itertools[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ )"
+DEPEND="dev-python/Babel[${PYTHON_USEDEP}]
+ test? (
+ dev-python/more-itertools[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/mock[${PYTHON_USEDEP}]
+ ' -2)
+ )"
+
+distutils_enable_tests unittest
next reply other threads:[~2020-04-23 11:23 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-23 11:23 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-24 7:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/tappy/ Petr Vaněk
2023-11-24 11:48 Andrew Ammerlaan
2023-06-03 6:48 Michał Górny
2023-03-25 17:19 Michał Górny
2022-06-16 11:24 Michał Górny
2022-06-16 9:33 Jakov Smolić
2022-05-16 18:58 Arthur Zamarin
2022-05-16 18:58 Arthur Zamarin
2022-01-29 7:23 Michał Górny
2022-01-29 7:04 Arthur Zamarin
2021-12-29 6:10 Arthur Zamarin
2021-10-29 18:18 Arthur Zamarin
2021-10-29 18:18 Arthur Zamarin
2021-10-29 18:18 Arthur Zamarin
2021-06-01 17:07 Andrew Ammerlaan
2021-05-29 0:03 Yixun Lan
2020-09-18 23:54 Sam James
2020-07-11 9:34 Michał Górny
2020-07-11 9:34 Michał Górny
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-07-09 7:06 Sergei Trofimovich
2020-06-05 22:43 Andreas Sturmlechner
2020-06-05 22:43 Andreas Sturmlechner
2020-04-27 6:43 Agostino Sarubbo
2020-04-27 6:43 Agostino Sarubbo
2020-04-24 12:12 Agostino Sarubbo
2020-03-16 21:09 Michał Górny
2020-01-20 23:12 Sergei Trofimovich
2019-12-24 14:52 Mikle Kolyada
2019-12-07 23:07 Matt Turner
2019-12-02 21:13 Aaron Bauman
2019-12-01 19:30 Andreas Sturmlechner
2019-11-24 17:55 Aaron Bauman
2019-11-23 15:12 Sergei Trofimovich
2019-04-08 22:03 Aaron Bauman
2019-01-27 9:49 Sergei Trofimovich
2019-01-18 8:08 Mikle Kolyada
2018-12-23 3:25 Matt Turner
2018-10-28 10:19 Sergei Trofimovich
2018-10-20 12:16 Sergei Trofimovich
2018-10-09 9:48 Mikle Kolyada
2018-08-09 10:11 Michał Górny
2018-08-06 20:50 Sergei Trofimovich
2018-07-27 18:49 Sergei Trofimovich
2018-07-27 17:53 Michał Górny
2018-07-24 12:19 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=1587641014.cf8d2513ba474d5fb9e1407f83f504d7b2f6fa67.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