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: Tue, 02 May 2017 11:59:13
Message-Id: 1493726296.ac6ad2a28ac098b0bc1eca5344071c0098e5a79b.mgorny@gentoo
1 commit: ac6ad2a28ac098b0bc1eca5344071c0098e5a79b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 11:17:52 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 11:58:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6ad2a2
7
8 dev-python/pyramid: Clean old versions up
9
10 dev-python/pyramid/Manifest | 2 --
11 dev-python/pyramid/pyramid-1.5.2.ebuild | 45 ---------------------------------
12 dev-python/pyramid/pyramid-1.5.4.ebuild | 45 ---------------------------------
13 3 files changed, 92 deletions(-)
14
15 diff --git a/dev-python/pyramid/Manifest b/dev-python/pyramid/Manifest
16 index 112ec9f84ea..c50399674db 100644
17 --- a/dev-python/pyramid/Manifest
18 +++ b/dev-python/pyramid/Manifest
19 @@ -1,4 +1,2 @@
20 DIST pyramid-1.5.1.tar.gz 2401767 SHA256 2fe0b4012f10444682acc0df3b9cb85c7cfff2508ba5cbe6db83f5f14b510d86 SHA512 70b04111020d0f02ef21c52c44d7b6a5e78d198daee0068921df048bcae8b07567aee05d57f1a9e7329ef418116a0f7682aee30c6f785a4d1ec847e2519e7cc5 WHIRLPOOL 16e17ccba24f6a76c4ef0f2e361580e832c6450f453f88229bf1204cd123719e08e8565bb46d8b0bef5b395af2dfa87cb7ac7a9dc0dc9a0cc2d019490716e151
21 -DIST pyramid-1.5.2.tar.gz 2422156 SHA256 12057e63c9c99f88bc71af12f00a5e2c934221122baf582c7365361cba45bdcc SHA512 531d68fb480cf1420e069025537968abebc17bed98bf25e9993b8c744a12c5031df4b9b09e6f775bb1176f305f2e2c8ddb176ff43d1b34a10f2181df74fac8b8 WHIRLPOOL 785706946338dee67c7472c8d0b97fea86b8695d2efe7da93c483acf6476e5501269732a24b1cec50e1b9bf723edab44e437785cfd833bd3263c0207bc4f3ad9
22 -DIST pyramid-1.5.4.tar.gz 2678373 SHA256 39c48570595cfdb38227552a9e2858e62cc45ced4db94cf9b136cd823acda19f SHA512 2c2f9f42c64a4c184bb743005f7ba2f7fce2409e35c7db3e683852f6c93e44dea26d082c88727a44bdde253e6648cfb95169f6f5615d2d17bccd4b4113e0361f WHIRLPOOL bebd849ce1a116f7b04d2b5f3fb71ab5fe964e50a16a576d91c5509f7dd3f5312b4d9d174d0369d2d7db2f2c363e8caa594bb23249f59b11bfd80eed9e2d6245
23 DIST pyramid-1.5.7.tar.gz 2678474 SHA256 c1302d5ccb6833e8794ddb649aa9bb64d86c05adb127c93e329f8863907449b4 SHA512 32b0d4b85bf0f471b7c08ac7353f2859284ee7bb2451b68429074fb5f954e0e02d7bc4bdd86f843d6a5304b56a418e698d614806bbfd09dda9a608db88c25949 WHIRLPOOL 2c12aab5e91eede072f0b45b510699f048f9848753cf134e21dcb775b0f2fa96c815d1573cd11b67afa76f401bdab230b67fe1a24a8a861708309d8b26308619
24
25 diff --git a/dev-python/pyramid/pyramid-1.5.2.ebuild b/dev-python/pyramid/pyramid-1.5.2.ebuild
26 deleted file mode 100644
27 index 15cb0026055..00000000000
28 --- a/dev-python/pyramid/pyramid-1.5.2.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python{2_7,3_4} )
36 -
37 -inherit distutils-r1
38 -
39 -RESTRICT="test" # Can't package dependencies
40 -
41 -DESCRIPTION="A small open source Python web framework"
42 -HOMEPAGE="http://www.pylonsproject.org/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="repoze"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -#IUSE="test"
50 -# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
51 -
52 -RDEPEND="
53 - dev-python/chameleon[${PYTHON_USEDEP}]
54 - dev-python/mako[${PYTHON_USEDEP}]
55 - dev-python/webob[${PYTHON_USEDEP}]
56 - dev-python/repoze-lru[${PYTHON_USEDEP}]
57 - dev-python/mako[${PYTHON_USEDEP}]
58 - dev-python/zope-interface[${PYTHON_USEDEP}]
59 - dev-python/translationstring[${PYTHON_USEDEP}]
60 - dev-python/pastedeploy[${PYTHON_USEDEP}]
61 - dev-python/venusian[${PYTHON_USEDEP}]
62 - "
63 -DEPEND="${RDEPEND}
64 - dev-python/setuptools[${PYTHON_USEDEP}]
65 - "
66 - #test? ( dev-python/webtest[${PYTHON_USEDEP}]
67 - # dev-python/nose[${PYTHON_USEDEP}]
68 - # dev-python/coverage[${PYTHON_USEDEP}]
69 - # dev-python/virtualenv[${PYTHON_USEDEP}]
70 - # )
71 - #"
72 -
73 -python_test() {
74 - nosetests || die "Tests fail with ${EPYTHON}"
75 -}
76
77 diff --git a/dev-python/pyramid/pyramid-1.5.4.ebuild b/dev-python/pyramid/pyramid-1.5.4.ebuild
78 deleted file mode 100644
79 index 15cb0026055..00000000000
80 --- a/dev-python/pyramid/pyramid-1.5.4.ebuild
81 +++ /dev/null
82 @@ -1,45 +0,0 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=5
87 -PYTHON_COMPAT=( python{2_7,3_4} )
88 -
89 -inherit distutils-r1
90 -
91 -RESTRICT="test" # Can't package dependencies
92 -
93 -DESCRIPTION="A small open source Python web framework"
94 -HOMEPAGE="http://www.pylonsproject.org/"
95 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
96 -
97 -LICENSE="repoze"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -IUSE=""
101 -#IUSE="test"
102 -# tests would pull in dev-python/zope-deprecation with its deps - not a good idea
103 -
104 -RDEPEND="
105 - dev-python/chameleon[${PYTHON_USEDEP}]
106 - dev-python/mako[${PYTHON_USEDEP}]
107 - dev-python/webob[${PYTHON_USEDEP}]
108 - dev-python/repoze-lru[${PYTHON_USEDEP}]
109 - dev-python/mako[${PYTHON_USEDEP}]
110 - dev-python/zope-interface[${PYTHON_USEDEP}]
111 - dev-python/translationstring[${PYTHON_USEDEP}]
112 - dev-python/pastedeploy[${PYTHON_USEDEP}]
113 - dev-python/venusian[${PYTHON_USEDEP}]
114 - "
115 -DEPEND="${RDEPEND}
116 - dev-python/setuptools[${PYTHON_USEDEP}]
117 - "
118 - #test? ( dev-python/webtest[${PYTHON_USEDEP}]
119 - # dev-python/nose[${PYTHON_USEDEP}]
120 - # dev-python/coverage[${PYTHON_USEDEP}]
121 - # dev-python/virtualenv[${PYTHON_USEDEP}]
122 - # )
123 - #"
124 -
125 -python_test() {
126 - nosetests || die "Tests fail with ${EPYTHON}"
127 -}