Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ply/
Date: Mon, 06 Feb 2017 03:48:18
Message-Id: 1486352281.7cad84de6719b1e383483827ac3a596647e9d903.polynomial-c@gentoo
1 commit: 7cad84de6719b1e383483827ac3a596647e9d903
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 03:38:01 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 03:38:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cad84de
7
8 dev-python/ply: Removed old.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/ply/Manifest | 2 --
13 dev-python/ply/ply-3.4-r1.ebuild | 41 -------------------------------------
14 dev-python/ply/ply-3.8.ebuild | 44 ----------------------------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-python/ply/Manifest b/dev-python/ply/Manifest
18 index 7d672c2..a3e3480 100644
19 --- a/dev-python/ply/Manifest
20 +++ b/dev-python/ply/Manifest
21 @@ -1,5 +1,3 @@
22 DIST ply-3.10.tar.gz 150926 SHA256 96e94af7dd7031d8d6dd6e2a8e0de593b511c211a86e28a9c9621c275ac8bacb SHA512 67fa60ea3fe2cafe165b7c105eb4b08c0c75c98720bbbb19da275215b333d3ce0742c90e558fbe97df396c6faaf85da744063728ab211651beae10e0cad01d44 WHIRLPOOL efcf25e904e1a511f659de720afb34b5ca85414285276232427ff5034be03321bd32fa7dec9e666480fc0d7df283412219f7c3d15ad3fb945275949d06731e31
23 -DIST ply-3.4.tar.gz 138342 SHA256 af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b SHA512 6f6ee528393ff83eff2530ca468caf12e4c89b817a38302738597f1478dd41758036c8f32f88f60d1a26e70d9cfceab5530ddcfd3f058c1ee722be95c27e6bcc WHIRLPOOL f2f58e2d0c1170d35554999ca643c102d6821a7535b5782ee7317a4100cf56b5648d643c274cefd66a7b484ae3a9e952bcf4b98d50e7fd1ff220853f982a2f4c
24 DIST ply-3.6.tar.gz 281690 SHA256 61367b9eb2f4b819f69ea116750305270f1df8859992c9e356d6a851f25a4b47 SHA512 1a408d7cd4cdc9d747154623672e6baaf37ad2190cb9d6d6a7c1e1cc3cb40f15547734441b8fc99ecd67d7804d767576bdf0ed219cc669bf3d0df37498c55c55 WHIRLPOOL 2868a0046519750a446b683a85966650407afc1ea32ab6d8209b46b280529ca6aa8c47816782020b4c90f6f92d4733dd07565b6518e20c7a036d743edc629496
25 -DIST ply-3.8.tar.gz 157286 SHA256 e7d1bdff026beb159c9942f7a17e102c375638d9478a7ecd4cc0c76afd8de0b8 SHA512 2c8cf0ee49ca6dec9ec8d5146e98885e871c26125fb5764988fbefae984ee94b4240f265762aaab26d6ec24989b35a4fd6905c3c0d14aac8a085e89b7d6159ef WHIRLPOOL f4258065a479033d2100c2fe9f725a8fbdfb278dabc71a6aa27d7846352dc11496cf34596a0ca0669ce72238702978f1c8a587313410218aa014b80bc98dec37
26 DIST ply-3.9.tar.gz 150750 SHA256 0d7e2940b9c57151392fceaa62b0865c45e06ce1e36687fd8d03f011a907f43e SHA512 c3beca6f70e9fdfd11f9fc7beb18efb03f0b32be3cdc949e96c4df3d060e7e9da3ee42d1f58f7a9225d333cb7864a4253fd3a9b75c496364276fe9969ebd7641 WHIRLPOOL bb8371a8a6c95770ba66fd60e1447110ca06fdd124800811c31d9012f99b31bd87cb7aedd0de3f900627135a10556438cc8e0f1a37818d4cea754aceec73f282
27
28 diff --git a/dev-python/ply/ply-3.4-r1.ebuild b/dev-python/ply/ply-3.4-r1.ebuild
29 deleted file mode 100644
30 index 5b27941..00000000
31 --- a/dev-python/ply/ply-3.4-r1.ebuild
32 +++ /dev/null
33 @@ -1,41 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python Lex-Yacc library"
44 -HOMEPAGE="http://www.dabeaz.com/ply/ https://pypi.python.org/pypi/ply"
45 -SRC_URI="http://www.dabeaz.com/ply/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
50 -IUSE="examples"
51 -
52 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
53 -RDEPEND=""
54 -
55 -# See bug #458648 for reference
56 -RESTRICT="test"
57 -
58 -DOCS=( ANNOUNCE CHANGES README TODO )
59 -
60 -python_test() {
61 - cp -r -l test "${BUILD_DIR}"/ || die
62 - cd "${BUILD_DIR}"/test || die
63 -
64 - local t
65 - for t in testlex.py testyacc.py; do
66 - "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}"
67 - done
68 -}
69 -
70 -python_install_all() {
71 - local HTML_DOCS=( doc/. )
72 - use examples && local EXAMPLES=( example/. )
73 - distutils-r1_python_install_all
74 -}
75
76 diff --git a/dev-python/ply/ply-3.8.ebuild b/dev-python/ply/ply-3.8.ebuild
77 deleted file mode 100644
78 index 155a69f..00000000
79 --- a/dev-python/ply/ply-3.8.ebuild
80 +++ /dev/null
81 @@ -1,44 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -# $Id$
85 -
86 -EAPI=5
87 -
88 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
89 -
90 -inherit distutils-r1
91 -
92 -DESCRIPTION="Python Lex-Yacc library"
93 -HOMEPAGE="http://www.dabeaz.com/ply/ https://pypi.python.org/pypi/ply"
94 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
95 -
96 -LICENSE="BSD"
97 -SLOT="0"
98 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris"
99 -IUSE="examples"
100 -
101 -RDEPEND=""
102 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
103 -
104 -DOCS=( ANNOUNCE CHANGES TODO )
105 -
106 -PATCHES=( "${FILESDIR}/3.6-picklefile-IOError.patch" )
107 -
108 -python_test() {
109 - cp -r -l test "${BUILD_DIR}"/ || die
110 - cd "${BUILD_DIR}"/test || die
111 -
112 - # Checks for pyc/pyo files
113 - local -x PYTHONDONTWRITEBYTECODE=
114 -
115 - local t
116 - for t in testlex.py testyacc.py; do
117 - "${PYTHON}" "${t}" || die "${t} fails with ${EPYTHON}"
118 - done
119 -}
120 -
121 -python_install_all() {
122 - local HTML_DOCS=( doc/. )
123 - use examples && local EXAMPLES=( example/. )
124 - distutils-r1_python_install_all
125 -}