From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2546F58973 for ; Fri, 5 Feb 2016 19:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D93B721C09E; Fri, 5 Feb 2016 19:45:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5582621C095 for ; Fri, 5 Feb 2016 19:45:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FF3A340B84 for ; Fri, 5 Feb 2016 19:45:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5A291067 for ; Fri, 5 Feb 2016 19:45:16 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454701503.8edfa24bc2dafde2760caa4efd311ca92faf8082.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wheel/Manifest dev-python/wheel/wheel-0.27.0.ebuild X-VCS-Directories: dev-python/wheel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8edfa24bc2dafde2760caa4efd311ca92faf8082 X-VCS-Branch: master Date: Fri, 5 Feb 2016 19:45:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 958c43e7-8cd6-4518-bb68-9b1e40d9ebc0 X-Archives-Hash: 646c43496c96f49043ad12c3f4ca986b commit: 8edfa24bc2dafde2760caa4efd311ca92faf8082 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 5 19:27:03 2016 +0000 Commit: Justin Lecher gentoo 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 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 +}