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/pyramid/
Date: Sat, 06 Jan 2018 00:44:37
Message-Id: 1515199458.b12ce2afbd514bd24f6bb1266b4fb6d6c3c50d32.mgorny@gentoo
1 commit: b12ce2afbd514bd24f6bb1266b4fb6d6c3c50d32
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 23:20:49 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 00:44:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12ce2af
7
8 dev-python/pyramid: Clean old up
9
10 dev-python/pyramid/Manifest | 2 --
11 dev-python/pyramid/pyramid-1.5.1.ebuild | 45 ------------------------------
12 dev-python/pyramid/pyramid-1.5.7-r1.ebuild | 38 -------------------------
13 3 files changed, 85 deletions(-)
14
15 diff --git a/dev-python/pyramid/Manifest b/dev-python/pyramid/Manifest
16 index 239074ac5ab..b0f2321408b 100644
17 --- a/dev-python/pyramid/Manifest
18 +++ b/dev-python/pyramid/Manifest
19 @@ -1,3 +1 @@
20 -DIST pyramid-1.5.1.tar.gz 2401767 BLAKE2B 046a57d5b8f572db46edbd8f7f80cbeab2eca860484a18cf23ccb26247c2ac470e113ad14a8ff872186e8f8bf25aa106014ed8c5520dbdac4a80eafb005d5212 SHA512 70b04111020d0f02ef21c52c44d7b6a5e78d198daee0068921df048bcae8b07567aee05d57f1a9e7329ef418116a0f7682aee30c6f785a4d1ec847e2519e7cc5
21 -DIST pyramid-1.5.7.tar.gz 2678474 BLAKE2B 0ea6a7fecec551520772e0df3619fe7f212d0c2ed969366569ff4eb28079f3ae554ecceb791d89ae893ddb7b718403768f1636aee63fd1849da38aa83c32eea9 SHA512 32b0d4b85bf0f471b7c08ac7353f2859284ee7bb2451b68429074fb5f954e0e02d7bc4bdd86f843d6a5304b56a418e698d614806bbfd09dda9a608db88c25949
22 DIST pyramid-1.5.8.tar.gz 2546802 BLAKE2B 71e19b01a5ebdd671ee12c9c71b5dc557b12db76db94ad238e9695e93cd3ecd53c83fbc6c143d298601ff328d353dea8c6eb557dd1edff80f02941cf75f19f19 SHA512 725f472245c03a50463d9e8946dbc71063ef46d58df8a41804d1c68bb0abe796f7fcd36f7c1708f8597a980f8cb308fbeec0bbad3f82c0e7d3eb449f6719fe16
23
24 diff --git a/dev-python/pyramid/pyramid-1.5.1.ebuild b/dev-python/pyramid/pyramid-1.5.1.ebuild
25 deleted file mode 100644
26 index 183fe915b6f..00000000000
27 --- a/dev-python/pyramid/pyramid-1.5.1.ebuild
28 +++ /dev/null
29 @@ -1,45 +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 -PYTHON_COMPAT=( python{2_7,3_4} )
35 -
36 -inherit distutils-r1
37 -
38 -RESTRICT="test" # Can't package dependencies
39 -
40 -DESCRIPTION="A small open source Python web framework"
41 -HOMEPAGE="http://www.pylonsproject.org/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="repoze"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -#IUSE="test"
49 -# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
50 -
51 -RDEPEND="
52 - dev-python/chameleon[${PYTHON_USEDEP}]
53 - dev-python/mako[${PYTHON_USEDEP}]
54 - dev-python/webob[${PYTHON_USEDEP}]
55 - dev-python/repoze-lru[${PYTHON_USEDEP}]
56 - dev-python/mako[${PYTHON_USEDEP}]
57 - dev-python/zope-interface[${PYTHON_USEDEP}]
58 - dev-python/translationstring[${PYTHON_USEDEP}]
59 - dev-python/pastedeploy[${PYTHON_USEDEP}]
60 - dev-python/venusian[${PYTHON_USEDEP}]
61 - "
62 -DEPEND="${RDEPEND}
63 - dev-python/setuptools[${PYTHON_USEDEP}]
64 - "
65 - #test? ( dev-python/webtest[${PYTHON_USEDEP}]
66 - # dev-python/nose[${PYTHON_USEDEP}]
67 - # dev-python/coverage[${PYTHON_USEDEP}]
68 - # dev-python/virtualenv[${PYTHON_USEDEP}]
69 - # )
70 - #"
71 -
72 -python_test() {
73 - nosetests || die "Tests fail with ${EPYTHON}"
74 -}
75
76 diff --git a/dev-python/pyramid/pyramid-1.5.7-r1.ebuild b/dev-python/pyramid/pyramid-1.5.7-r1.ebuild
77 deleted file mode 100644
78 index 99de90acd49..00000000000
79 --- a/dev-python/pyramid/pyramid-1.5.7-r1.ebuild
80 +++ /dev/null
81 @@ -1,38 +0,0 @@
82 -# Copyright 1999-2017 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -PYTHON_COMPAT=( python{2_7,3_4} )
87 -
88 -inherit distutils-r1
89 -
90 -DESCRIPTION="A small open source Python web framework"
91 -HOMEPAGE="http://www.pylonsproject.org/"
92 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
93 -
94 -LICENSE="repoze"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE="test"
98 -
99 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
100 - dev-python/chameleon[${PYTHON_USEDEP}]
101 - dev-python/mako[${PYTHON_USEDEP}]
102 - dev-python/webob[${PYTHON_USEDEP}]
103 - dev-python/repoze-lru[${PYTHON_USEDEP}]
104 - dev-python/mako[${PYTHON_USEDEP}]
105 - dev-python/zope-deprecation[${PYTHON_USEDEP}]
106 - dev-python/zope-interface[${PYTHON_USEDEP}]
107 - dev-python/translationstring[${PYTHON_USEDEP}]
108 - dev-python/pastedeploy[${PYTHON_USEDEP}]
109 - dev-python/venusian[${PYTHON_USEDEP}]"
110 -DEPEND="${RDEPEND}
111 - test? ( dev-python/webtest[${PYTHON_USEDEP}]
112 - $(python_gen_cond_dep \
113 - 'dev-python/zope-component[${PYTHON_USEDEP}]' \
114 - 'python2*' pypy)
115 - )"
116 -
117 -python_test() {
118 - esetup.py test
119 -}