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 D5C931382C5 for ; Sun, 11 Apr 2021 11:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD5A0E09D8; Sun, 11 Apr 2021 11:23:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4E155E09DA for ; Sun, 11 Apr 2021 11:23:19 +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 26FA8340CE2 for ; Sun, 11 Apr 2021 11:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EC5771D for ; Sun, 11 Apr 2021 11:23:14 +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: <1618140188.84ab05907f451eac7075e95fa31eedbe33b1f248.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/openpyxl/Manifest dev-python/openpyxl/openpyxl-3.0.6.ebuild X-VCS-Directories: dev-python/openpyxl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 84ab05907f451eac7075e95fa31eedbe33b1f248 X-VCS-Branch: master Date: Sun, 11 Apr 2021 11:23:14 +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: 406e6250-07fb-4c78-a550-15b954478214 X-Archives-Hash: 0b54c030d3b5d12ed19a19f38239f581 commit: 84ab05907f451eac7075e95fa31eedbe33b1f248 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 11 11:21:28 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 11 11:23:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ab0590 dev-python/openpyxl: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/openpyxl/Manifest | 1 - dev-python/openpyxl/openpyxl-3.0.6.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest index f0e0fedf961..d0fd254c309 100644 --- a/dev-python/openpyxl/Manifest +++ b/dev-python/openpyxl/Manifest @@ -1,2 +1 @@ -DIST openpyxl-3.0.6.tar.bz2 2423464 BLAKE2B 205db09634730a1da6c24bc8c407b2f3deeac712b4c2cbe69796c538c6911ccb3e7e003617ab9563df12a74d6ca9fb2b1b83d8d75f3b91c168d2053a14c15d66 SHA512 6996800c54746dc41b902cbea378181cdab5db916fd6863c673df25f84f71de67019e34d0034231d7c588bf56be3f8e16b3a52c198dcbe74465d0b088090c24a DIST openpyxl-3.0.7.tar.bz2 2426608 BLAKE2B 5ce0a34ea4ec8f33da2224555f3d681c4cfa2145f4cba10ed182044e6a6d69ce61c500c51a26db7ded2a3a0e778d0d8e2bd996c3852732f565501f233b145db7 SHA512 bd697c353d0a9fe66a7947dc0f51530b8419e39b36833e5322cca544fafcbd6aba36e42e53c1a1672f44b3940de9b91417bc58955c87257b7b82782c480ef738 diff --git a/dev-python/openpyxl/openpyxl-3.0.6.ebuild b/dev-python/openpyxl/openpyxl-3.0.6.ebuild deleted file mode 100644 index d24e9796e58..00000000000 --- a/dev-python/openpyxl/openpyxl-3.0.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Pure python reader and writer of Excel OpenXML files" -HOMEPAGE="https://openpyxl.readthedocs.io/en/stable/" -# Upstream doesn't want to include tests in PyPI tarballs -SRC_URI="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" - -RDEPEND=" - dev-python/jdcal[${PYTHON_USEDEP}] - dev-python/et_xmlfile[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg] - )" - -distutils_enable_sphinx doc -distutils_enable_tests pytest