Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spark-parser/
Date: Sun, 29 Dec 2019 08:53:29
Message-Id: 1577609565.bca5aaa8017fe9fdd6bbd71ff84b14dd527a6b7c.soap@gentoo
1 commit: bca5aaa8017fe9fdd6bbd71ff84b14dd527a6b7c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:52:45 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:52:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bca5aaa8
7
8 dev-python/spark-parser: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/spark-parser/Manifest | 2 --
14 .../spark-parser/spark-parser-1.5.1-r1.ebuild | 34 ----------------------
15 dev-python/spark-parser/spark-parser-1.6.0.ebuild | 34 ----------------------
16 3 files changed, 70 deletions(-)
17
18 diff --git a/dev-python/spark-parser/Manifest b/dev-python/spark-parser/Manifest
19 index 5b2199c9d57..c001b58e70b 100644
20 --- a/dev-python/spark-parser/Manifest
21 +++ b/dev-python/spark-parser/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST spark_parser-1.5.1.tar.gz 111933 BLAKE2B 2ad1045f17ddc2f8fc025ca7b1567db56ce519714b59374b4653d5bfc504d12192d9c6696fc7ff8fee8ef9fc4328fb629b6cd72d8d235f8187780dadef3c9039 SHA512 d46e4bf27b867e7e20e5d9d226d606428cc2173afdca27d5f8d26db2515a7ecb89b7a27cb091ff3d7d7c9cde748cc0e027b1f9212a2fc7b75144e156d16c8916
24 -DIST spark_parser-1.6.0.tar.gz 133871 BLAKE2B a7c57d77aa81430365c7e1156f35535b923e5f326adbffc4a7ddd2c270ce70749615ff94723825ffc0195c8d266ccf26e9e75c68b7bfdbe31e27210ab528c826 SHA512 56a89114b35449f0bcd34e2d8c6363d249b839395827fde791c0ec2e425f75a5e5e48d960a5a3c115ca4c7088ea720aba1be03c8b55611d14b18d07f9873a91c
25 DIST spark_parser-1.6.1.tar.gz 134114 BLAKE2B ec59af20c84e488a3211cc2d8ece8e89a70bacf52c0b3a28c78cd535fe33d5bcae45e86ee6da7e7b68c95782d1b79577a186a140f76b2255720f7bd7337dc161 SHA512 290069ebe37aa4d5dddacefe3a4d48607076990fe1f27f914d154fa48a5249cddd0c9d238b7e4c7a9a52ddfc054a3cd5639e52b618b5f4bc5b833c4e38b21c2b
26 DIST spark_parser-1.8.5.tar.gz 123974 BLAKE2B 29efbeb35592bdd95108b5289448a6530f3211b31afa32dbb66721d1d473c1a30abc8f4700a6dee6f9dfc47cdfb1de036fa9fdb4c783d7bed7274d29b69a2038 SHA512 12ca0ae14c39edb825067574931b005f85eb46ac2cfc8e2573169da1fb54b4247181b9d2cc8449ab9a0dbd45742d68e415fd766764ce708df620bd7288b18130
27
28 diff --git a/dev-python/spark-parser/spark-parser-1.5.1-r1.ebuild b/dev-python/spark-parser/spark-parser-1.5.1-r1.ebuild
29 deleted file mode 100644
30 index 1e2513ff479..00000000000
31 --- a/dev-python/spark-parser/spark-parser-1.5.1-r1.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 python3_5 pypy)
39 -
40 -inherit distutils-r1
41 -
42 -MY_PN="spark_parser"
43 -
44 -DESCRIPTION="An Early-Algorithm Context-free grammar Parser"
45 -HOMEPAGE="https://github.com/rocky/python-spark/ https://pypi.org/project/spark_parser/"
46 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND=""
55 -DEPEND="
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? (
58 - >=dev-python/nose-1.0[${PYTHON_USEDEP}]
59 - dev-python/mock[${PYTHON_USEDEP}]
60 - )
61 -"
62 -
63 -S="${WORKDIR}/${MY_PN}-${PV}"
64 -
65 -python_test() {
66 - emake check
67 -}
68
69 diff --git a/dev-python/spark-parser/spark-parser-1.6.0.ebuild b/dev-python/spark-parser/spark-parser-1.6.0.ebuild
70 deleted file mode 100644
71 index 03de6c2eca5..00000000000
72 --- a/dev-python/spark-parser/spark-parser-1.6.0.ebuild
73 +++ /dev/null
74 @@ -1,34 +0,0 @@
75 -# Copyright 1999-2019 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=6
79 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy)
80 -
81 -inherit distutils-r1
82 -
83 -MY_PN="spark_parser"
84 -
85 -DESCRIPTION="An Early-Algorithm Context-free grammar Parser"
86 -HOMEPAGE="https://github.com/rocky/python-spark/ https://pypi.org/project/spark_parser/"
87 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
88 -
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE="test"
93 -RESTRICT="!test? ( test )"
94 -
95 -RDEPEND=""
96 -DEPEND="
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? (
99 - >=dev-python/nose-1.0[${PYTHON_USEDEP}]
100 - dev-python/mock[${PYTHON_USEDEP}]
101 - )
102 -"
103 -
104 -S="${WORKDIR}/${MY_PN}-${PV}"
105 -
106 -python_test() {
107 - emake check
108 -}