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 74B4D1384B4 for ; Tue, 29 Dec 2015 23:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B4BD21C013; Tue, 29 Dec 2015 23:36:57 +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 B04CC21C011 for ; Tue, 29 Dec 2015 23:36:56 +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 AA20D3405BB for ; Tue, 29 Dec 2015 23:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04D40CF6 for ; Tue, 29 Dec 2015 23:36:51 +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: <1451432194.3c4bfbb6c333e40a763e0b09ed309e1af8fb5bb2.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-itertools/Manifest dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild dev-python/jaraco-itertools/metadata.xml X-VCS-Directories: dev-python/jaraco-itertools/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 3c4bfbb6c333e40a763e0b09ed309e1af8fb5bb2 X-VCS-Branch: master Date: Tue, 29 Dec 2015 23:36:51 +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: 5bb55906-9e3a-433e-8484-e98c096b1d75 X-Archives-Hash: f28e479df1bee1c06e2dd131ca141293 commit: 3c4bfbb6c333e40a763e0b09ed309e1af8fb5bb2 Author: Louis Sautier gmail com> AuthorDate: Tue Dec 29 22:10:59 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Dec 29 23:36:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4bfbb6 dev-python/jaraco-itertools: needed as a new dep to dev-python/irc Package-Manager: portage-2.2.26 dev-python/jaraco-itertools/Manifest | 1 + .../jaraco-itertools/jaraco-itertools-1.7.1.ebuild | 44 ++++++++++++++++++++++ dev-python/jaraco-itertools/metadata.xml | 14 +++++++ 3 files changed, 59 insertions(+) diff --git a/dev-python/jaraco-itertools/Manifest b/dev-python/jaraco-itertools/Manifest new file mode 100644 index 0000000..89a5624 --- /dev/null +++ b/dev-python/jaraco-itertools/Manifest @@ -0,0 +1 @@ +DIST jaraco.itertools-1.7.1.tar.gz 10224 SHA256 bf5c7bf22c930a0c5942e0850166b10c77bbb6286117ac2c619c78c86db97d7b SHA512 e149de3368137db4379d02858be0cbb3b6dc1e81cc06eb0f53064a55c8e25fb09b2b4387035dda29928bdf54e22d28c9d9744dfbd82a6cf4e4c90b5d42b31dfb WHIRLPOOL 7377baca4411fe8acaccf4cca763d5c47aebd62acb51e4380e0565c4b72785d439e8cee51887aa4ccde9fd0bf90ab4d824cb6878b4b7436552d120d8f5e5ea50 diff --git a/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild b/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild new file mode 100644 index 0000000..8a9f496 --- /dev/null +++ b/dev-python/jaraco-itertools/jaraco-itertools-1.7.1.ebuild @@ -0,0 +1,44 @@ +# 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="Additional functions used by other projects by developer jaraco" +HOMEPAGE="https://github.com/jaraco/jaraco.itertools" +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}] +dev-python/inflect[${PYTHON_USEDEP}] +dev-python/more-itertools[${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 && has_version "${CATEGORY}/${PN}"; then + die "Ensure $PN is not already installed or the test suite will fail" + fi + distutils-r1_python_prepare_all +} + +python_test() { + PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/jaraco-itertools/metadata.xml b/dev-python/jaraco-itertools/metadata.xml new file mode 100644 index 0000000..9961c85 --- /dev/null +++ b/dev-python/jaraco-itertools/metadata.xml @@ -0,0 +1,14 @@ + + + + proxy-maintainers + + sautier.louis@gmail.com + Louis Sautier + Proxied maintainer; set to assignee in all bugs + + + jaraco.itertools + jaraco/jaraco.itertools + +