summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-27 06:22:53 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-27 06:22:53 +0000
commit904549e748eec65f945337b91bc1406daa3ffd34 (patch)
treee0af30a432f19af35000440f0833c052aae49663 /dev-python/waitress/waitress-0.8.2.ebuild
parentrm old (diff)
downloadgentoo-2-904549e748eec65f945337b91bc1406daa3ffd34.tar.gz
gentoo-2-904549e748eec65f945337b91bc1406daa3ffd34.tar.bz2
gentoo-2-904549e748eec65f945337b91bc1406daa3ffd34.zip
rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/waitress/waitress-0.8.2.ebuild')
-rw-r--r--dev-python/waitress/waitress-0.8.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/waitress/waitress-0.8.2.ebuild b/dev-python/waitress/waitress-0.8.2.ebuild
deleted file mode 100644
index 11cc2f040371..000000000000
--- a/dev-python/waitress/waitress-0.8.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/waitress/waitress-0.8.2.ebuild,v 1.1 2013/03/20 04:02:11 patrick Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-# doc creation is fatally broken
-
-# somehow this seems to not work at all :\
-RESTRICT="test"
-
-inherit distutils-r1
-
-DESCRIPTION="A pure-Python WSGI server"
-HOMEPAGE="http://docs.pylonsproject.org/projects/waitress/en/latest/ https://pypi.python.org/pypi/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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-python_test() {
- nosetests || die "Tests fail with ${EPYTHON}"
-}