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/foolscap/
Date: Tue, 02 May 2017 17:44:19
Message-Id: 1493747022.edfd10fc7376df500b11b45f207aedf8b8bd1a7c.mgorny@gentoo
1 commit: edfd10fc7376df500b11b45f207aedf8b8bd1a7c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 17:18:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 2 17:43:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfd10fc
7
8 dev-python/foolscap: Clean old versions up
9
10 dev-python/foolscap/Manifest | 2 --
11 dev-python/foolscap/foolscap-0.10.1.ebuild | 53 ----------------------------
12 dev-python/foolscap/foolscap-0.8.0.ebuild | 55 ------------------------------
13 3 files changed, 110 deletions(-)
14
15 diff --git a/dev-python/foolscap/Manifest b/dev-python/foolscap/Manifest
16 index bcef447e66a..5faac960221 100644
17 --- a/dev-python/foolscap/Manifest
18 +++ b/dev-python/foolscap/Manifest
19 @@ -1,4 +1,2 @@
20 -DIST foolscap-0.10.1.tar.gz 491548 SHA256 bd7c6ea98237a81622461398254528c9c791574fd283d1a1ed8e0e3f705b36f3 SHA512 94577c2ad95235aad955ea1bc435b23d8c460cc658179556b204333df81359e773e692befcb0546f003a62aae24cc5dcaa85c1a06fef52cb7e32cdcf820613f7 WHIRLPOOL 0b709c8d8bbb91e187f4fca7c67f7cae07df6e2c11a5b7e47e54e0abfbc06d61392b860ffbae42e9b236452e248875056b10e001eda060cc17f86856ba92444f
21 DIST foolscap-0.11.0.tar.gz 491916 SHA256 b6874de97eb08654362cce80317e68d203bcccf85e4eed613ef10a3cf4b1aa87 SHA512 577cd15e7f9207a9675999590cb1189edbdd77a2daee5cab80d66d40b1343bcb338a064eedf372ca7f8a102ed1cef0770923d6dea27dd6c3b37c0717cdc912e8 WHIRLPOOL 5ecc908bc46e1ab7ce8709351488111d187b71d85f6c59a5063eacb81b010e1925dd25f48341a775c6c1daa1a649613eb28822b588a8594187458ba76b2e1c6d
22 DIST foolscap-0.7.0.tar.gz 478999 SHA256 fba0e016079442c9e69e2752727a1307f4110a1c62319a059650b2ab044b29d8 SHA512 b2eb5415376d4e8e4ee3fd9ecef80a02d195d6b44059e5292c2daa7dcfdea9deafd8678ff89391128244a8d41fb6a69a92f9e4f07cc599f7358783dc8cb70f15 WHIRLPOOL 58bc4b34d36e1edfa3bbcadb6a16704820af8b6448bf09d6d5e95c23edf60f41481d6792fcae808c0bd8bb3f71b18ed794c0be00e77cc67f160cb3b026567384
23 -DIST foolscap-0.8.0.tar.gz 475062 SHA256 6ab49e8c52ee49597148802a877593ddb6ca9a63cb32eaae8bff2900667be1c9 SHA512 4f491ac1e35e76b7fcee5994312e34696921eb7a9b0913e919142fe2807e32aad5ddbbffec3bfe5e1f4333ec38e0ee607ea9cfe5007b385ab6a15ea913c80f45 WHIRLPOOL 5b8c26eb081cf211683d6a8ed3177267793fe2aa3258b2e6b381aaa4d367ae4c0fb61b0902a186874efad9d2150303378d4468c573992047ac0994998ba2f534
24
25 diff --git a/dev-python/foolscap/foolscap-0.10.1.ebuild b/dev-python/foolscap/foolscap-0.10.1.ebuild
26 deleted file mode 100644
27 index 5a4b05b9ddd..00000000000
28 --- a/dev-python/foolscap/foolscap-0.10.1.ebuild
29 +++ /dev/null
30 @@ -1,53 +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 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="RPC protocol for Twisted"
41 -HOMEPAGE="http://foolscap.lothar.com/trac https://pypi.python.org/pypi/foolscap"
42 -SRC_URI="http://${PN}.lothar.com/releases/${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
47 -IUSE="doc +ssl test"
48 -
49 -# setup.py stipulates >=twisted-core-2.5.0 but failures occur in testsuite under -15.x
50 -RDEPEND="
51 - dev-python/twisted-core[${PYTHON_USEDEP}]
52 - dev-python/twisted-web[${PYTHON_USEDEP}]
53 - dev-python/service_identity[${PYTHON_USEDEP}]
54 - ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
55 - "
56 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
57 - test? ( ${RDEPEND} )"
58 -
59 -python_test() {
60 - trial ${PN} || die "Tests fail for ${EPYTHON}"
61 -}
62 -
63 -python_compile_all() {
64 - local i;
65 - if use doc; then
66 - pushd doc > /dev/null
67 - mkdir build || die
68 - for i in ./*.rst
69 - do
70 - rst2html.py $i > ./build/${i/rst/html} || die
71 - done
72 - popd > /dev/null
73 - fi
74 -}
75 -
76 -python_test() {
77 - trial ${PN} || die "Tests fail for ${EPYTHON}"
78 -}
79 -
80 -python_install_all() {
81 - use doc && local HTML_DOCS=( doc/build/. )
82 - distutils-r1_python_install_all
83 -}
84
85 diff --git a/dev-python/foolscap/foolscap-0.8.0.ebuild b/dev-python/foolscap/foolscap-0.8.0.ebuild
86 deleted file mode 100644
87 index d7ac19171a9..00000000000
88 --- a/dev-python/foolscap/foolscap-0.8.0.ebuild
89 +++ /dev/null
90 @@ -1,55 +0,0 @@
91 -# Copyright 1999-2015 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=5
95 -
96 -PYTHON_COMPAT=( python2_7 )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="RPC protocol for Twisted"
101 -HOMEPAGE="http://foolscap.lothar.com/trac https://pypi.python.org/pypi/foolscap"
102 -SRC_URI="http://${PN}.lothar.com/releases/${P}.tar.gz"
103 -
104 -LICENSE="MIT"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
107 -IUSE="doc +ssl test"
108 -
109 -# setup.py stipulates >=twisted-core-2.5.0 but failures occur in testsuite under -15.x
110 -RDEPEND="
111 - >=dev-python/twisted-core-2.5.0[${PYTHON_USEDEP}]
112 - <dev-python/twisted-core-15.0.0[${PYTHON_USEDEP}]
113 - >=dev-python/twisted-web-2.5.0[${PYTHON_USEDEP}]
114 - <dev-python/twisted-web-15.0.0[${PYTHON_USEDEP}]
115 - dev-python/service_identity[${PYTHON_USEDEP}]
116 - ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
117 - "
118 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
119 - test? ( ${RDEPEND} )"
120 -
121 -python_test() {
122 - trial ${PN} || die "Tests fail for ${EPYTHON}"
123 -}
124 -
125 -python_compile_all() {
126 - local i;
127 - if use doc; then
128 - pushd doc > /dev/null
129 - mkdir build || die
130 - for i in ./*.rst
131 - do
132 - rst2html.py $i > ./build/${i/rst/html} || die
133 - done
134 - popd > /dev/null
135 - fi
136 -}
137 -
138 -python_test() {
139 - trial ${PN} || die "Tests fail for ${EPYTHON}"
140 -}
141 -
142 -python_install_all() {
143 - use doc && local HTML_DOCS=( doc/build/. )
144 - distutils-r1_python_install_all
145 -}