Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/
Date: Sun, 29 Dec 2019 08:53:32
Message-Id: 1577609578.e785f4cd7a57b20f06668684e70213671d722bbc.soap@gentoo
1 commit: e785f4cd7a57b20f06668684e70213671d722bbc
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 08:52:58 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 08:52:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785f4cd
7
8 dev-python/waitress: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/waitress/Manifest | 1 -
14 dev-python/waitress/waitress-1.0.1.ebuild | 34 ----------------------------
15 dev-python/waitress/waitress-1.0.2-r1.ebuild | 33 ---------------------------
16 3 files changed, 68 deletions(-)
17
18 diff --git a/dev-python/waitress/Manifest b/dev-python/waitress/Manifest
19 index 548a7317cd3..788ad9b42aa 100644
20 --- a/dev-python/waitress/Manifest
21 +++ b/dev-python/waitress/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST waitress-1.0.1.tar.gz 123934 BLAKE2B 1e7d2a2d0850096b6b0d5654208ebe23d4e78360d8eedf3bce98276b8710eac0f544158f9efe5fa72abbab27d3ca5c4f3ed9afed43144d4d06f88f8068b2f19a SHA512 0205a0a5fc9e65e20370fc1e97ba456337313c93817e9b2b283610e5045eb32de80f45d19ee0cfb9469a93e4fc9267b785feacedd70b362474f4af5c05a3ab21
24 DIST waitress-1.0.2.tar.gz 124685 BLAKE2B 4c9edd2d7c37964616311ee6fe5a58ff1f6a7677226956e47f03f629d7765b3015c1f652f39ad7b0f81608f8638e63edeb35f120ee57347e89b029918e418c04 SHA512 b7000e1198ac306ce189f70c5dcfcf41318e5ec47c8d6183cdbc360c8759ca726405d5da70f1c7fe3cfeb39d528af94d693767c2a7a1a7fe460c6407857ec6f0
25 DIST waitress-1.3.1.tar.gz 167097 BLAKE2B fc1d0327720daf26c1c00eec6bc617613582325adf16eab9ba49c53029241c5975981cdf54340cc5b051cf8159f0c6e46029ad5c0477adf46b757c4487719130 SHA512 ccb871fc46bd560bff2ece706c826a3407750112cfb014378a06ee077f969814a5695d053665a4d975070944a9449efffd61daab11d03be3b06f1907a2ba0f5f
26
27 diff --git a/dev-python/waitress/waitress-1.0.1.ebuild b/dev-python/waitress/waitress-1.0.1.ebuild
28 deleted file mode 100644
29 index 49c2de61f54..00000000000
30 --- a/dev-python/waitress/waitress-1.0.1.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python{2_7,3_5} pypy )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="A pure-Python WSGI server"
43 -HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
44 - https://pypi.org/project/waitress/
45 - https://github.com/Pylons/waitress"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -RDEPEND=""
55 -DEPEND="${RDEPEND}
56 - app-arch/unzip
57 - dev-python/setuptools[${PYTHON_USEDEP}]
58 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
59 -
60 -python_test() {
61 - nosetests || die "Tests fail with ${EPYTHON}"
62 -}
63 -
64 -python_install_all() {
65 - distutils-r1_python_install_all
66 -}
67
68 diff --git a/dev-python/waitress/waitress-1.0.2-r1.ebuild b/dev-python/waitress/waitress-1.0.2-r1.ebuild
69 deleted file mode 100644
70 index 965eb82e14b..00000000000
71 --- a/dev-python/waitress/waitress-1.0.2-r1.ebuild
72 +++ /dev/null
73 @@ -1,33 +0,0 @@
74 -# Copyright 1999-2019 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=7
78 -
79 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
80 -
81 -inherit distutils-r1
82 -
83 -DESCRIPTION="A pure-Python WSGI server"
84 -HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
85 - https://pypi.org/project/waitress/
86 - https://github.com/Pylons/waitress"
87 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
88 -
89 -LICENSE="MIT"
90 -SLOT="0"
91 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
92 -IUSE="test"
93 -RESTRICT="!test? ( test )"
94 -
95 -RDEPEND=""
96 -DEPEND="${RDEPEND}
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? ( dev-python/nose[${PYTHON_USEDEP}] )"
99 -
100 -python_test() {
101 - nosetests || die "Tests fail with ${EPYTHON}"
102 -}
103 -
104 -python_install_all() {
105 - distutils-r1_python_install_all
106 -}