From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/
Date: Sun, 29 Dec 2019 08:53:25 +0000 (UTC) [thread overview]
Message-ID: <1577609578.e785f4cd7a57b20f06668684e70213671d722bbc.soap@gentoo> (raw)
commit: e785f4cd7a57b20f06668684e70213671d722bbc
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 08:52:58 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 08:52:58 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e785f4cd
dev-python/waitress: Remove old
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/waitress/Manifest | 1 -
dev-python/waitress/waitress-1.0.1.ebuild | 34 ----------------------------
dev-python/waitress/waitress-1.0.2-r1.ebuild | 33 ---------------------------
3 files changed, 68 deletions(-)
diff --git a/dev-python/waitress/Manifest b/dev-python/waitress/Manifest
index 548a7317cd3..788ad9b42aa 100644
--- a/dev-python/waitress/Manifest
+++ b/dev-python/waitress/Manifest
@@ -1,3 +1,2 @@
-DIST waitress-1.0.1.tar.gz 123934 BLAKE2B 1e7d2a2d0850096b6b0d5654208ebe23d4e78360d8eedf3bce98276b8710eac0f544158f9efe5fa72abbab27d3ca5c4f3ed9afed43144d4d06f88f8068b2f19a SHA512 0205a0a5fc9e65e20370fc1e97ba456337313c93817e9b2b283610e5045eb32de80f45d19ee0cfb9469a93e4fc9267b785feacedd70b362474f4af5c05a3ab21
DIST waitress-1.0.2.tar.gz 124685 BLAKE2B 4c9edd2d7c37964616311ee6fe5a58ff1f6a7677226956e47f03f629d7765b3015c1f652f39ad7b0f81608f8638e63edeb35f120ee57347e89b029918e418c04 SHA512 b7000e1198ac306ce189f70c5dcfcf41318e5ec47c8d6183cdbc360c8759ca726405d5da70f1c7fe3cfeb39d528af94d693767c2a7a1a7fe460c6407857ec6f0
DIST waitress-1.3.1.tar.gz 167097 BLAKE2B fc1d0327720daf26c1c00eec6bc617613582325adf16eab9ba49c53029241c5975981cdf54340cc5b051cf8159f0c6e46029ad5c0477adf46b757c4487719130 SHA512 ccb871fc46bd560bff2ece706c826a3407750112cfb014378a06ee077f969814a5695d053665a4d975070944a9449efffd61daab11d03be3b06f1907a2ba0f5f
diff --git a/dev-python/waitress/waitress-1.0.1.ebuild b/dev-python/waitress/waitress-1.0.1.ebuild
deleted file mode 100644
index 49c2de61f54..00000000000
--- a/dev-python/waitress/waitress-1.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure-Python WSGI server"
-HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
- https://pypi.org/project/waitress/
- https://github.com/Pylons/waitress"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-}
diff --git a/dev-python/waitress/waitress-1.0.2-r1.ebuild b/dev-python/waitress/waitress-1.0.2-r1.ebuild
deleted file mode 100644
index 965eb82e14b..00000000000
--- a/dev-python/waitress/waitress-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="A pure-Python WSGI server"
-HOMEPAGE="https://docs.pylonsproject.org/projects/waitress/en/latest/
- https://pypi.org/project/waitress/
- https://github.com/Pylons/waitress"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-}
next reply other threads:[~2019-12-29 8:53 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-29 8:53 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 11:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/waitress/ Michał Górny
2024-12-07 10:28 Arthur Zamarin
2024-11-17 3:20 Michał Górny
2024-11-16 8:22 Michał Górny
2024-11-16 8:19 Michał Górny
2024-10-29 6:51 Michał Górny
2024-08-26 18:54 Arthur Zamarin
2024-05-18 11:11 Michał Górny
2024-02-20 9:09 Michał Górny
2024-02-20 7:41 Sam James
2024-02-05 3:52 Michał Górny
2023-05-26 21:12 Arthur Zamarin
2023-03-18 6:57 Michał Górny
2023-03-16 4:13 Michał Górny
2022-07-02 15:59 Michał Górny
2022-07-02 13:31 Arthur Zamarin
2022-05-31 6:18 Michał Górny
2022-05-17 7:21 Michał Górny
2022-03-18 11:29 Michał Górny
2022-03-18 10:44 Agostino Sarubbo
2022-03-17 10:18 Michał Górny
2022-03-09 19:13 Arthur Zamarin
2022-01-28 23:28 James Le Cuirot
2021-09-01 12:59 Marek Szuba
2021-05-10 21:56 Michał Górny
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-08 18:59 Michał Górny
2020-11-28 14:21 Sam James
2020-08-22 7:13 Michał Górny
2020-07-25 8:31 Michał Górny
2020-07-16 18:17 Sam James
2020-07-16 18:17 Sam James
2020-07-09 8:41 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-07-09 7:58 Agostino Sarubbo
2020-06-20 1:35 Aaron Bauman
2020-06-17 14:21 Mart Raudsepp
2020-06-17 14:21 Mart Raudsepp
2020-06-17 7:07 Agostino Sarubbo
2020-06-15 15:12 Agostino Sarubbo
2020-06-15 15:10 Agostino Sarubbo
2020-06-15 15:08 Agostino Sarubbo
2020-06-15 15:06 Agostino Sarubbo
2020-06-15 15:03 Agostino Sarubbo
2020-06-02 6:39 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:23 Michał Górny
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 Michał Górny
2020-02-12 16:14 Agostino Sarubbo
2020-01-28 7:41 Agostino Sarubbo
2020-01-27 14:28 Agostino Sarubbo
2020-01-27 14:25 Agostino Sarubbo
2020-01-27 12:49 Agostino Sarubbo
2020-01-27 12:44 Agostino Sarubbo
2020-01-27 12:25 Agostino Sarubbo
2020-01-27 12:01 Mikle Kolyada
2020-01-27 7:22 Michał Górny
2019-11-25 23:29 Patrick McLean
2018-11-09 14:20 Alexey Shvetsov
2018-08-20 6:55 Mikle Kolyada
2018-03-21 5:55 Markus Meier
2018-03-17 21:41 Michał Górny
2018-01-06 19:55 Sergei Trofimovich
2017-12-28 14:03 Sergei Trofimovich
2017-12-28 12:29 Sergei Trofimovich
2017-12-27 20:06 Sergei Trofimovich
2017-12-06 22:34 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 20:19 Tobias Klausmann
2017-11-30 19:02 Thomas Deutschmann
2017-05-16 12:14 Manuel Rüger
2017-04-05 7:51 Michael Weber
2017-02-24 18:46 Mike Gilbert
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 10:22 Agostino Sarubbo
2017-01-25 21:09 Tobias Klausmann
2017-01-23 6:11 Jeroen Roovers
2017-01-18 16:52 Agostino Sarubbo
2016-10-23 21:03 Sebastian Pipping
2016-10-11 6:52 Patrice Clement
2016-03-26 2:07 Matt Thode
2016-03-08 10:02 Patrick Lauer
2016-03-01 22:37 Patrick Lauer
2016-02-28 7:00 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1577609578.e785f4cd7a57b20f06668684e70213671d722bbc.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox