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
commit65f34853cf958c103d7ac51824f8baa07f7dcb9b (patch)
treee751816f0ba510ddc56175d787758adaf8de42d8 /dev-python/cherrypy
parentadded missing || die statements (diff)
downloadgentoo-2-65f34853cf958c103d7ac51824f8baa07f7dcb9b.tar.gz
gentoo-2-65f34853cf958c103d7ac51824f8baa07f7dcb9b.tar.bz2
gentoo-2-65f34853cf958c103d7ac51824f8baa07f7dcb9b.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}"