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/mistune/
Date: Mon, 24 Sep 2018 18:21:11
Message-Id: 1537813251.7d0b4149e7c9f43f38a7174ca5c0f9113a2d24b2.vdupras@gentoo
1 commit: 7d0b4149e7c9f43f38a7174ca5c0f9113a2d24b2
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 24 18:20:51 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 24 18:20:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0b4149
7
8 dev-python/mistune: remove old and vulnerable
9
10 Bug: https://bugs.gentoo.org/635270
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-python/mistune/Manifest | 2 --
14 dev-python/mistune/mistune-0.7.2.ebuild | 28 ----------------------------
15 dev-python/mistune/mistune-0.7.4.ebuild | 28 ----------------------------
16 3 files changed, 58 deletions(-)
17
18 diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
19 index 1b83d62e5b0..8bfe4fe11ec 100644
20 --- a/dev-python/mistune/Manifest
21 +++ b/dev-python/mistune/Manifest
22 @@ -1,3 +1 @@
23 -DIST mistune-0.7.2.tar.gz 48887 BLAKE2B 4ff0286483e593fcf5183bfed18b90c39b93dacdec3bba474d6959ec1da162dd75820707a8ed9985fff4c15fe88a12df6fb6af20b9a40de173acd7c0a6e02893 SHA512 9002bf83a368671389f05928f4f689064a1e415e54309259b6bbb7781b4bfddbbf834e2c63ed3271e1e6ec7b78c1665c7708177b9723433d1e2ad4b13ad903ca
24 -DIST mistune-0.7.4.tar.gz 49304 BLAKE2B 9426007f618e645832d4d73db29cdda63e8426c9e52bda06935b0003b3c4f0122b14ca893ef4adad96c7d2f4b8be777efb6862f5370bdb9b08394129fd22e7d0 SHA512 d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802
25 DIST mistune-0.8.3.tar.gz 58506 BLAKE2B a4b96162514ba1b82710c9264d9005f151943d525ff7e28a2fd4a92b16d4c90818715bf851573e25be203537a3059dbec1e86c75ec0ebd0a4b164303c06d7029 SHA512 fc0b6d53e7a62712b752bff77c2529750628e9e1eeec02603bd2c793f9b0a46efe31fe7a749c5d6aae3c591d74e43c45e450179650bfb57128fb0ec366de6aa3
26
27 diff --git a/dev-python/mistune/mistune-0.7.2.ebuild b/dev-python/mistune/mistune-0.7.2.ebuild
28 deleted file mode 100644
29 index 4e44d3a572b..00000000000
30 --- a/dev-python/mistune/mistune-0.7.2.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="The fastest markdown parser in pure Python"
43 -HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="BSD"
48 -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
49 -IUSE="test"
50 -
51 -RDEPEND=""
52 -DEPEND="${RDEPEND}
53 - dev-python/cython[$(python_gen_usedep 'python*')]
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
56 -"
57 -
58 -python_test() {
59 - nosetests || die
60 -}
61
62 diff --git a/dev-python/mistune/mistune-0.7.4.ebuild b/dev-python/mistune/mistune-0.7.4.ebuild
63 deleted file mode 100644
64 index 761ebf00d08..00000000000
65 --- a/dev-python/mistune/mistune-0.7.4.ebuild
66 +++ /dev/null
67 @@ -1,28 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="The fastest markdown parser in pure Python"
78 -HOMEPAGE="https://pypi.org/project/mistune/ https://github.com/lepture/mistune"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -SLOT="0"
82 -LICENSE="BSD"
83 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
84 -IUSE="test"
85 -
86 -RDEPEND=""
87 -DEPEND="${RDEPEND}
88 - dev-python/cython[$(python_gen_usedep 'python*')]
89 - dev-python/setuptools[${PYTHON_USEDEP}]
90 - test? ( dev-python/nose[${PYTHON_USEDEP}] )
91 -"
92 -
93 -python_test() {
94 - nosetests || die
95 -}