summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-30 07:51:39 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-30 07:51:39 +0200
commit084cbe8871c17803f2c46225594104adb2dcfeee (patch)
tree0f8e44f98620492f961c606f1ee98da9dd48cea1 /dev-python
parentdev-python/pikepdf: Remove old (diff)
downloadgentoo-084cbe8871c17803f2c46225594104adb2dcfeee.tar.gz
gentoo-084cbe8871c17803f2c46225594104adb2dcfeee.tar.bz2
gentoo-084cbe8871c17803f2c46225594104adb2dcfeee.zip
dev-python/progress: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/progress/Manifest1
-rw-r--r--dev-python/progress/progress-1.5.ebuild20
2 files changed, 0 insertions, 21 deletions
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}"
-}