From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsgiproxy2/
Date: Sat, 6 Jan 2018 13:39:37 +0000 (UTC) [thread overview]
Message-ID: <1515245959.c934d668fe554f19fbe5cefb528c0d3bec09fd4c.mgorny@gentoo> (raw)
commit: c934d668fe554f19fbe5cefb528c0d3bec09fd4c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 09:56:24 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 13:39:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c934d668
dev-python/wsgiproxy2: Clean old up
dev-python/wsgiproxy2/Manifest | 1 -
dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild | 51 ---------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
index 20558694055..3aa79290d2e 100644
--- a/dev-python/wsgiproxy2/Manifest
+++ b/dev-python/wsgiproxy2/Manifest
@@ -1,3 +1,2 @@
-DIST WSGIProxy2-0.4.1.zip 18437 BLAKE2B dda2ad39eec9ad455b61ba2871a125f46f000c94ce2dff2c3e49fec5af4bedf1fa3eceb722d0db9a5144f854c59952c83665b9f76827406b0ab88fc6b8cdce82 SHA512 794cf74d47366ab80f03ef311cd77258b4152f266cabf662b3eccb0f706f246d6d4407f495432ed32520ed69ecf3cb5ae05ef8a50e7f59062c6ef7395d8c9eec
DIST WSGIProxy2-0.4.2.zip 18817 BLAKE2B 90334926b726024c1a16b066d11cfe579ad80515861811766753aa772fa97e521466bce0a08c028a965e51ec40b977feb1f4b59aa6c023ca6a431deb63668ed5 SHA512 3dd750263485ceb644373d8ea9692c9a46126a1ed7cd640feba7d42b0fe618e290dcae2f76dc83be77de34211ac473f5a1496a8309e3fcc64982e9642af786fb
DIST WSGIProxy2-0.4.4.tar.gz 16475 BLAKE2B 8cc91e8364204a03fb8f80abb926e69112c2224b595c695d25e2fa54553fe9c82e3420f68b58f266d04450dd49a6dbf9257c190da8645dfeee976ae101fc708b SHA512 6ae9fca65fe80f52924f42b26b447631e8c278f517ababc23d26e5f8598d6d9b7975197ec74faf64f2e051824366ac14c5db5727a014a187c70a1b4604105b42
diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
deleted file mode 100644
index 932c46971df..00000000000
--- a/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-MY_PN="WSGIProxy2"
-
-DESCRIPTION="HTTP proxying tools for WSGI apps"
-HOMEPAGE="http://pythonpaste.org/wsgiproxy/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc64 ~s390 ~sh sparc x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/webob[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/webtest[${PYTHON_USEDEP}]
- dev-python/socketpool[${PYTHON_USEDEP}]
- dev-python/restkit[$(python_gen_usedep python2_7)] )"
-# Tests needing restkit are skipped under py3
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_compile_all() {
- if use doc; then
- cd docs || die
- sphinx-build -b html -d _build/doctrees . _build/html
- fi
-}
-
-# this was always possible
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
- distutils-r1_python_install_all
-}
next reply other threads:[~2018-01-06 13:39 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-06 13:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-12 18:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/wsgiproxy2/ Sam James
2025-02-16 20:33 Michał Górny
2024-08-26 18:54 Arthur Zamarin
2024-07-11 21:39 James Le Cuirot
2024-06-15 13:14 Michał Górny
2024-06-15 8:15 Michał Górny
2023-07-31 7:13 Michał Górny
2023-05-29 15:06 Sam James
2023-03-25 17:19 Michał Górny
2022-06-16 9:23 Michał Górny
2022-06-16 9:02 Jakov Smolić
2022-05-17 7:21 Michał Górny
2022-05-17 7:21 Michał Górny
2021-09-18 17:18 Sam James
2021-09-01 12:59 Marek Szuba
2021-08-27 7:28 Michał Górny
2021-08-19 7:34 Michał Górny
2021-05-30 19:45 Michał Górny
2020-11-28 15:36 Sam James
2020-07-25 8:31 Michał Górny
2020-07-14 13:19 Sam James
2020-05-30 14:37 Michał Górny
2020-05-26 18:32 Michał Górny
2020-05-18 10:57 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-29 12:03 Michał Górny
2020-03-29 12:03 Michał Górny
2020-02-14 18:09 Sergei Trofimovich
2020-02-12 16:14 Agostino Sarubbo
2020-02-12 7:47 Agostino Sarubbo
2020-02-11 19:51 Agostino Sarubbo
2020-02-11 19:50 Agostino Sarubbo
2020-02-11 19:43 Agostino Sarubbo
2020-02-11 16:01 Agostino Sarubbo
2019-05-29 18:07 Andreas Sturmlechner
2019-01-29 13:37 Mikle Kolyada
2018-11-09 14:20 Alexey Shvetsov
2018-03-24 11:21 Michał Górny
2017-10-01 6:14 Patrick Lauer
2017-07-29 14:32 Alexis Ballier
2017-05-19 14:01 Manuel Rüger
2017-05-15 18:16 Mike Gilbert
2017-05-15 15:58 Mike Gilbert
2017-04-05 7:51 Michael Weber
2017-02-02 18:43 David Seifert
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 10:22 Agostino Sarubbo
2017-01-23 6:11 Jeroen Roovers
2016-03-26 2:07 Matt Thode
2015-11-18 15:40 Justin Lecher
2015-10-14 15:43 Justin Lecher
2015-08-20 17:12 Tobias Klausmann
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=1515245959.c934d668fe554f19fbe5cefb528c0d3bec09fd4c.mgorny@gentoo \
--to=mgorny@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