diff options
author | 2010-04-23 00:14:03 +0000 | |
---|---|---|
committer | 2010-04-23 00:14:03 +0000 | |
commit | 43be2e98db91e3b7e2c0fde402cef915703ef829 (patch) | |
tree | e373c5cea9952d6e1afeb90d89a4f312f2f752e9 /dev-python/genshi/genshi-0.6.ebuild | |
parent | Update HOMEPAGE. (diff) | |
download | historical-43be2e98db91e3b7e2c0fde402cef915703ef829.tar.gz historical-43be2e98db91e3b7e2c0fde402cef915703ef829.tar.bz2 historical-43be2e98db91e3b7e2c0fde402cef915703ef829.zip |
Simplify ebuild.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python/genshi/genshi-0.6.ebuild')
-rw-r--r-- | dev-python/genshi/genshi-0.6.ebuild | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/dev-python/genshi/genshi-0.6.ebuild b/dev-python/genshi/genshi-0.6.ebuild index 5d1f98843ce0..e9e2e558087e 100644 --- a/dev-python/genshi/genshi-0.6.ebuild +++ b/dev-python/genshi/genshi-0.6.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild,v 1.1 2010/04/22 20:23:50 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/genshi/genshi-0.6.ebuild,v 1.2 2010/04/23 00:14:03 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +DISTUTILS_SRC_TEST="setup.py" inherit eutils distutils MY_P="Genshi-${PV}" DESCRIPTION="Python toolkit for stream-based generation of output for the web." -HOMEPAGE="http://genshi.edgewall.org/" +HOMEPAGE="http://genshi.edgewall.org/ http://pypi.python.org/pypi/Genshi" SRC_URI="ftp://ftp.edgewall.com/pub/genshi/${MY_P}.tar.gz" LICENSE="BSD" @@ -24,17 +26,6 @@ RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" -#src_prepare(){ - #epatch "${FILESDIR}/${P}_test_fix.patch" -#} - -src_test() { - testing() { - "$(PYTHON)" setup.py test - } - python_execute_function testing -} - src_install() { distutils_src_install |