From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecation/
Date: Mon, 12 Aug 2019 09:32:45 +0000 (UTC) [thread overview]
Message-ID: <1565602358.29a7bda6343d32b047a409b1afc739ea47c8b7b0.sbraz@gentoo> (raw)
commit: 29a7bda6343d32b047a409b1afc739ea47c8b7b0
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 09:27:47 2019 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 09:32:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a7bda6
dev-python/deprecation: bump to 2.0.6, add tests, PyPy{,3}, fix deps
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/deprecation/Manifest | 1 +
dev-python/deprecation/deprecation-2.0.6.ebuild | 30 +++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/deprecation/Manifest b/dev-python/deprecation/Manifest
index cc33c1fa1da..d2de4799983 100644
--- a/dev-python/deprecation/Manifest
+++ b/dev-python/deprecation/Manifest
@@ -1 +1,2 @@
DIST deprecation-1.0.1.tar.gz 9596 BLAKE2B afc4cb457ce224f120d41944e6eb71c212ef4d40d5a7c5d6d695d31bd105a4a5291daf5d3c7af0f94b58049f7e745e7e5be462495de88c48cabf5a28c22b3637 SHA512 fc35e6516e1617e2baad598a91e5d83ca95ab8a2d6a2753751d6752675de93cb44210109450a2aad9eb52b3c772a8b753c1d42ab2356c6663d2a03c4f779f086
+DIST deprecation-2.0.6.tar.gz 13381 BLAKE2B 1f21a4b8bd9293d50e9068762d4f909afe02fb1f7a8f352c5b3d5d10e0da90d122927a97cf060bec626ff8538478f83740dc1d79e050fe43dc27ade8729f26d1 SHA512 69dcf5e07cfc1c746564e03063088cce65690e2b34cffe327d59edad24f00d23cf9904089ab9ff5e67dce2b6b02ed617e53959be4a907074440ddb778576aa2f
diff --git a/dev-python/deprecation/deprecation-2.0.6.ebuild b/dev-python/deprecation/deprecation-2.0.6.ebuild
new file mode 100644
index 00000000000..73bd41c2de6
--- /dev/null
+++ b/dev-python/deprecation/deprecation-2.0.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to handle automated deprecations"
+HOMEPAGE="https://deprecation.readthedocs.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/unittest2[${PYTHON_USEDEP}]
+ ${RDEPEND}
+ )
+"
+
+python_test() {
+ "${EPYTHON}" -m unittest discover -v || die "tests failed with ${EPYTHON}"
+}
next reply other threads:[~2019-08-12 9:32 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-12 9:32 Louis Sautier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-27 21:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/deprecation/ Petr Vaněk
2023-07-10 1:47 Michał Górny
2023-07-09 16:51 Arthur Zamarin
2023-06-06 16:12 Michał Górny
2023-03-16 3:47 Michał Górny
2022-10-07 7:03 Michał Górny
2022-05-31 10:20 Sam James
2022-04-25 18:41 Sam James
2022-03-06 7:51 Sam James
2022-02-20 20:34 Sam James
2021-08-24 14:33 Marek Szuba
2021-07-05 11:16 Michał Górny
2021-07-05 11:16 Michał Górny
2021-01-12 12:04 Sam James
2021-01-07 12:47 Sam James
2020-11-23 16:39 Sergei Trofimovich
2020-11-12 15:29 Sam James
2020-11-04 10:42 Sergei Trofimovich
2020-09-28 17:41 Sergei Trofimovich
2020-09-18 14:41 Michał Górny
2020-09-13 9:19 Sam James
2020-09-08 19:11 Michał Górny
2020-08-31 4:52 Sam James
2020-08-30 5:32 Sam James
2020-08-14 8:16 Sergei Trofimovich
2020-08-10 19:25 Sergei Trofimovich
2020-08-09 16:56 Sergei Trofimovich
2020-08-09 13:10 Michał Górny
2020-08-09 13:10 Michał Górny
2020-03-26 20:35 Michał Górny
2020-03-26 20:35 Michał Górny
2020-02-05 5:50 Michał Górny
2019-08-12 23:29 Louis Sautier
2019-08-12 9:32 Louis Sautier
2017-09-29 23:32 Matt Thode
2017-08-28 21:52 Matt Thode
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=1565602358.29a7bda6343d32b047a409b1afc739ea47c8b7b0.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