diff options
author | 2010-06-29 22:33:55 +0000 | |
---|---|---|
committer | 2010-06-29 22:33:55 +0000 | |
commit | 9474fdccbc23dea3a3c3ec072e62d31b22955983 (patch) | |
tree | 994273368577f4ebb4b1c1035774aa606389045a /dev-python/turbojson/turbojson-1.1.4.ebuild | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-9474fdccbc23dea3a3c3ec072e62d31b22955983.tar.gz historical-9474fdccbc23dea3a3c3ec072e62d31b22955983.tar.bz2 historical-9474fdccbc23dea3a3c3ec072e62d31b22955983.zip |
Fix HOMEPAGE.
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python/turbojson/turbojson-1.1.4.ebuild')
-rw-r--r-- | dev-python/turbojson/turbojson-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/turbojson/turbojson-1.1.4.ebuild b/dev-python/turbojson/turbojson-1.1.4.ebuild index efe22403d084..ae4b32e69d06 100644 --- a/dev-python/turbojson/turbojson-1.1.4.ebuild +++ b/dev-python/turbojson/turbojson-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.3 2010/06/29 22:31:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.1.4.ebuild,v 1.4 2010/06/29 22:33:55 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ MY_PN="TurboJson" MY_P="${MY_PN}-${PV}" DESCRIPTION="TurboGears JSON file format support plugin" -HOMEPAGE="http://www.turbogears.org/docs/plugins/template.html" +HOMEPAGE="http://pypi.python.org/pypi/TurboJson" SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" |