Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycparser/
Date: Thu, 24 Sep 2015 11:50:43
Message-Id: 1443094635.1d2423422e0c82a58290fc2774a1983df76800f3.jlec@gentoo
1 commit: 1d2423422e0c82a58290fc2774a1983df76800f3
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 11:37:15 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 11:37:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d242342
7
8 dev-python/pycparser: Drop old
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pycparser/Manifest | 2 --
14 dev-python/pycparser/pycparser-2.12.ebuild | 34 ------------------------------
15 dev-python/pycparser/pycparser-2.13.ebuild | 34 ------------------------------
16 3 files changed, 70 deletions(-)
17
18 diff --git a/dev-python/pycparser/Manifest b/dev-python/pycparser/Manifest
19 index aef377f..b83f320 100644
20 --- a/dev-python/pycparser/Manifest
21 +++ b/dev-python/pycparser/Manifest
22 @@ -1,4 +1,2 @@
23 DIST pycparser-2.10.tar.gz 206166 SHA256 957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c SHA512 afe5079d6b0a39ea7f0df1ce74b1981c78d8687dbef50fb7a692395ca4a7e7a8119ec6abc0dfeb7a0535865ed2fac9dafca189bdbf6ff9205612205560e2d371 WHIRLPOOL 1b373997863001ba3b06376db1d175797c665ade273e75698edc3044713e411228f9f1c4daf0c61ffe01840d3d5e54a232fae729e42a8559e85b8db465e99b90
24 -DIST pycparser-2.12.tar.gz 297648 SHA256 da24c80aeb3c794ac64fe5503a01f65f13fece3e02513fd2e0761f93c96597b0 SHA512 7f46b3dbdf86115d58f0e467d3d4c80a32e56ebc6a6753417841e9e69ff537e1e0b86ab52816044048bf67522c5f32b53a5b9d6cd388da2fad48c6d2c897f945 WHIRLPOOL 8cebb9435f47cbe6cc63692789d5d7c6a6c8ce5bcff53f4c4647f55daa3816e6e3d1b9096dbaaf3ebab5a4bb4c81c9c1385b40cc85cb941c6ca541b8dc2d035e
25 -DIST pycparser-2.13.tar.gz 299363 SHA256 b399599a8a0e386bfcbc5e01a38d79dd6e926781f9e358cd5512f41ab7d20eb7 SHA512 273abaea4998c61fcc9a01cccf3d6a20dd0446ccbdd4caeaef2d11af0492c8b11f67ff412bacd2a6d6057b612e9b8fd78111f69a07728f8cbf53725810eab8d2 WHIRLPOOL 5f9f9d3f5ccf45aa73f479968a998edf773ff75d49ac6449cfaaafc9d5bd6692497af79bf15d0f2c766ae49af58f84eb4f1144a7be00ee2c73a1b990676ae2d6
26 DIST pycparser-2.14.tar.gz 223295 SHA256 7959b4a74abdc27b312fed1c21e6caf9309ce0b29ea86b591fd2e99ecdf27f73 SHA512 d5b9ab434a8944898ac23a4f51189db77b02b993bf3e3ca018852b117fc0eb43e460b156beaa5c1d631ad71c81e1649113e9fff7e33506b1e7d4de24d8b464c6 WHIRLPOOL 4a541ce696298a355d4e3325a10dffd47bd26756b0164da82b70090310edfacf0428ed9e26de7be7e3d4c2c952ee664262a212562852fe29f909ab0631bfd79f
27
28 diff --git a/dev-python/pycparser/pycparser-2.12.ebuild b/dev-python/pycparser/pycparser-2.12.ebuild
29 deleted file mode 100644
30 index 0d9b377..0000000
31 --- a/dev-python/pycparser/pycparser-2.12.ebuild
32 +++ /dev/null
33 @@ -1,34 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="5"
39 -
40 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
41 -
42 -inherit distutils-r1 vcs-snapshot
43 -
44 -DESCRIPTION="C parser and AST generator written in Python"
45 -HOMEPAGE="https://github.com/eliben/pycparser"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
51 -IUSE="test"
52 -
53 -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
54 -DEPEND="${RDEPEND}
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
57 -
58 -python_compile() {
59 - distutils-r1_python_compile
60 - pushd "${BUILD_DIR}/lib/pycparser" > /dev/null || die
61 - "${PYTHON}" _build_tables.py || die
62 - popd > /dev/null || die
63 -}
64 -
65 -python_test() {
66 - nosetests || die
67 -}
68
69 diff --git a/dev-python/pycparser/pycparser-2.13.ebuild b/dev-python/pycparser/pycparser-2.13.ebuild
70 deleted file mode 100644
71 index 0d9b377..0000000
72 --- a/dev-python/pycparser/pycparser-2.13.ebuild
73 +++ /dev/null
74 @@ -1,34 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI="5"
80 -
81 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
82 -
83 -inherit distutils-r1 vcs-snapshot
84 -
85 -DESCRIPTION="C parser and AST generator written in Python"
86 -HOMEPAGE="https://github.com/eliben/pycparser"
87 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0"
91 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
92 -IUSE="test"
93 -
94 -RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
95 -DEPEND="${RDEPEND}
96 - dev-python/setuptools[${PYTHON_USEDEP}]
97 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
98 -
99 -python_compile() {
100 - distutils-r1_python_compile
101 - pushd "${BUILD_DIR}/lib/pycparser" > /dev/null || die
102 - "${PYTHON}" _build_tables.py || die
103 - popd > /dev/null || die
104 -}
105 -
106 -python_test() {
107 - nosetests || die
108 -}