summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-14 21:05:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-14 21:05:42 +0000
commit506ae5b42727c9fa5fda7ec39de07ad96420306b (patch)
tree4163f9b71def2be1c0eac8eca9f5e5c2721097cd /dev-python/cherrypy
parentadded missing || die statements (diff)
downloadhistorical-506ae5b42727c9fa5fda7ec39de07ad96420306b.tar.gz
historical-506ae5b42727c9fa5fda7ec39de07ad96420306b.tar.bz2
historical-506ae5b42727c9fa5fda7ec39de07ad96420306b.zip
Don't inherit unused eclass. Update DESCRIPTION. Delete needless dependency on app-arch/unzip.
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r--dev-python/cherrypy/cherrypy-2.3.0.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/cherrypy/cherrypy-2.3.0.ebuild b/dev-python/cherrypy/cherrypy-2.3.0.ebuild
index d61e2448153a..4c903abcdba8 100644
--- a/dev-python/cherrypy/cherrypy-2.3.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-2.3.0.ebuild
@@ -1,16 +1,17 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.3 2010/04/02 18:49:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.4 2010/11/14 21:05:42 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils eutils
+inherit distutils
MY_P="CherryPy-${PV}"
-DESCRIPTION="CherryPy is a pythonic, object-oriented web development framework."
+DESCRIPTION="CherryPy is a pythonic, object-oriented HTTP framework"
HOMEPAGE="http://www.cherrypy.org/ http://pypi.python.org/pypi/CherryPy"
SRC_URI="http://download.cherrypy.org/${PN}/${PV}/${MY_P}.tar.gz"
@@ -20,10 +21,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc test"
DEPEND="dev-python/setuptools
- test? ( >=dev-python/webtest-1.0 )
- app-arch/unzip"
+ test? ( >=dev-python/webtest-1.0 )"
RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"