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 6CED81384B4 for ; Wed, 30 Dec 2015 09:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 724E621C014; Wed, 30 Dec 2015 09:52:59 +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 DD66E21C014 for ; Wed, 30 Dec 2015 09:52:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B27FE3407B8 for ; Wed, 30 Dec 2015 09:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05F4CCB1 for ; Wed, 30 Dec 2015 09:52:55 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1451469160.b51b86d2af4acd314ed62b2c333b7af54402341e.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-collections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-collections/Manifest dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild dev-python/jaraco-collections/metadata.xml X-VCS-Directories: dev-python/jaraco-collections/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: b51b86d2af4acd314ed62b2c333b7af54402341e X-VCS-Branch: master Date: Wed, 30 Dec 2015 09:52:55 +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: b755af09-ca57-4d30-b632-ee89c73622e6 X-Archives-Hash: 6f9bc4252d6004b191bc15e3067bd0a0 commit: b51b86d2af4acd314ed62b2c333b7af54402341e Author: Louis Sautier gmail com> AuthorDate: Wed Dec 30 08:53:53 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Dec 30 09:52:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51b86d2 dev-python/jaraco-collections: needed as a new dep to dev-python/irc Package-Manager: portage-2.2.26 dev-python/jaraco-collections/Manifest | 1 + .../jaraco-collections-1.3.1.ebuild | 49 ++++++++++++++++++++++ dev-python/jaraco-collections/metadata.xml | 14 +++++++ 3 files changed, 64 insertions(+) diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest new file mode 100644 index 0000000..56ee04d --- /dev/null +++ b/dev-python/jaraco-collections/Manifest @@ -0,0 +1 @@ +DIST jaraco.collections-1.3.1.tar.gz 8616 SHA256 27e3d67f94372d70be25f46a48796441ca719aedbd4a411835e71e88455bbe66 SHA512 812fbb66543e204f09f4dc35fc43888b3e8e1cbbf4a2a0e75a0589286e1ee5b303dc30b93696d8fc952bb3dddab95d8ed5ddb09ad4511ad4e12069fb87a93386 WHIRLPOOL c8730e3bd1eb1950b523ce62e31f7e2d2fd46bacdcacd7c57b9b55f95cff51e025e47813af1777d362f83401822a4015fdd386e977bbbd26f9c1a130ff7aa65a diff --git a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild new file mode 100644 index 0000000..e54b66f --- /dev/null +++ b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) + +inherit distutils-r1 + +MY_PN="${PN/-/.}" +DESCRIPTION="Models and classes to supplement the stdlib collections module" +HOMEPAGE="https://github.com/jaraco/jaraco.collections" +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]" +RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}] +dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +python_prepare_all() { + if use test; then + if has_version "${CATEGORY}/${PN}"; then + die "Ensure $PN is not already installed or the test suite will fail" + elif ! has_version "dev-python/jaraco-text"; then + die "Ensure dev-python/jaraco-text is installed or the test suite will fail" + fi + fi + distutils-r1_python_prepare_all +} + +python_test() { + PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/jaraco-collections/metadata.xml b/dev-python/jaraco-collections/metadata.xml new file mode 100644 index 0000000..1844079 --- /dev/null +++ b/dev-python/jaraco-collections/metadata.xml @@ -0,0 +1,14 @@ + + + + proxy-maintainers + + sautier.louis@gmail.com + Louis Sautier + Proxied maintainer; set to assignee in all bugs + + + jaraco.collections + jaraco/jaraco.collections + +