From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/expects/
Date: Sun, 13 Sep 2020 17:56:01 +0000 (UTC) [thread overview]
Message-ID: <1600019756.63875ced4634935f2d06497865cd108ba51dc5b3.sbraz@gentoo> (raw)
commit: 63875ced4634935f2d06497865cd108ba51dc5b3
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 17:27:08 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 17:55:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63875ced
dev-python/expects: bump to 0.9.0, add Python 3.9 support
Also use distutils_enable_sphinx.
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/expects/Manifest | 1 +
dev-python/expects/expects-0.9.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/expects/Manifest b/dev-python/expects/Manifest
index 098f82f5481..136784a5773 100644
--- a/dev-python/expects/Manifest
+++ b/dev-python/expects/Manifest
@@ -1 +1,2 @@
DIST expects-0.8.0.tar.gz 27801 BLAKE2B 3371ad3b494a6cfaf463660d013dbd5c26d88e0cd7816be11a39466a831d2a3c19e9459967947651e004dc1bbc6f6e9a61eb0b9f69685482440056061fb9bd95 SHA512 c2379bb6b3b6181a0365a84b0602f2552de40760b7cbadd775705bacfe113ffbe55bcde818c5766f7079867ae38c8c02e318f3c9ffdccdddb58e6cf0559f1e25
+DIST expects-0.9.0.tar.gz 27901 BLAKE2B b504f0d7dc91f76a2e036693873efaecdbe1e96a376d930924e00268d6374fad2bdc953e7f684f2ad44bf4d9ca962c377d753ef627304a036c1197b23230a2b0 SHA512 82465cfa48d2c28e6584bc05b9895bf5a0ebb90f43ac828c8e2888a10695c24da7833560880fcd8e7deef9996187ec7be7d993fc9973e2887a66b0b463125fff
diff --git a/dev-python/expects/expects-0.9.0.ebuild b/dev-python/expects/expects-0.9.0.ebuild
new file mode 100644
index 00000000000..164210bad0d
--- /dev/null
+++ b/dev-python/expects/expects-0.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Expressive and extensible TDD/BDD assertion library for Python"
+HOMEPAGE="https://github.com/jaimegildesagredo/expects"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-python/mamba[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs
+
+python_test() {
+ mamba || die "tests failed under ${EPYTHON}"
+}
next reply other threads:[~2020-09-13 17:56 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-13 17:56 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-10 12:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/expects/ Michał Górny
2024-05-18 16:59 Michał Górny
2023-11-09 18:53 Michał Górny
2023-03-17 17:27 Michał Górny
2023-03-17 16:19 Arthur Zamarin
2023-02-15 14:15 Michał Górny
2021-08-07 11:18 Louis Sautier
2020-11-04 5:32 Sam James
2020-11-02 9:47 Sam James
2020-09-05 0:29 Sam James
2020-05-05 11:51 Joonas Niilola
2020-03-27 8:58 Michał Górny
2020-03-08 10:42 Agostino Sarubbo
2020-02-03 20:46 Michał Górny
2018-03-30 18:35 Aaron Bauman
2017-05-11 12:28 Manuel Rüger
2017-03-13 18:14 Manuel Rüger
2017-03-13 18:10 Manuel Rüger
2016-05-28 15:21 Alex Brandt
2016-05-28 15:21 Alex Brandt
2016-05-16 1:19 Alex Brandt
2016-05-15 21:14 Alex Brandt
2016-05-15 21:14 Alex Brandt
2016-05-15 21:14 Alex Brandt
2015-10-25 9:00 Michał Górny
2015-10-24 20:42 Alex Brandt
2015-10-24 20:42 Alex Brandt
2015-10-11 4:07 Alex Brandt
2015-10-11 4:07 Alex Brandt
2015-10-11 4:07 Alex Brandt
2015-10-11 4:07 Alex Brandt
2015-08-17 1:57 Alex Brandt
2015-08-17 1:57 Alex Brandt
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=1600019756.63875ced4634935f2d06497865cd108ba51dc5b3.sbraz@gentoo \
--to=sbraz@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