summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-08 20:17:46 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-08 20:17:46 +0000
commitd763f6161d45e653c52589043e6f952a0f8a67be (patch)
tree3a2e8fe927f04e31aa468f47d1b0d93eaa7c844b /dev-python/formencode
parentppc stable #291519 (diff)
downloadhistorical-d763f6161d45e653c52589043e6f952a0f8a67be.tar.gz
historical-d763f6161d45e653c52589043e6f952a0f8a67be.tar.bz2
historical-d763f6161d45e653c52589043e6f952a0f8a67be.zip
Update HOMEPAGE.
Package-Manager: portage-14804-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/formencode')
-rw-r--r--dev-python/formencode/formencode-1.2.2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/formencode/formencode-1.2.2.ebuild b/dev-python/formencode/formencode-1.2.2.ebuild
index 9ef08db12dbe..f0169cdbc1e3 100644
--- a/dev-python/formencode/formencode-1.2.2.ebuild
+++ b/dev-python/formencode/formencode-1.2.2.ebuild
@@ -1,10 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v 1.4 2009/11/08 20:05:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/formencode/formencode-1.2.2.ebuild,v 1.5 2009/11/08 20:09:34 arfrever Exp $
EAPI="2"
-
-NEED_PYTHON="2.3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
@@ -13,8 +11,9 @@ MY_PN="FormEncode"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="HTML form validation, generation and conversion package."
-HOMEPAGE="http://formencode.org/"
+HOMEPAGE="http://formencode.org/ http://pypi.python.org/pypi/FormEncode"
SRC_URI="http://cheeseshop.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
LICENSE="PSF-2.4"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
@@ -23,8 +22,7 @@ IUSE="doc test"
DEPEND="dev-python/setuptools
test? ( dev-python/nose )"
RDEPEND=""
-
-RESTRICT_PYTHON_ABIS="3*"
+RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"