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/hyper-h2/
Date: Wed, 03 May 2017 09:26:26
Message-Id: 1493803561.d1200e2ec5cb674d696e310af4caa48d5a880ab4.mgorny@gentoo
1 commit: d1200e2ec5cb674d696e310af4caa48d5a880ab4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 09:10:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 09:26:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1200e2e
7
8 dev-python/hyper-h2: Clean old versions up
9
10 dev-python/hyper-h2/Manifest | 3 --
11 dev-python/hyper-h2/hyper-h2-2.4.0.ebuild | 30 --------------------
12 dev-python/hyper-h2/hyper-h2-2.4.1.ebuild | 30 --------------------
13 dev-python/hyper-h2/hyper-h2-2.5.0.ebuild | 46 -------------------------------
14 4 files changed, 109 deletions(-)
15
16 diff --git a/dev-python/hyper-h2/Manifest b/dev-python/hyper-h2/Manifest
17 index 59bc6b0aea1..428c149ee27 100644
18 --- a/dev-python/hyper-h2/Manifest
19 +++ b/dev-python/hyper-h2/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST hyper-h2-2.4.0.tar.gz 77440 SHA256 c673efad0b8ee3c3c604375dd5e0c3dbc74f3c4e0385dae120d22b7d6f6ec301 SHA512 76835d6c97d4aed515b460bdbbcb8aea1ea061a416386cadf66a0e9b3c213a9ffe67948ce49b922d99e1895615a03159aa6aed198857e1ce73eb734b8bd9a016 WHIRLPOOL 9a5c1d313f53ee842403c77a8324aa432ff3d04d3d3737f6f7da83e5ff85e51ea6794419fa8886368cf34d4a7be3ff3b7ed19eb13a74ef8318fad738a71b9ef4
22 -DIST hyper-h2-2.4.1.tar.gz 78056 SHA256 a914161895f60a16d7049386c77f2eee72af7fd49b117856033906e16110c9f4 SHA512 f7a29350a3f31740acf6fc199fb5f3fa06d751abcfbf5a2742370c40c656417ccc659d49b9754e5faeb09ad121c362a478076af81325644d04473d56fc83b07a WHIRLPOOL 4917deb305cca78a6cc8fcfeb34e8f4ef8982c213edc7c3f242422e992d1105ccb151168ad7387fd53faca6061a693cf76f7cb3f91880470cd7bf03bb7a73b26
23 -DIST hyper-h2-2.5.0.tar.gz 92558 SHA256 6c1512798f2ec2f178b5eed80be3c5239145d23989a1ff3c7cc635ee679cc241 SHA512 f7141da1ce6bd7b27486a0f091c62fea6ccb6fad84bd97b024b611e4d76b7a056cee6a63c179268b324673671dd833981e00dc32c441f340f5c472828f6e62a2 WHIRLPOOL 5e7c5e8d5ab1491427abda81c8c133017cf0b35aaa2601b393c0a24844a7e7988efea1401a72ef08dca04d8e389c89a70272f13f48c90675a05aa9766afbcbb5
24 DIST hyper-h2-2.5.1.tar.gz 92713 SHA256 673937480f97ad5a1fc8d78ff937352083c82525905b0f631db841c776a91f76 SHA512 e82a7e6b592b43d74defbd4c729ad287ed019881f6ddf0d2dff9d3eb4fdba29cab8d988848ec64b693da77df5cbcacb06eecf1ecd77843c66c9eea8808fc949c WHIRLPOOL cc1d761bc636fcdb1d760c04676c50427d6a0940bf739244e738506982116338e108a4d2d2dc016127894d1dea842709a2f667239cdd9320e4f1fcc73e7c86bb
25 DIST hyper-h2-3.0.0.tar.gz 2203892 SHA256 67a48d035ffbc4535ddd5cad154ab9cb8511e4f7d1f1d87272616b9d2feb6e22 SHA512 bd878e4b27cf67b46ea8099d8ca86cb91d240520f91543bce777565016a3010ae6f62302aa8d498037b0f122079a6e45f175fc343ca99dfb3c1929566cf16ca3 WHIRLPOOL ac62582108cca422120d6f86e3353cd91a6c0e0ddde571b5e45f9db7089c03487456f15f88d14fbfdf039f074afe248175933ae96cc41a702f1a2621f254f379
26
27 diff --git a/dev-python/hyper-h2/hyper-h2-2.4.0.ebuild b/dev-python/hyper-h2/hyper-h2-2.4.0.ebuild
28 deleted file mode 100644
29 index 42ae05dc4ca..00000000000
30 --- a/dev-python/hyper-h2/hyper-h2-2.4.0.ebuild
31 +++ /dev/null
32 @@ -1,30 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
38 -
39 -inherit distutils-r1
40 -
41 -MY_PN="h2"
42 -
43 -DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
44 -HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2"
45 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
50 -IUSE=""
51 -
52 -DEPEND="
53 - >=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}]
54 - <dev-python/hyperframe-5.0.0[${PYTHON_USEDEP}]
55 - >=dev-python/hpack-2.2.0[${PYTHON_USEDEP}]
56 - <dev-python/hpack-3.0.0[${PYTHON_USEDEP}]
57 - $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' python2_7)
58 - $(python_gen_cond_dep '<dev-python/enum34-2.0.0[${PYTHON_USEDEP}]' python2_7)
59 -"
60 -RDEPEND="${DEPEND}"
61 -
62 -S=${WORKDIR}/${MY_PN}-${PV}
63
64 diff --git a/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild b/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild
65 deleted file mode 100644
66 index 42ae05dc4ca..00000000000
67 --- a/dev-python/hyper-h2/hyper-h2-2.4.1.ebuild
68 +++ /dev/null
69 @@ -1,30 +0,0 @@
70 -# Copyright 1999-2017 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=6
74 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
75 -
76 -inherit distutils-r1
77 -
78 -MY_PN="h2"
79 -
80 -DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
81 -HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2"
82 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
83 -
84 -LICENSE="MIT"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
87 -IUSE=""
88 -
89 -DEPEND="
90 - >=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}]
91 - <dev-python/hyperframe-5.0.0[${PYTHON_USEDEP}]
92 - >=dev-python/hpack-2.2.0[${PYTHON_USEDEP}]
93 - <dev-python/hpack-3.0.0[${PYTHON_USEDEP}]
94 - $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' python2_7)
95 - $(python_gen_cond_dep '<dev-python/enum34-2.0.0[${PYTHON_USEDEP}]' python2_7)
96 -"
97 -RDEPEND="${DEPEND}"
98 -
99 -S=${WORKDIR}/${MY_PN}-${PV}
100
101 diff --git a/dev-python/hyper-h2/hyper-h2-2.5.0.ebuild b/dev-python/hyper-h2/hyper-h2-2.5.0.ebuild
102 deleted file mode 100644
103 index 8cc25ebb271..00000000000
104 --- a/dev-python/hyper-h2/hyper-h2-2.5.0.ebuild
105 +++ /dev/null
106 @@ -1,46 +0,0 @@
107 -# Copyright 1999-2017 Gentoo Foundation
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
112 -
113 -inherit distutils-r1
114 -
115 -MY_PN="h2"
116 -
117 -DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
118 -HOMEPAGE="http://python-hyper.org/h2 https://pypi.python.org/pypi/h2"
119 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
120 -
121 -LICENSE="MIT"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
124 -IUSE="test"
125 -
126 -RDEPEND="
127 - >=dev-python/hyperframe-4.0.1[${PYTHON_USEDEP}]
128 - <dev-python/hyperframe-5.0.0[${PYTHON_USEDEP}]
129 - >=dev-python/hpack-2.2.0[${PYTHON_USEDEP}]
130 - <dev-python/hpack-3.0.0[${PYTHON_USEDEP}]
131 - $(python_gen_cond_dep '>=dev-python/enum34-1.0.4[${PYTHON_USEDEP}]' python2_7)
132 - $(python_gen_cond_dep '<dev-python/enum34-2.0.0[${PYTHON_USEDEP}]' python2_7)
133 -"
134 -DEPEND="${RDEPEND}
135 - test? (
136 - >=dev-python/pytest-2.9.2[${PYTHON_USEDEP}]
137 - >=dev-python/pytest-cov-2.3.0[${PYTHON_USEDEP}]
138 - >=dev-python/pytest-xdist-1.14.0[${PYTHON_USEDEP}]
139 - >=dev-python/hypothesis-3.4.2[${PYTHON_USEDEP}]
140 - )
141 -"
142 -
143 -S=${WORKDIR}/${MY_PN}-${PV}
144 -
145 -# missing files in tarball to run tests properly
146 -# upstream issue: https://github.com/python-hyper/hyper-h2/issues/371
147 -RESTRICT=test
148 -
149 -python_test() {
150 - PYTHONPATH="${S}/test:${BUILD_DIR}/lib" py.test -v || die "Tests failed under ${EPYTHON}"
151 - cd test
152 -}