Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tqdm/
Date: Tue, 26 Jun 2018 18:16:12
Message-Id: 1530036929.70250e09981a673e4108bed42e7a64f07cfaee5f.pacho@gentoo
1 commit: 70250e09981a673e4108bed42e7a64f07cfaee5f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 18:15:29 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 18:15:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70250e09
7
8 dev-python/tqdm: Drop old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/tqdm/Manifest | 2 --
13 dev-python/tqdm/tqdm-4.19.4.ebuild | 25 -------------------------
14 dev-python/tqdm/tqdm-4.19.8.ebuild | 30 ------------------------------
15 3 files changed, 57 deletions(-)
16
17 diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
18 index 7457f13423e..e7e0223da70 100644
19 --- a/dev-python/tqdm/Manifest
20 +++ b/dev-python/tqdm/Manifest
21 @@ -1,4 +1,2 @@
22 DIST tqdm-4.10.0.tar.gz 615329 BLAKE2B 59cc8db43281a22cabfb895f81c3b6f3cf4e62e67e725ae0a7137497337fea492787f7154e99fa3601f39c1b2e4ddafa5911b6a80ebac6e4e4e7f3c6575d09d5 SHA512 5c7719e13f57cf7f42e81e2514ae4db5cf72b010ead25aa8bcd4ad0037e0a374bf353c15f43f4b64337142f3c2562b952b5e18aea70634c9b11d6b82af51546e
23 -DIST tqdm-4.19.4.tar.gz 72037 BLAKE2B 5f2ed14b6f72f16e141dd47d30559e694398420de97b7bea67e6cc10b75288a3829f206fe4b8e7965a95cb93a7bd2d70a073c35a310b0e94eca68600d0cf67b1 SHA512 56d1f2cd8f7a56964611f0399c6f8f6c64740428e38ebde6778397340b57787a3409de2755269c1a26db38cd85ddf3c90636a36d742eb2b51d8736e5ad6c5989
24 -DIST tqdm-4.19.8.tar.gz 73140 BLAKE2B 05147ed8458233808d30b8548b8b46fba0cd8ff117e085677418060a286e99ca5d6970e1dfd8e3206d1a95502f46afb27b528cc635ed98491f28668443184d86 SHA512 b375971384fba11ef8b73a504f1415795244324f2ba3e2fe9c5fdf4c367f070c0026e97bbb546c7bb20badd00a9755b910f3992fe4baf21365c162b7f3e48ecd
25 DIST tqdm-4.23.3.tar.gz 75941 BLAKE2B 9e5810765e8f7ea4f54b0f93f453d278d5ad4b1710f1476a6f00ff2e513789585e97dcd5a8331fe69d3593b18affd50bf9bf51cbaed29ecd68d4efad9318aa31 SHA512 40c853b7cf7611ba2ef7652417c0d42ea4392f5ea9cbe319dbb9e3dd063594e5c637fb5d13f77935fb9a034d395b28fa9480fec1c6cca1852644add4ac18cce8
26
27 diff --git a/dev-python/tqdm/tqdm-4.19.4.ebuild b/dev-python/tqdm/tqdm-4.19.4.ebuild
28 deleted file mode 100644
29 index 508bef40ecf..00000000000
30 --- a/dev-python/tqdm/tqdm-4.19.4.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Add a progress meter to your loops in a second"
43 -HOMEPAGE="https://github.com/tqdm/tqdm"
44 -SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE=""
50 -
51 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -RDEPEND="${DEPEND}"
53 -
54 -src_prepare() {
55 - sed -i -e "s#man/man1#share/man/man1#" setup.py || die
56 - distutils-r1_src_prepare
57 -}
58
59 diff --git a/dev-python/tqdm/tqdm-4.19.8.ebuild b/dev-python/tqdm/tqdm-4.19.8.ebuild
60 deleted file mode 100644
61 index fd3e7a7aba0..00000000000
62 --- a/dev-python/tqdm/tqdm-4.19.8.ebuild
63 +++ /dev/null
64 @@ -1,30 +0,0 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=6
69 -
70 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
71 -
72 -inherit distutils-r1
73 -
74 -DESCRIPTION="Add a progress meter to your loops in a second"
75 -HOMEPAGE="https://github.com/tqdm/tqdm"
76 -SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
77 -
78 -LICENSE="MIT"
79 -SLOT="0"
80 -KEYWORDS="~amd64 ~x86"
81 -IUSE="examples"
82 -
83 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
84 -RDEPEND="${DEPEND}"
85 -
86 -src_prepare() {
87 - sed -i -e "s#man/man1#share/man/man1#" setup.py || die
88 - distutils-r1_src_prepare
89 -}
90 -
91 -python_install_all() {
92 - use examples && dodoc -r examples
93 - distutils-r1_python_install_all
94 -}