From 084cbe8871c17803f2c46225594104adb2dcfeee Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 30 Aug 2021 07:51:39 +0200 Subject: dev-python/progress: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/progress/Manifest | 1 - dev-python/progress/progress-1.5.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 dev-python/progress/progress-1.5.ebuild (limited to 'dev-python/progress') diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest index 4985189a71c3..b7d992b9b40e 100644 --- a/dev-python/progress/Manifest +++ b/dev-python/progress/Manifest @@ -1,2 +1 @@ -DIST progress-1.5.tar.gz 5842 BLAKE2B 235f02edf0f010b4460d36b868be2df0cf4685f360de491f1649f14defffd3f1789c6c036c05b91007efac49cacbed3de5cb38fda3e21d0fd633279b2066c4f9 SHA512 a9bee3498746233f874da2d6509d052882d9592df69c223637279a1fae40174a4dc279b56a7558e95ed173b0d357ae07752501c577a3cb9c79e0f87095838896 DIST progress-1.6.tar.gz 7842 BLAKE2B 102f1ac481b5d5007d72b02f5451ad4bf7ef986be35034f68fc94108025ea274494d3d9fe56b9473c8ea6ca4abc2cfc458b453550d180fcf567f8a5c5feeafe6 SHA512 58a614bba5a7273a42ba5e9607b3a965fec17f26a4f24563d4c13679ea32b23dda7509c5da81a2a34bebeeedd91154d0457ab8dac95cc7a092add2567249cc94 diff --git a/dev-python/progress/progress-1.5.ebuild b/dev-python/progress/progress-1.5.ebuild deleted file mode 100644 index 134b02fc12c5..000000000000 --- a/dev-python/progress/progress-1.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Easy to use progress bars" -HOMEPAGE="https://pypi.org/project/progress/ https://github.com/verigak/progress/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="ISC" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" - -python_test() { - "${EPYTHON}" test_progress.py || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3-18-g5258