diff options
author | 2012-03-02 09:12:57 +0000 | |
---|---|---|
committer | 2012-03-02 09:12:57 +0000 | |
commit | a488296f8c4bcf2a3e8dd6e97abce2e92db36dec (patch) | |
tree | 017e299251491652935cebdaddc9aec06d97ca18 /dev-python/wtforms | |
parent | Version bump simplejson to 2.3.3. (diff) | |
download | historical-a488296f8c4bcf2a3e8dd6e97abce2e92db36dec.tar.gz historical-a488296f8c4bcf2a3e8dd6e97abce2e92db36dec.tar.bz2 historical-a488296f8c4bcf2a3e8dd6e97abce2e92db36dec.zip |
Version bump wtforms to 1.0.1.
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r-- | dev-python/wtforms/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/wtforms/wtforms-1.0.1.ebuild (renamed from dev-python/wtforms/wtforms-0.6.2.ebuild) | 15 |
2 files changed, 11 insertions, 12 deletions
diff --git a/dev-python/wtforms/ChangeLog b/dev-python/wtforms/ChangeLog index 2d92d2d6ec61..026cd8d8db44 100644 --- a/dev-python/wtforms/ChangeLog +++ b/dev-python/wtforms/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/wtforms # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.18 2012/02/24 15:21:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.19 2012/03/02 09:12:57 djc Exp $ + +*wtforms-1.0.1 (02 Mar 2012) + + 02 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> -wtforms-0.6.2.ebuild, + +wtforms-1.0.1.ebuild: + Version bump to 1.0.1, remove old version. 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> wtforms-0.6.3.ebuild: x86 stable wrt bug #400343 diff --git a/dev-python/wtforms/wtforms-0.6.2.ebuild b/dev-python/wtforms/wtforms-1.0.1.ebuild index b35834cb457f..7544ca38456b 100644 --- a/dev-python/wtforms/wtforms-0.6.2.ebuild +++ b/dev-python/wtforms/wtforms-1.0.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.6.2.ebuild,v 1.3 2011/03/21 10:18:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-1.0.1.ebuild,v 1.1 2012/03/02 09:12:57 djc Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" +DISTUTILS_SRC_TEST="setup.py" inherit distutils @@ -18,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="doc" S="${WORKDIR}/${MY_P}" @@ -39,14 +40,6 @@ src_compile() { fi } -src_test() { - cd tests - testing() { - "$(PYTHON)" runtests.py - } - python_execute_function testing -} - src_install() { distutils_src_install |