diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-08 20:09:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-08 20:09:34 +0000 |
commit | 86c6319df01868fd6d3a6da323e4032ac2a59a4c (patch) | |
tree | 942d6159f27fce307528a3086bfa200f4c1b597d /dev-python/formencode | |
parent | ppc stable #290950 (diff) | |
download | gentoo-2-86c6319df01868fd6d3a6da323e4032ac2a59a4c.tar.gz gentoo-2-86c6319df01868fd6d3a6da323e4032ac2a59a4c.tar.bz2 gentoo-2-86c6319df01868fd6d3a6da323e4032ac2a59a4c.zip |
Update HOMEPAGE.
(Portage version: 14804-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/formencode')
-rw-r--r-- | dev-python/formencode/formencode-1.2.2.ebuild | 10 |
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}" |