Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markups/
Date: Fri, 05 Jan 2018 09:36:56
Message-Id: 1515144999.c59ef5f7a86f714650ee47cab0cf67e5ad19df99.mgorny@gentoo
1 commit: c59ef5f7a86f714650ee47cab0cf67e5ad19df99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 23:33:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 09:36:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59ef5f7
7
8 dev-python/markups: Clean old up
9
10 dev-python/markups/Manifest | 2 --
11 dev-python/markups/markups-0.2.4-r1.ebuild | 34 ------------------------------
12 dev-python/markups/markups-1.0.1.ebuild | 31 ---------------------------
13 3 files changed, 67 deletions(-)
14
15 diff --git a/dev-python/markups/Manifest b/dev-python/markups/Manifest
16 index db6c7eb4968..b5d383f994d 100644
17 --- a/dev-python/markups/Manifest
18 +++ b/dev-python/markups/Manifest
19 @@ -1,3 +1 @@
20 -DIST Markups-0.2.4.tar.gz 8827 BLAKE2B ac58b60afa1c1b98e5f3871fb4412e1e5c143882d5171e8a060bb5ea5ef70304bc2b00e8365f602253cd0d0f536110aac0f2972ad2d1104da18b45d2b965822e SHA512 369eda02474f723d694bc0518324afde9f5baef02719448abb420a77d58cf1543939e6d38aa1db531d4214dc4cd4c47b29d79fa7a23b33b4ae74b45ad2ec52c7
21 -DIST Markups-1.0.1.tar.gz 14894 BLAKE2B 4b97689573f62277d86a09cee6647ccb2e4e8e6c1e44fcf7a9c56edad58774c970c9d3c97aaa7a3564466b0633ade5cc7e81f6f29529c08c5ea2a8fa4a3729ff SHA512 f57f712f84413ed35f53643533d392e2164de02742e170f85fc4556094041ffa16ed1ff6d902bcafe996d22a4410e4c2794e4c96246fc06afbf878d6be85cf31
22 DIST Markups-2.0.0.tar.gz 16772 BLAKE2B 88091cbdb6dc5c7289561e4ff8d585335f13ece27ff62951d7356bb89b35e09b8eeafb960583f9dd5faa5fbe9cdb6961523a5314bca8c78e2f0f80514f28595a SHA512 8ccd348efea68678bfb7f47bd13da2729f95a5b5a8d44f11239dbb86b8224867cb1197e46d875ab9a0ba914be004bdc9aa6848b1e6549dc53b12e06040faaaae
23
24 diff --git a/dev-python/markups/markups-0.2.4-r1.ebuild b/dev-python/markups/markups-0.2.4-r1.ebuild
25 deleted file mode 100644
26 index 7c40377906c..00000000000
27 --- a/dev-python/markups/markups-0.2.4-r1.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI="5"
34 -
35 -PYTHON_COMPAT=( python2_7 python3_4 pypy )
36 -
37 -inherit distutils-r1
38 -
39 -MY_PN="Markups"
40 -MY_P=${MY_PN}-${PV}
41 -
42 -DESCRIPTION="A wrapper around various text markups"
43 -HOMEPAGE="https://pypi.python.org/pypi/Markups"
44 -SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86"
49 -
50 -S="${WORKDIR}"/${MY_P}
51 -
52 -DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
53 -RDEPEND="${DEPEND}"
54 -
55 -python_test() {
56 - pushd tests > /dev/null
57 - for test in test_*.py ; do
58 - local testName="$(echo ${test} | sed 's/test_\(.*\).py/\1/g')"
59 - einfo "Running test '${testName}' with '${EPYTHON}'."
60 - ${EPYTHON} ${test} || die "Test '${testName}' with '${EPYTHON}' failed."
61 - done
62 - popd tests > /dev/null
63 -}
64
65 diff --git a/dev-python/markups/markups-1.0.1.ebuild b/dev-python/markups/markups-1.0.1.ebuild
66 deleted file mode 100644
67 index 745a9abcb2c..00000000000
68 --- a/dev-python/markups/markups-1.0.1.ebuild
69 +++ /dev/null
70 @@ -1,31 +0,0 @@
71 -# Copyright 1999-2015 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI="5"
75 -
76 -PYTHON_COMPAT=( python2_7 python3_4 pypy )
77 -
78 -inherit distutils-r1
79 -
80 -MY_PN="Markups"
81 -MY_P=${MY_PN}-${PV}
82 -
83 -DESCRIPTION="A wrapper around various text markups"
84 -HOMEPAGE="
85 - http://pythonhosted.org/Markups/
86 - https://github.com/retext-project/pymarkups
87 - https://pypi.python.org/pypi/Markups"
88 -SRC_URI="mirror://pypi/M/${MY_PN}/${MY_P}.tar.gz"
89 -
90 -LICENSE="BSD"
91 -SLOT="0"
92 -KEYWORDS="~amd64 ~x86"
93 -
94 -S="${WORKDIR}"/${MY_P}
95 -
96 -DEPEND="dev-python/markdown[${PYTHON_USEDEP}]"
97 -RDEPEND="${DEPEND}"
98 -
99 -python_test() {
100 - ${EPYTHON} -m unittest discover -s tests -v || die
101 -}