Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tablib/
Date: Sun, 09 Sep 2018 23:05:41
Message-Id: 1536534322.29c9ca0f414cef6a265ca254a98f86cfa045c5e4.vdupras@gentoo
1 commit: 29c9ca0f414cef6a265ca254a98f86cfa045c5e4
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 23:05:22 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 23:05:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c9ca0f
7
8 dev-python/tablib: remove old and vulnerable
9
10 Bug: https://bugs.gentoo.org/621884
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-python/tablib/Manifest | 1 -
14 dev-python/tablib/tablib-0.11.2.ebuild | 28 ----------------------------
15 dev-python/tablib/tablib-0.12.1.ebuild | 32 --------------------------------
16 3 files changed, 61 deletions(-)
17
18 diff --git a/dev-python/tablib/Manifest b/dev-python/tablib/Manifest
19 index 3a7a9e3c11e..dc32b7d2b2a 100644
20 --- a/dev-python/tablib/Manifest
21 +++ b/dev-python/tablib/Manifest
22 @@ -1,2 +1 @@
23 -DIST tablib-0.11.2.tar.gz 758287 BLAKE2B 103ffaa755d7066b19243075fc0069fd7fa256e77f21c5a972a2077633e69064bdb433e3784780d2ac5a439aae62fb94dd128af755714de1fcdd5be46e3cb446 SHA512 356bf308df7c3d7d20800814a945c83fc64e98fb859d180cf5d9455ec2634e0a20f0c6ed788a75117c7c3d7bd4cda319c2049ce760109d102b2cb9a0707fa4f2
24 DIST tablib-0.12.1.tar.gz 63420 BLAKE2B a4c4b2cd7f54045480fcac41ae55150ed903810de9f97df1a04ae74bdce16cd7c57027d38addbca8230a05ecd591290f2cdfe7736ccb02597a05cf7ffa0f5f4d SHA512 5207f59dab59f465584fc6c55d6322150f550c50f50a35d6901a39ed05a624a52dfdb5a9a9ddf0d6bc7285e5a3a4972c458895e4cc204a365c3df0d9ada0228a
25
26 diff --git a/dev-python/tablib/tablib-0.11.2.ebuild b/dev-python/tablib/tablib-0.11.2.ebuild
27 deleted file mode 100644
28 index faa0359f65e..00000000000
29 --- a/dev-python/tablib/tablib-0.11.2.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A format-agnostic tabular dataset library written in Python"
42 -HOMEPAGE="http://python-tablib.org/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -SLOT="0"
46 -LICENSE="MIT"
47 -KEYWORDS="amd64 x86"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - dev-python/ujson[${PYTHON_USEDEP}]
52 - dev-python/pyyaml[${PYTHON_USEDEP}]"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
56 -
57 -python_test() {
58 - py.test -v -v || die
59 -}
60
61 diff --git a/dev-python/tablib/tablib-0.12.1.ebuild b/dev-python/tablib/tablib-0.12.1.ebuild
62 deleted file mode 100644
63 index b715f7e1fde..00000000000
64 --- a/dev-python/tablib/tablib-0.12.1.ebuild
65 +++ /dev/null
66 @@ -1,32 +0,0 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=7
71 -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
72 -
73 -inherit distutils-r1
74 -
75 -DESCRIPTION="A format-agnostic tabular dataset library written in Python"
76 -HOMEPAGE="http://python-tablib.org/"
77 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="MIT"
81 -KEYWORDS="amd64 ~x86"
82 -IUSE="test"
83 -
84 -RDEPEND="
85 - dev-python/openpyxl[${PYTHON_USEDEP}]
86 - dev-python/pyyaml[${PYTHON_USEDEP}]
87 - dev-python/ujson[${PYTHON_USEDEP}]
88 - dev-python/xlrd[${PYTHON_USEDEP}]
89 - dev-python/xlwt[${PYTHON_USEDEP}]
90 -"
91 -DEPEND="
92 - dev-python/setuptools[${PYTHON_USEDEP}]
93 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )
94 -"
95 -
96 -python_test() {
97 - py.test -v -v || die
98 -}