summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-07 20:51:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-07 20:51:22 +0000
commit3bb45828554d9b46bf24b91e30e68573e9b34797 (patch)
treebabf3fb75348310ec4f96a6da387a06524309940 /dev-python/nose
parentStable on alpha, bug #284892 (diff)
downloadgentoo-2-3bb45828554d9b46bf24b91e30e68573e9b34797.tar.gz
gentoo-2-3bb45828554d9b46bf24b91e30e68573e9b34797.tar.bz2
gentoo-2-3bb45828554d9b46bf24b91e30e68573e9b34797.zip
Update HOMEPAGE.
(Portage version: 14801-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/nose')
-rw-r--r--dev-python/nose/nose-0.11.1.ebuild8
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