dev-python/tqdm: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 11 Jul 2018 13:16:54 +0000 (16:16 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 11 Jul 2018 13:16:54 +0000 (16:16 +0300)
Bug: https://bugs.gentoo.org/636384
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/tqdm/Manifest
dev-python/tqdm/tqdm-4.10.0.ebuild [deleted file]

index e7e0223da70db099d5c2591621d58ca28873cbfe..fc034c9de4ed904d965c309c761fba6d98336f7b 100644 (file)
@@ -1,2 +1 @@
-DIST tqdm-4.10.0.tar.gz 615329 BLAKE2B 59cc8db43281a22cabfb895f81c3b6f3cf4e62e67e725ae0a7137497337fea492787f7154e99fa3601f39c1b2e4ddafa5911b6a80ebac6e4e4e7f3c6575d09d5 SHA512 5c7719e13f57cf7f42e81e2514ae4db5cf72b010ead25aa8bcd4ad0037e0a374bf353c15f43f4b64337142f3c2562b952b5e18aea70634c9b11d6b82af51546e
 DIST tqdm-4.23.3.tar.gz 75941 BLAKE2B 9e5810765e8f7ea4f54b0f93f453d278d5ad4b1710f1476a6f00ff2e513789585e97dcd5a8331fe69d3593b18affd50bf9bf51cbaed29ecd68d4efad9318aa31 SHA512 40c853b7cf7611ba2ef7652417c0d42ea4392f5ea9cbe319dbb9e3dd063594e5c637fb5d13f77935fb9a034d395b28fa9480fec1c6cca1852644add4ac18cce8
diff --git a/dev-python/tqdm/tqdm-4.10.0.ebuild b/dev-python/tqdm/tqdm-4.10.0.ebuild
deleted file mode 100644 (file)
index 5858b25..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Add a progress meter to your loops in a second."
-HOMEPAGE="https://github.com/tqdm/tqdm"
-SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""