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 BC000139694 for ; Wed, 3 May 2017 07:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1098EE0E51; Wed, 3 May 2017 07:38:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4999E0E4E for ; Wed, 3 May 2017 07:38:00 +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 1EC273416C5 for ; Wed, 3 May 2017 07:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2591A745D for ; Wed, 3 May 2017 07:37:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493797058.efac5c3de8dc0c379e7403a073daceb3da26b9aa.mgorny@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 X-VCS-Directories: dev-python/cycler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: efac5c3de8dc0c379e7403a073daceb3da26b9aa X-VCS-Branch: master Date: Wed, 3 May 2017 07:37:47 +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: 5a5468b5-fc07-4e29-8a6c-19313bd27047 X-Archives-Hash: fdf7a36b8824ef838efc32b27ca9112e commit: efac5c3de8dc0c379e7403a073daceb3da26b9aa Author: Michał Górny gentoo org> AuthorDate: Wed May 3 06:45:32 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 3 07:37:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efac5c3d dev-python/cycler: Clean old versions up dev-python/cycler/Manifest | 1 - dev-python/cycler/cycler-0.9.0.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest index 1613634b434..8f6e2dda957 100644 --- a/dev-python/cycler/Manifest +++ b/dev-python/cycler/Manifest @@ -1,2 +1 @@ DIST cycler-0.10.0.tar.gz 16553 SHA256 cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8 SHA512 b7d2ba19861ffaf4dea0444bfe68b5a6264a022d7b3f02c9ff5e5859e3901de12a90f8dc7469e995e09c418515b3df55dbf05a0cfe5368d40790a2c878a74819 WHIRLPOOL 59c42f5b1d3fcf917cd19d8a9365614f07257d74135d8ee7dc231599bc600d1cf9e0c9a6e822c8aa1a932a31603e2a044b61143d648138e7e549d46a2f1b58f6 -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 deleted file mode 100644 index a0eb2c47da4..00000000000 --- a/dev-python/cycler/cycler-0.9.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 - -MY_PN="Cycler" - -DESCRIPTION="Composable style cycles" -HOMEPAGE=" - http://tacaswell.github.io/cycler/ - https://pypi.python.org/pypi/Cycler/ - https://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 ~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 -}