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 3FB33139694 for ; Tue, 2 May 2017 11:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 744BD21C054; Tue, 2 May 2017 11:58:29 +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 4D0C921C054 for ; Tue, 2 May 2017 11:58:29 +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 285A034164B for ; Tue, 2 May 2017 11:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E883744B for ; Tue, 2 May 2017 11:58:26 +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: <1493726289.2104fac6f5560038481473465e8a7acd79ffb1d5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xlutils/Manifest dev-python/xlutils/xlutils-1.5.2-r1.ebuild X-VCS-Directories: dev-python/xlutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2104fac6f5560038481473465e8a7acd79ffb1d5 X-VCS-Branch: master Date: Tue, 2 May 2017 11:58:26 +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: 65686211-5ba6-46bf-8eff-4544900f1b1e X-Archives-Hash: 756bad95e170f12d98ae7b9bd87bdaa2 commit: 2104fac6f5560038481473465e8a7acd79ffb1d5 Author: Michał Górny gentoo org> AuthorDate: Tue May 2 11:11:18 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 11:58:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2104fac6 dev-python/xlutils: Clean old versions up dev-python/xlutils/Manifest | 1 - dev-python/xlutils/xlutils-1.5.2-r1.ebuild | 32 ------------------------------ 2 files changed, 33 deletions(-) diff --git a/dev-python/xlutils/Manifest b/dev-python/xlutils/Manifest index ed789fa27eb..7c85f514abf 100644 --- a/dev-python/xlutils/Manifest +++ b/dev-python/xlutils/Manifest @@ -1,2 +1 @@ -DIST xlutils-1.5.2.tar.gz 48579 SHA256 5b8f2bc41983722a63009c0ab6216227d6bbc0a0f945c9cab33cd1ebac7666d0 SHA512 5611b08516ebcfc08f43b7b5a793c0d53c9e0dfe12b597ea318f10e794d323f87b07df0f96f58b1d4542feb7339ab7c6527c956c7a7af7d8554e41dad85c63d8 WHIRLPOOL 7a1cc3ac03fbcd1c768de6a259adaaf33ca7827af8afc3d11fe03ba462797c0e173071214fbb791d497afb6ffe6577c9eca7a41577da2c51acdc88014d4587d4 DIST xlutils-1.7.1.tar.gz 62278 SHA256 cdbde90603d626a45bf36d45368e5b83484b545d230fc91f10fad89b2d766384 SHA512 196ec5cf99e7ad5a612c455e4e293461ac89e6e93c28790e34dcce544c8689a9ab122e37458d3b6ff24137c3646607fa8768ab3a4c2fa4a3e2e59e0ac05d675a WHIRLPOOL 769fb30efd2294e3c0205d4134532af5b8633a3566a819cc58a4104d1a4fc4f93a92de1dbc7aa4da7e86a28fb176e65aba3e75f534f12a2e5732057cb5c62d22 diff --git a/dev-python/xlutils/xlutils-1.5.2-r1.ebuild b/dev-python/xlutils/xlutils-1.5.2-r1.ebuild deleted file mode 100644 index 79d3dd9da7d..00000000000 --- a/dev-python/xlutils/xlutils-1.5.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="provides a collection of utilities for working with Excel files" -HOMEPAGE="https://pypi.python.org/pypi/xlutils" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=">=dev-python/xlwt-0.7.3[${PYTHON_USEDEP}] - >=dev-python/xlrd-0.7.7[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/errorhandler[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - >=dev-python/testfixtures-1.6.1[${PYTHON_USEDEP}] )" - -DOCS="xlutils/readme.txt xlutils/docs/*.txt" - -python_test() { - py.test xlutils/tests -}