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 863E813888F for ; Wed, 21 Oct 2015 13:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CB6221C063; Wed, 21 Oct 2015 13:41:33 +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 ED6B521C059 for ; Wed, 21 Oct 2015 13:41:31 +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 3F7C23408FF for ; Wed, 21 Oct 2015 13:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2FB1555 for ; Wed, 21 Oct 2015 13:41:27 +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: <1445434824.c4c12a8e7783217eb2a9bfb983b0fdb8a6848265.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cycler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cycler/Manifest dev-python/cycler/cycler-0.9.0.ebuild dev-python/cycler/metadata.xml X-VCS-Directories: dev-python/cycler/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c4c12a8e7783217eb2a9bfb983b0fdb8a6848265 X-VCS-Branch: master Date: Wed, 21 Oct 2015 13:41:27 +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: b4e499fa-978c-4466-b612-92082e26de81 X-Archives-Hash: 549b33155d534110f3cee88c76fc8f59 commit: c4c12a8e7783217eb2a9bfb983b0fdb8a6848265 Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 21 09:32:51 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 21 13:40:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c12a8e dev-python/cycler: New package, ebuild written by me Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/cycler/Manifest | 1 + dev-python/cycler/cycler-0.9.0.ebuild | 36 +++++++++++++++++++++++++++++++++++ dev-python/cycler/metadata.xml | 5 +++++ 3 files changed, 42 insertions(+) diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest new file mode 100644 index 0000000..6b92f82 --- /dev/null +++ b/dev-python/cycler/Manifest @@ -0,0 +1 @@ +DIST cycler-0.9.0.tar.gz 3472 SHA256 96dc4ddf27ef62c09990c6196ac1167685e89168042ec0ae4db586de023355bc SHA512 fc48d432eeeff4eb2f148cc3a07ac6affb422481d4d1405fbcb505442d64929ce1cfcbf4cac7e64ce3192b24991dadee591cd01ae8a6118e45d11d316064e6cb WHIRLPOOL 46cba5b7fe4a634ed1e847df90038da4fdeb0ce55ecc811a6adcb71f999417c862c79ff6499984c8bb6403e84f382984ffed6008fdd1b1807491adccc4d5499e diff --git a/dev-python/cycler/cycler-0.9.0.ebuild b/dev-python/cycler/cycler-0.9.0.ebuild new file mode 100644 index 0000000..932ca79 --- /dev/null +++ b/dev-python/cycler/cycler-0.9.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +MY_PN="Cycler" + +DESCRIPTION="Composable style cycles" +HOMEPAGE=" + http://tacaswell.github.io/cycler/ + https://pypi.python.org/pypi/Cycler/ + http://github.com/matplotlib/cycler" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" + +# Not shipped +# https://github.com/matplotlib/cycler/issues/21 +RESTRICT=test + +python_test() { + ${PYTHON} run_tests.py || die +} diff --git a/dev-python/cycler/metadata.xml b/dev-python/cycler/metadata.xml new file mode 100644 index 0000000..301d220 --- /dev/null +++ b/dev-python/cycler/metadata.xml @@ -0,0 +1,5 @@ + + + + python +