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 65719138334 for ; Fri, 27 Dec 2019 18:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34425E09BB; Fri, 27 Dec 2019 18:52:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11365E09BB for ; Fri, 27 Dec 2019 18:52:51 +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 A366134DC41 for ; Fri, 27 Dec 2019 18:52:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A1CA6 for ; Fri, 27 Dec 2019 18:52:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1577472755.ae9b7c8e28dbd9ca68714a60f705fd39b67330c9.soap@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.7.1.ebuild X-VCS-Directories: dev-python/xlutils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ae9b7c8e28dbd9ca68714a60f705fd39b67330c9 X-VCS-Branch: master Date: Fri, 27 Dec 2019 18:52:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fc49d01-2da4-403d-9461-f651d46c8bc4 X-Archives-Hash: 52cce1915d36422fedfb43512928cf4b commit: ae9b7c8e28dbd9ca68714a60f705fd39b67330c9 Author: David Seifert gentoo org> AuthorDate: Fri Dec 27 18:52:35 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 27 18:52:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9b7c8e dev-python/xlutils: Remove old Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/xlutils/Manifest | 1 - dev-python/xlutils/xlutils-1.7.1.ebuild | 34 --------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-python/xlutils/Manifest b/dev-python/xlutils/Manifest index 6eece5c3877..905cd18e180 100644 --- a/dev-python/xlutils/Manifest +++ b/dev-python/xlutils/Manifest @@ -1,2 +1 @@ -DIST xlutils-1.7.1.tar.gz 62278 BLAKE2B 5d90074a660ad15405d6a6e75e2da9a8eb45a7e516c70f4e0a1d34eb8db0d8a9b865ad0241d7d39719f77b1bcc4b3bea5e5ce358ebabc81b46a2ed6d4176ee58 SHA512 196ec5cf99e7ad5a612c455e4e293461ac89e6e93c28790e34dcce544c8689a9ab122e37458d3b6ff24137c3646607fa8768ab3a4c2fa4a3e2e59e0ac05d675a DIST xlutils-2.0.0.tar.gz 61614 BLAKE2B 51fde8ef1a0a88ecccfb3cfb332fe8a31101d29865cfa6201001d272db34a5f210e988ccb99ba00344f80dd457a5c91866af12061af9342d556953700cf02916 SHA512 7b6c39912a2b23d718b1aaac2f21770f1e5b156fdc7416f11d4a7e6b52195ffffb982aecb52b5571599eb4928c7e09bbfb20fdf2554f0c49c286b243e2fb3ea9 diff --git a/dev-python/xlutils/xlutils-1.7.1.ebuild b/dev-python/xlutils/xlutils-1.7.1.ebuild deleted file mode 100644 index 9bbfcb5a0ba..00000000000 --- a/dev-python/xlutils/xlutils-1.7.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# 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.org/project/xlutils/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" -RESTRICT="!test? ( 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/manuel[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - >=dev-python/testfixtures-1.6.1[${PYTHON_USEDEP}] )" - -DOCS="README.txt docs/*.txt" - -python_test() { - py.test -v xlutils/tests || die "Tests fail with ${EPYTHON}" -}