diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-23 01:13:08 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-23 01:13:08 +0000 |
commit | 31a09a68f047eeca156df9a5880856bf92c55136 (patch) | |
tree | f40938f3fa3a9b5ac58d1fc1f94b853d3e595a8b /dev-python/wtforms | |
parent | update HOMEPAGE to one that works (diff) | |
download | historical-31a09a68f047eeca156df9a5880856bf92c55136.tar.gz historical-31a09a68f047eeca156df9a5880856bf92c55136.tar.bz2 historical-31a09a68f047eeca156df9a5880856bf92c55136.zip |
Update HOMEPAGE.
Package-Manager: portage-14874-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r-- | dev-python/wtforms/Manifest | 2 | ||||
-rw-r--r-- | dev-python/wtforms/wtforms-0.4.ebuild | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest index 0ac52ec5f8aa..8b3ab3c7d451 100644 --- a/dev-python/wtforms/Manifest +++ b/dev-python/wtforms/Manifest @@ -1,4 +1,4 @@ DIST WTForms-0.4.zip 133965 RMD160 fd7093b1ef8c3b0f17d5e3de6298a5624e63f31d SHA1 5193aeefb1a20ee2109600c81398ce77a994e702 SHA256 7133f44fde9a8b5d33f701e61b0ecbc4b7867556e936e8ae280ea34587e480ec -EBUILD wtforms-0.4.ebuild 1180 RMD160 c87e468425bb806fe76e1a22f63de9027cc2c1fb SHA1 3e5c2829b5a1fdf8016b3d5539c14c0bb9de7776 SHA256 134007f5e1c4e155439a21b1b541e0697ee09e52314cd288b6aef27fa994594a +EBUILD wtforms-0.4.ebuild 1169 RMD160 467b708bfd0e02a0135a9a79d650f8be9f0ad068 SHA1 0f0cf4144229c424ea99ee0f480138e52f63eadf SHA256 820cdc4430bac59015a704b0d3ce08320daa0e33f5a85c359279f8dc1431926e MISC ChangeLog 356 RMD160 5ca12a7f699ff527438d50e13a4d3d3bc000eec8 SHA1 1cd608541661e4175cf31747fc2c3453075bcd36 SHA256 b4b531be8e8a6eef6b4d22e497fa2279d6307b5468f63b1b03f881f2142a9b06 MISC metadata.xml 259 RMD160 4b781a038008fac445e4154045f964b64ad59e75 SHA1 9809d89f3360f9f7537c2bb480d6bcbe942c6ea0 SHA256 0fb1da675767b69b5bd240d135effe2fc500e8b997a5f4eed212e5b26d027972 diff --git a/dev-python/wtforms/wtforms-0.4.ebuild b/dev-python/wtforms/wtforms-0.4.ebuild index b7c2d7302499..2e6afe12b7b2 100644 --- a/dev-python/wtforms/wtforms-0.4.ebuild +++ b/dev-python/wtforms/wtforms-0.4.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/wtforms/wtforms-0.4.ebuild,v 1.2 2009/10/16 19:19:19 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.4.ebuild,v 1.3 2009/11/23 01:13:08 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -11,7 +11,7 @@ MY_PN="WTForms" MY_P="${MY_PN}-${PV}" DESCRIPTION="Flexible forms validation and rendering library for python web development" -HOMEPAGE="http://wtforms.simplecodes.com/" +HOMEPAGE="http://wtforms.simplecodes.com/ http://pypi.python.org/pypi/WTForms" SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.zip" LICENSE="BSD" @@ -36,10 +36,9 @@ src_compile() { } src_test() { + cd tests testing() { - pushd tests > /dev/null - "$(PYTHON)" runtests.py || return 1 - popd > /dev/null + "$(PYTHON)" runtests.py } python_execute_function testing } |