diff options
-rw-r--r-- | dev-python/nose/nose-0.11.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/nose/nose-0.11.1.ebuild b/dev-python/nose/nose-0.11.1.ebuild index 58417c156f1d..72d4c7e1f069 100644 --- a/dev-python/nose/nose-0.11.1.ebuild +++ b/dev-python/nose/nose-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.1.ebuild,v 1.8 2009/10/30 20:40:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.11.1.ebuild,v 1.9 2009/11/07 20:51:22 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -8,8 +8,9 @@ SUPPORT_PYTHON_ABIS="1" inherit distutils eutils DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring" -HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/ http://pypi.python.org/pypi/nose" +HOMEPAGE="http://somethingaboutorange.com/mrl/projects/nose/ http://code.google.com/p/python-nose/ http://pypi.python.org/pypi/nose" SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" @@ -20,8 +21,7 @@ RDEPEND="dev-python/setuptools" DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) test? ( dev-python/twisted )" - -RESTRICT_PYTHON_ABIS="3*" +RESTRICT_PYTHON_ABIS="3.*" src_prepare() { distutils_src_prepare |