From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/
Date: Fri, 5 Feb 2016 19:45:16 +0000 (UTC) [thread overview]
Message-ID: <1454701503.8edfa24bc2dafde2760caa4efd311ca92faf8082.jlec@gentoo> (raw)
commit: 8edfa24bc2dafde2760caa4efd311ca92faf8082
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 5 19:27:03 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Feb 5 19:45:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edfa24b
dev-python/wheel: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/wheel/Manifest | 1 +
dev-python/wheel/wheel-0.27.0.ebuild | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-python/wheel/Manifest b/dev-python/wheel/Manifest
index 966a062..f2b06ac 100644
--- a/dev-python/wheel/Manifest
+++ b/dev-python/wheel/Manifest
@@ -1,2 +1,3 @@
DIST wheel-0.24.0.tar.gz 50597 SHA256 ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa SHA512 9990e6bb6e42eebdac26ce75cee13e3b3da293520b2b25fad6dd328b920ce484bcf238ab7f9092d4ac565e26833b164b1ad5b8b258c824ff07daede127b17283 WHIRLPOOL faf13ddf756910558fd13d3b9eae399e488cd1938998c58a1ac3117aa7843480da5aab7c8454d67596cac8f524e23c4465e0ee9d2499a6af4afd2017c6b5314d
DIST wheel-0.26.0.tar.gz 51207 SHA256 eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c SHA512 04edbb993f1a2a6f9d22ca5eccd267da018df716a0d266d2f7bf6f7f5f4080e252163c84e07abf04cdd449a15c440a19981fe0669c4adc4d8a96667e325f7e24 WHIRLPOOL 8ab5c6ed7b36cf15ca77d4effa8f8c3ef0b44bb49c5a01d83ccd8eca35058e9012bee2ceb23139c1e6880e94aac314d20ad689074bb6a3fbb8bf408a5b8bfcaa
+DIST wheel-0.27.0.tar.gz 54003 SHA256 0beae2ec3a20df54869177ec00b4619219bc7cab5578984fb400517aee2df523 SHA512 26e95032861ef230cc0273360bc9439b4fe106379876ef6bec5f109d79f3d1f8701056b3752487cacf87ba902fc2df916b65f992454b64cc44cd8bf6ec8403f0 WHIRLPOOL 3215d55a742883842162ac289d8a62a8d1cbf1aaaeae88125db5bf5fcd01145076d9e5f66e440791862575f0fd723903116c4016c745c8cdb81965088d237619
diff --git a/dev-python/wheel/wheel-0.27.0.ebuild b/dev-python/wheel/wheel-0.27.0.ebuild
new file mode 100644
index 0000000..e9a8505
--- /dev/null
+++ b/dev-python/wheel/wheel-0.27.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="A built-package format for Python"
+HOMEPAGE="https://pypi.python.org/pypi/wheel"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="doc test"
+
+RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+# test? (
+# dev-python/keyring
+# dev-python/keyrings_alt
+# dev-python/ed25519ll
+# dev-python/pytest[${PYTHON_USEDEP}]
+# )
+#"
+
+# Fails somehow
+RESTRICT=test
+
+python_test() {
+ sed \
+ -e 's:--cov=wheel::g' \
+ -i setup.cfg || die
+ py.test -v -v || die "testsuite failed under ${EPYTHON}"
+}
+
+pkg_postinst() {
+ optfeature "Signature support" \
+ dev-python/keyring \
+ dev-python/keyrings_alt \
+ dev-python/ed25519ll
+}
next reply other threads:[~2016-02-05 19:45 UTC|newest]
Thread overview: 103+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-05 19:45 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 10:49 [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/ Arthur Zamarin
2024-11-23 7:10 Michał Górny
2024-11-09 8:27 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24 9:05 Arthur Zamarin
2024-08-05 11:48 Michał Górny
2024-03-30 14:27 Michał Górny
2024-03-30 14:25 Michał Górny
2024-03-12 5:13 Michał Górny
2023-12-15 10:52 Michał Górny
2023-12-15 10:44 Arthur Zamarin
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-26 19:37 Arthur Zamarin
2023-10-30 18:10 Michał Górny
2023-09-25 18:49 Michał Górny
2023-09-25 17:00 Arthur Zamarin
2023-08-24 12:47 Michał Górny
2023-08-22 20:01 Michał Górny
2023-08-05 14:53 Michał Górny
2023-07-22 12:58 Arthur Zamarin
2023-05-23 15:42 Michał Górny
2023-04-13 6:32 Michał Górny
2023-04-13 4:56 Sam James
2023-03-14 16:57 Michał Górny
2022-11-25 13:52 Michał Górny
2022-11-25 13:44 Arthur Zamarin
2022-11-11 6:41 Arthur Zamarin
2022-11-09 8:38 Michał Górny
2022-11-05 20:35 Arthur Zamarin
2022-11-05 20:35 Arthur Zamarin
2022-11-04 18:06 Arthur Zamarin
2022-11-04 18:06 Arthur Zamarin
2022-10-21 5:14 Michał Górny
2022-04-10 12:32 Fabian Groffen
2022-02-27 18:58 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-01-26 20:18 Michał Górny
2022-01-26 20:01 Arthur Zamarin
2022-01-26 12:21 Michał Górny
2021-12-23 9:30 Michał Górny
2021-09-12 7:44 Michał Górny
2021-09-12 7:09 Agostino Sarubbo
2021-08-10 5:17 Michał Górny
2021-05-05 18:20 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:06 Sam James
2021-01-05 21:27 Michał Górny
2021-01-05 21:00 Sam James
2020-12-14 8:35 Michał Górny
2020-12-06 9:14 Michał Górny
2020-12-03 19:37 Louis Sautier
2020-12-02 9:20 Michał Górny
2020-11-28 14:09 Sam James
2020-09-20 14:36 Michał Górny
2020-09-18 15:53 Michał Górny
2020-09-17 16:19 Sam James
2020-08-22 7:13 Michał Górny
2020-08-15 8:44 Michał Górny
2020-08-14 11:50 Michał Górny
2020-05-25 20:30 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-01-31 6:25 Michał Górny
2019-12-29 20:03 Sergei Trofimovich
2019-12-29 9:08 Mikle Kolyada
2019-12-23 9:36 Mikle Kolyada
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-15 13:59 Agostino Sarubbo
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 13:36 Sergei Trofimovich
2019-12-15 11:38 Agostino Sarubbo
2019-12-02 2:48 Aaron Bauman
2019-11-24 12:26 Michał Górny
2019-11-24 12:26 Michał Górny
2019-04-12 5:01 Tim Harder
2018-12-16 8:13 Tim Harder
2018-10-24 0:36 Matthew Thode
2018-06-26 0:05 Tim Harder
2018-06-03 13:55 Mike Frysinger
2018-02-21 17:20 Michał Górny
2017-10-19 8:20 Tim Harder
2017-03-16 8:36 Michael Weber
2017-01-30 20:05 Tim Harder
2016-10-09 8:42 Jeroen Roovers
2016-09-25 18:50 Jeroen Roovers
2016-06-06 16:15 Agostino Sarubbo
2016-06-06 8:30 Tobias Klausmann
2016-05-31 19:23 Markus Meier
2016-02-07 12:00 Justin Lecher
2016-02-06 8:51 Justin Lecher
2015-11-17 10:29 Justin Lecher
2015-10-24 16:42 Mikle Kolyada
2015-09-20 9:33 Justin Lecher
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=1454701503.8edfa24bc2dafde2760caa4efd311ca92faf8082.jlec@gentoo \
--to=jlec@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