From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B0EA61396D0 for ; Sun, 10 Sep 2017 11:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13AEE1FC04D; Sun, 10 Sep 2017 11:15:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D95501FC04D for ; Sun, 10 Sep 2017 11:15:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD7083416D3 for ; Sun, 10 Sep 2017 11:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FA719064 for ; Sun, 10 Sep 2017 11:15:35 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1505042120.8131df58f16e7c2bd7e7251ce762fcb7cf973125.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyrings_alt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyrings_alt/Manifest dev-python/keyrings_alt/keyrings_alt-2.3.ebuild X-VCS-Directories: dev-python/keyrings_alt/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8131df58f16e7c2bd7e7251ce762fcb7cf973125 X-VCS-Branch: master Date: Sun, 10 Sep 2017 11:15:35 +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: 7dfb3420-93df-4553-9b21-3c28633e8006 X-Archives-Hash: bfaa9c9ef5bdb13b9fc0ba1f456044cf commit: 8131df58f16e7c2bd7e7251ce762fcb7cf973125 Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 10 11:15:20 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 10 11:15:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8131df58 dev-python/keyrings_alt: Version bump to 2.3 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/keyrings_alt/Manifest | 1 + dev-python/keyrings_alt/keyrings_alt-2.3.ebuild | 49 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/dev-python/keyrings_alt/Manifest b/dev-python/keyrings_alt/Manifest index 2a2d678bcb6..73f531a5cdf 100644 --- a/dev-python/keyrings_alt/Manifest +++ b/dev-python/keyrings_alt/Manifest @@ -1 +1,2 @@ DIST keyrings.alt-2.2.tar.gz 26121 SHA256 f438bd6e9f1b413b8926b0568fc8aaf2f773fa5b75fed4fb49091c5b32ad85a6 SHA512 28d29c1f3f0a9612baa61d4506f0ac0782105a0c04ca2d9be63bd3106c82c2478487a42f2d5396d2f5e5d7205ae4f2d43221dba6ce6587e6e807d597984c833b WHIRLPOOL 0b21017adda12d7f5390b4be8e58936890fe44825b82c31e709e0926739d847e2160c1389b47632dfd48df2c501f7c219463372cc5b78875281f50c7d442a18d +DIST keyrings.alt-2.3.tar.gz 26170 SHA256 5cb9b6cdb5ce5e8216533e342d3e1b418ddd210466834061966d7dc1a4736f2d SHA512 593194f0b3e64ebab9950b1ee674e43afecf6410110e7c683cdccaa121eaaff864ef07763363c0b0ac25b94e913d6ba2e1bb1ebb428ba14e81e3c29335b81807 WHIRLPOOL 1d9dad28ed5aaa5e71647a578f75659146397a8fb97840d1307976f6a585b414402b0f98dac8a9d6e5d969eedc6ea752cee75192a8ed670300245c2feb0cc939 diff --git a/dev-python/keyrings_alt/keyrings_alt-2.3.ebuild b/dev-python/keyrings_alt/keyrings_alt-2.3.ebuild new file mode 100644 index 00000000000..bd8c4920143 --- /dev/null +++ b/dev-python/keyrings_alt/keyrings_alt-2.3.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) + +inherit distutils-r1 + +MY_PN="${PN/_/.}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Alternate keyring implementations" +HOMEPAGE="https://github.com/jaraco/keyrings.alt https://pypi.python.org/pypi/keyrings.alt" +SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] + test? ( + >=dev-python/fs-0.5[${PYTHON_USEDEP}] + =dev-python/pytest-2.8[${PYTHON_USEDEP}] + )" + +S=${WORKDIR}/${MY_P} + +# Multiple failures +RESTRICT=test + +python_prepare_all() { + sed \ + -e "s:find_packages():find_packages(exclude=['tests']):g" \ + -i setup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + py.test -v -v || die +}