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/pyquery/
Date: Wed, 03 May 2017 06:15:08
Message-Id: 1493792088.24b8d6ccf2c0080dd7d58ddfa7c8398f2879d755.mgorny@gentoo
1 commit: 24b8d6ccf2c0080dd7d58ddfa7c8398f2879d755
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 20:23:22 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 06:14:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b8d6cc
7
8 dev-python/pyquery: Clean old versions up
9
10 dev-python/pyquery/Manifest | 2 --
11 dev-python/pyquery/pyquery-1.2.11.ebuild | 40 -----------------------------
12 dev-python/pyquery/pyquery-1.2.9-r1.ebuild | 41 ------------------------------
13 dev-python/pyquery/pyquery-1.2.9.ebuild | 40 -----------------------------
14 4 files changed, 123 deletions(-)
15
16 diff --git a/dev-python/pyquery/Manifest b/dev-python/pyquery/Manifest
17 index ac809747151..0fe9fe6991d 100644
18 --- a/dev-python/pyquery/Manifest
19 +++ b/dev-python/pyquery/Manifest
20 @@ -1,3 +1 @@
21 -DIST pyquery-1.2.11.tar.gz 43556 SHA256 4a832ba73bfba03486f5445c75993a26bf62d38d26ff5fcfbde06a7bd0087fc6 SHA512 56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d WHIRLPOOL 70efeec9e2c3b28656c2af8221c4e74794b3799ddddffc8d1e3bb4dd43e70ca8c932966d9e332fcfcb8df7b3f342c70b8cb11b8b1cc8354e9d88294053174f1c
22 DIST pyquery-1.2.13.tar.gz 44032 SHA256 fbc95cf422ac79fa00c5107a2f33dff7dd106d6de569493bd938881b75d42e49 SHA512 39a2bfe6f1eaefb6d1a78f73e5bdb4d12a9e223b26f6aff0f979ceaa68005ab08e41bdf11fe808489d22e0506e558621982dc59fa2164cd1e3d8168b0ef8ceb6 WHIRLPOOL 9dfaff7ee82e162bcf3c9ea9ee03320fafee158aabaeea8cd64fb592abf2386e81e240d1f966747707937c614e0164c9f73a70f480e2c6362da02805cee2c746
23 -DIST pyquery-1.2.9.zip 45289 SHA256 46c51eb878b787e814ee8f9737b0a62111034aeb4d1c06450ac5a8ea5a70e602 SHA512 f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05 WHIRLPOOL a57bb04402a3a8af98e7073d2b4e415a3e455bb67b4dc946831832f24339fe29fcd560123651abb3ae38c4ee9da3973638d27e064122702c0d1dd63d971fb67b
24
25 diff --git a/dev-python/pyquery/pyquery-1.2.11.ebuild b/dev-python/pyquery/pyquery-1.2.11.ebuild
26 deleted file mode 100644
27 index d3b9337a8a3..00000000000
28 --- a/dev-python/pyquery/pyquery-1.2.11.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
37 -
38 -inherit distutils-r1 eutils
39 -
40 -DESCRIPTION="A jQuery-like library for python"
41 -HOMEPAGE="https://github.com/gawel/pyquery"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
47 -IUSE="test"
48 -
49 -RDEPEND="
50 - >=dev-python/lxml-2.1[${PYTHON_USEDEP}]
51 - >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
52 - >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]
55 - app-arch/unzip
56 - test? ( ${RDEPEND}
57 - dev-python/beautifulsoup[${PYTHON_USEDEP}]
58 - dev-python/requests[${PYTHON_USEDEP}]
59 - dev-python/nose[${PYTHON_USEDEP}]
60 - dev-python/webtest[${PYTHON_USEDEP}]
61 - $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' 'python2_7') )"
62 -
63 -python_test() {
64 - # The suite, it appears, requires this hard setting of PYTHONPATH!
65 - PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}"
66 -}
67 -
68 -pkg_postinst() {
69 - optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup
70 -}
71
72 diff --git a/dev-python/pyquery/pyquery-1.2.9-r1.ebuild b/dev-python/pyquery/pyquery-1.2.9-r1.ebuild
73 deleted file mode 100644
74 index 45846edbdf0..00000000000
75 --- a/dev-python/pyquery/pyquery-1.2.9-r1.ebuild
76 +++ /dev/null
77 @@ -1,41 +0,0 @@
78 -# Copyright 1999-2017 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -
83 -PYTHON_COMPAT=( python{2_7,3_4} )
84 -
85 -inherit distutils-r1 eutils
86 -
87 -DESCRIPTION="A jQuery-like library for python"
88 -HOMEPAGE="https://github.com/gawel/pyquery"
89 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
90 -
91 -LICENSE="BSD"
92 -SLOT="0"
93 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
94 -IUSE="test"
95 -
96 -RDEPEND="
97 - >=dev-python/lxml-2.1[${PYTHON_USEDEP}]
98 - >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
99 - >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
100 -DEPEND="
101 - dev-python/setuptools[${PYTHON_USEDEP}]
102 - app-arch/unzip
103 - test? ( ${RDEPEND}
104 - dev-python/beautifulsoup:python-2[$(python_gen_usedep 'python2*')]
105 - dev-python/beautifulsoup:python-3[$(python_gen_usedep 'python3*')]
106 - dev-python/requests[${PYTHON_USEDEP}]
107 - dev-python/nose[${PYTHON_USEDEP}]
108 - dev-python/webtest[${PYTHON_USEDEP}]
109 - $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' 'python2_7') )"
110 -
111 -python_test() {
112 - # The suite, it appears, requires this hard setting of PYTHONPATH!
113 - PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}"
114 -}
115 -
116 -pkg_postinst() {
117 - optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup
118 -}
119
120 diff --git a/dev-python/pyquery/pyquery-1.2.9.ebuild b/dev-python/pyquery/pyquery-1.2.9.ebuild
121 deleted file mode 100644
122 index 77eceda8f23..00000000000
123 --- a/dev-python/pyquery/pyquery-1.2.9.ebuild
124 +++ /dev/null
125 @@ -1,40 +0,0 @@
126 -# Copyright 1999-2017 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=5
130 -
131 -PYTHON_COMPAT=( python{2_7,3_4} )
132 -
133 -inherit distutils-r1 eutils
134 -
135 -DESCRIPTION="A jQuery-like library for python"
136 -HOMEPAGE="https://github.com/gawel/pyquery"
137 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
138 -
139 -LICENSE="BSD"
140 -SLOT="0"
141 -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc64 ~s390 ~sh sparc x86"
142 -IUSE="test"
143 -
144 -RDEPEND="
145 - >=dev-python/lxml-2.1[${PYTHON_USEDEP}]
146 - >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}]
147 - >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]"
148 -DEPEND="
149 - dev-python/setuptools[${PYTHON_USEDEP}]
150 - app-arch/unzip
151 - test? ( ${RDEPEND}
152 - dev-python/beautifulsoup:python-2[$(python_gen_usedep 'python2*')]
153 - dev-python/beautifulsoup:python-3[$(python_gen_usedep 'python3*')]
154 - dev-python/requests[${PYTHON_USEDEP}]
155 - dev-python/nose[${PYTHON_USEDEP}]
156 - dev-python/webtest[${PYTHON_USEDEP}] )"
157 -
158 -python_test() {
159 - # The suite, it appears, requires this hard setting of PYTHONPATH!
160 - PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}"
161 -}
162 -
163 -pkg_postinst() {
164 - optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup
165 -}