diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2006-10-20 09:29:14 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2006-10-20 09:29:14 +0000 |
commit | bc4b719037fde960c4f462a1da754ab17cc17a27 (patch) | |
tree | 42bbf49ebc3cfda45944039dae4b4e809a473815 /dev-python/pysyck/pysyck-0.61.2.ebuild | |
parent | dev-python/numptr: added trailing slash to HOMEPAGE URL (diff) | |
download | sunrise-bc4b719037fde960c4f462a1da754ab17cc17a27.tar.gz sunrise-bc4b719037fde960c4f462a1da754ab17cc17a27.tar.bz2 sunrise-bc4b719037fde960c4f462a1da754ab17cc17a27.zip |
dev-python/pysyck: added trailing slash to HOMEPAGE URL
svn path=/sunrise/; revision=1624
Diffstat (limited to 'dev-python/pysyck/pysyck-0.61.2.ebuild')
-rw-r--r-- | dev-python/pysyck/pysyck-0.61.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pysyck/pysyck-0.61.2.ebuild b/dev-python/pysyck/pysyck-0.61.2.ebuild index 3a81dbe3e..1105778b4 100644 --- a/dev-python/pysyck/pysyck-0.61.2.ebuild +++ b/dev-python/pysyck/pysyck-0.61.2.ebuild @@ -7,7 +7,7 @@ inherit distutils eutils MY_P=${P/pysyck/PySyck} DESCRIPTION="PySyck is aimed to update the current Python bindings for Syck. The new bindings provide a wrapper for the Syck emitter and give access to YAML representation graphs." -HOMEPAGE="http://pyyaml.org" +HOMEPAGE="http://pyyaml.org/" SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz" LICENSE="BSD" |