diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-08 16:54:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-08 16:54:19 +0000 |
commit | 60390787629a73dba974a6bb251895162cee09ea (patch) | |
tree | 744115c51d5c209f18152d1f061ead18e2ef14e3 /dev-python/setuptools/setuptools-0.6.8.ebuild | |
parent | Version bump to 1.1.2 . Remove old ebuild (diff) | |
download | gentoo-2-60390787629a73dba974a6bb251895162cee09ea.tar.gz gentoo-2-60390787629a73dba974a6bb251895162cee09ea.tar.bz2 gentoo-2-60390787629a73dba974a6bb251895162cee09ea.zip |
Skip test failing with C locale (bug #287439).
(Portage version: 14804-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/setuptools/setuptools-0.6.8.ebuild')
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.8.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-0.6.8.ebuild b/dev-python/setuptools/setuptools-0.6.8.ebuild index 0757285a26f2..04d3307fe884 100644 --- a/dev-python/setuptools/setuptools-0.6.8.ebuild +++ b/dev-python/setuptools/setuptools-0.6.8.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.3 2009/11/06 17:47:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.4 2009/11/08 16:54:19 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils eutils +MY_PN="distribute" +MY_P="${MY_PN}-${PV}" + DESCRIPTION="Distribute (fork of Setuptools) is a collection of extensions to Distutils" HOMEPAGE="http://pypi.python.org/pypi/distribute" -SRC_URI="http://pypi.python.org/packages/source/d/distribute/distribute-${PV}.tar.gz" +SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="PSF-2.2" SLOT="0" @@ -28,6 +31,8 @@ src_prepare() { epatch "${FILESDIR}/${PN}-0.6_rc7-noexe.patch" + epatch "${FILESDIR}/${MY_P}-C_locale_tests.patch" + # Remove tests that access the network (bugs #198312, #191117) rm setuptools/tests/test_packageindex.py |