From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1024719-garchives=archives.gentoo.org@lists.gentoo.org> 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 03B6C1382C5 for <garchives@archives.gentoo.org>; Fri, 18 May 2018 10:00:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E829AE094A; Fri, 18 May 2018 10:00:37 +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 BC58FE094A for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 10:00:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 568B2335C0C for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 10:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45A00275 for <gentoo-commits@lists.gentoo.org>; Fri, 18 May 2018 10:00:34 +0000 (UTC) From: "Aaron Swenson" <titanofold@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" <titanofold@gentoo.org> Message-ID: <1526637624.96d3c211caaf26df43ecb884cf20efa65e5e0879.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrsistent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyrsistent/Manifest dev-python/pyrsistent/pyrsistent-0.14.2.ebuild X-VCS-Directories: dev-python/pyrsistent/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 96d3c211caaf26df43ecb884cf20efa65e5e0879 X-VCS-Branch: master Date: Fri, 18 May 2018 10:00:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3983cdb-650f-4f9d-b5bc-e0bb6e6a0400 X-Archives-Hash: 2572a9f74708cad64eb52816b2283b7a commit: 96d3c211caaf26df43ecb884cf20efa65e5e0879 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org> AuthorDate: Fri May 18 10:00:24 2018 +0000 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org> CommitDate: Fri May 18 10:00:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d3c211 dev-python/pyrsistent: Bump to 0.14.2 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pyrsistent/Manifest | 1 + dev-python/pyrsistent/pyrsistent-0.14.2.ebuild | 37 ++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/pyrsistent/Manifest b/dev-python/pyrsistent/Manifest index d37948c4969..c3965959de4 100644 --- a/dev-python/pyrsistent/Manifest +++ b/dev-python/pyrsistent/Manifest @@ -1 +1,2 @@ DIST pyrsistent-0.13.0.tar.gz 96326 BLAKE2B 47388d7d48841c3a093c5309e20e92619b16c9f7c59a47929b8504a7e6aed803cb1fa07260ef8fbc5ebb4b243a52329a5a9976ca947c00243fc5dd3bc9e34e8a SHA512 6bfb657841382c4ad402c383cae5092b83e93a3dde0b905f6cb8ca8a50b8acbe0f3241e9cc50cb83892c0d59b13145764faa2a3db1eabecbe6606a35d07bb5ff +DIST pyrsistent-0.14.2.tar.gz 97650 BLAKE2B 343990acbd1cd566a410508514393b6e3c4cf074bb2f1bb46404cd64af05a7397c3abc357ecc29fc82b9fd390f567ba4fa4a3c9c6dd52045f40f28fc7eaa97f7 SHA512 06ae1b9d15ac72b09d2fdb80e28849a105cd6955f206472649996318c2dc9915f251d76908a913c02d5583e1e818ff456af496b13fe9b094c043cd2548b2b6d5 diff --git a/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild new file mode 100644 index 00000000000..8ad89c3eb6a --- /dev/null +++ b/dev-python/pyrsistent/pyrsistent-0.14.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Persistent/Functional/Immutable data structures" +HOMEPAGE="https://github.com/tobgu/pyrsistent/ https://pypi.org/project/pyrsistent/" +SRC_URI="mirror://pypi/${P: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 ~amd64-fbsd ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +# https://github.com/tobgu/pyrsistent/issues/ +# fails +#RESTRICT="test" + +python_test() { + export PYTHONPATH="${S}:${PYTHONPATH}" + py.test -v -v -x || die ${PYTHONPATH} +}