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/waitress/, dev-python/waitress/files/
Date: Wed, 03 May 2017 06:15:08
Message-Id: 1493792090.ba086fb0f66b2f5a31ad119d1e50e9032c81261e.mgorny@gentoo
1 commit: ba086fb0f66b2f5a31ad119d1e50e9032c81261e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 2 20:31:14 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 06:14:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba086fb0
7
8 dev-python/waitress: Clean old versions up
9
10 dev-python/waitress/Manifest | 3 --
11 dev-python/waitress/files/waitress-0.8.9-doc.patch | 29 -------------
12 dev-python/waitress/waitress-0.8.10-r2.ebuild | 35 ----------------
13 dev-python/waitress/waitress-0.8.9.ebuild | 49 ----------------------
14 4 files changed, 116 deletions(-)
15
16 diff --git a/dev-python/waitress/Manifest b/dev-python/waitress/Manifest
17 index e4f220c5f7b..9fc4ea4a869 100644
18 --- a/dev-python/waitress/Manifest
19 +++ b/dev-python/waitress/Manifest
20 @@ -1,4 +1 @@
21 -DIST pylons_sphinx_theme.tar.gz 607608 SHA256 d892c80fbee8845b79cb41845a89cf2f268893689a68157bc10bd0224948bb9c SHA512 fdafd77e52ff6941de5102bad521ed2a9e28cff6be385cab660a7604be12fa1d86db73fc93f84f72551458cc60b42d3354f27648b1d747b15b25d6f809df8a4d WHIRLPOOL bcf8329b35b90d65eae86a8fc910d074790f912cfe7d4bdd9065970f5c24344e57e585d8dd0b28f101b4ddd4ed0b65caa3bdf7c93fb933ddc6916e63514fa69f
22 -DIST waitress-0.8.10.tar.gz 123717 SHA256 7c40c1af0f0c254edb25153621a1e825bc1af2f7bf41a74b4bb8ee6d544ef604 SHA512 ba9e418c8cb7094e446b636a98c0d714eacdfd0643f4bd8b99e59cb0f9a56a9538b713482dd830ae5d3ace0381fe75521501ddd979fe5e292645fbf725cf7fe1 WHIRLPOOL 49e55034bdf203aadb07b9c9bce36a1fbd25f45f1cc6da70bd89d5eed8cb6bc1c1cef8b9b82ef21ef9bb724b2eb8c56d004dcba7a8abda98578cb6e3c617589b
23 -DIST waitress-0.8.9.tar.gz 121048 SHA256 826527dc9d334ed4ed76cdae672fdcbbccf614186657db71679ab58df869458a SHA512 e9459b8806389fcdbd6f7cfc4fc908c2076f1fcc306315c5375c872c1a0c43c2537347322f7becf1ad36aec0050dca7b2f713f35318fe3a371e544cc880b7d8c WHIRLPOOL f3ce347d3fa04944ebcf7b6b3734bed0ff1fb1fc1dd9479a10cc4cc77111ae250e2c652dd195b15a86c1c7b740d751d0ca539791f3b97c942737ca0be033a59a
24 DIST waitress-1.0.1.tar.gz 123934 SHA256 2daacaece189ede6a23440afe03bda58089a6207f1d80a1e9497f979dfb741fc SHA512 0205a0a5fc9e65e20370fc1e97ba456337313c93817e9b2b283610e5045eb32de80f45d19ee0cfb9469a93e4fc9267b785feacedd70b362474f4af5c05a3ab21 WHIRLPOOL 0eca4eec79b894fb561a894f26de1adbe45c70335c66f589d66b26d9c68a708c443eaacded46099d23401390ee45743b8fa2bc39e744f61a988f6695e8c83ea4
25
26 diff --git a/dev-python/waitress/files/waitress-0.8.9-doc.patch b/dev-python/waitress/files/waitress-0.8.9-doc.patch
27 deleted file mode 100644
28 index f7ff3b01467..00000000000
29 --- a/dev-python/waitress/files/waitress-0.8.9-doc.patch
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -diff -ur waitress-0.8.9.orig/docs/conf.py waitress-0.8.9/docs/conf.py
33 ---- docs/conf.py 2014-05-17 05:39:35.000000000 +0800
34 -+++ docs/conf.py 2014-05-21 13:28:12.921485962 +0800
35 -@@ -21,24 +21,7 @@
36 - import pkg_resources
37 -
38 - # Add and use Pylons theme
39 --if 'sphinx-build' in ' '.join(sys.argv): # protect against dumb importers
40 -- from subprocess import call, Popen, PIPE
41 --
42 -- p = Popen('which git', shell=True, stdout=PIPE)
43 -- git = p.stdout.read().strip()
44 -- cwd = os.getcwd()
45 -- _themes = os.path.join(cwd, '_themes')
46 --
47 -- if not os.path.isdir(_themes):
48 -- call([git, 'clone', 'git://github.com/Pylons/pylons_sphinx_theme.git',
49 -- '_themes'])
50 -- else:
51 -- os.chdir(_themes)
52 -- call([git, 'checkout', 'master'])
53 -- call([git, 'pull'])
54 -- os.chdir(cwd)
55 --
56 -- sys.path.append(os.path.abspath('_themes'))
57 -+sys.path.append(os.path.abspath('_themes'))
58 -
59 - # General configuration
60 - # ---------------------
61
62 diff --git a/dev-python/waitress/waitress-0.8.10-r2.ebuild b/dev-python/waitress/waitress-0.8.10-r2.ebuild
63 deleted file mode 100644
64 index 685060d3781..00000000000
65 --- a/dev-python/waitress/waitress-0.8.10-r2.ebuild
66 +++ /dev/null
67 @@ -1,35 +0,0 @@
68 -# Copyright 1999-2016 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -
73 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="A pure-Python WSGI server"
78 -HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="MIT"
82 -SLOT="0"
83 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
84 -IUSE="test"
85 -
86 -RDEPEND=""
87 -DEPEND="${RDEPEND}
88 - app-arch/unzip
89 - dev-python/setuptools[${PYTHON_USEDEP}]
90 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
91 -
92 -src_prepare() {
93 - distutils-r1_src_prepare
94 -}
95 -
96 -python_test() {
97 - nosetests || die "Tests fail with ${EPYTHON}"
98 -}
99 -
100 -python_install_all() {
101 - distutils-r1_python_install_all
102 -}
103
104 diff --git a/dev-python/waitress/waitress-0.8.9.ebuild b/dev-python/waitress/waitress-0.8.9.ebuild
105 deleted file mode 100644
106 index 3130ebe1394..00000000000
107 --- a/dev-python/waitress/waitress-0.8.9.ebuild
108 +++ /dev/null
109 @@ -1,49 +0,0 @@
110 -# Copyright 1999-2015 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=5
114 -
115 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
116 -
117 -inherit distutils-r1
118 -
119 -DESCRIPTION="A pure-Python WSGI server"
120 -HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/waitress/ https://github.com/Pylons/waitress"
121 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz \
122 - doc? ( https://dev.gentoo.org/~idella4/pylons_sphinx_theme.tar.gz )"
123 -
124 -LICENSE="MIT"
125 -SLOT="0"
126 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
127 -IUSE="doc test"
128 -
129 -RDEPEND=""
130 -DEPEND="${RDEPEND}
131 - app-arch/unzip
132 - dev-python/setuptools[${PYTHON_USEDEP}]
133 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
134 -
135 -python_prepare_all() {
136 - if use doc; then
137 - local PATCHES=( "${FILESDIR}"/${P}-doc.patch )
138 - mv "${WORKDIR}"/_themes ./docs/ || die
139 - fi
140 -
141 - # Fix generation of documentation with Waitress not installed. Bug #525384
142 - sed -e "s/^version = pkg_resources.get_distribution('waitress').version$/version = '${PV}'/" -i docs/conf.py
143 -
144 - distutils-r1_python_prepare_all
145 -}
146 -
147 -python_compile_all() {
148 - use doc && emake -C docs html
149 -}
150 -
151 -python_test() {
152 - nosetests || die "Tests fail with ${EPYTHON}"
153 -}
154 -
155 -python_install_all() {
156 - use doc && local HTML_DOCS=( docs/_build/html/. )
157 - distutils-r1_python_install_all
158 -}