From 3bc22fec82c9e97196cbc0d3387d3626b1fafb46 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 9 Apr 2010 08:48:40 +0000 Subject: Version bump dev-python/unittest2 to 0.4.0. (Portage version: 2.1.7.17/cvs/Linux x86_64) --- dev-python/unittest2/ChangeLog | 8 +++++++- dev-python/unittest2/unittest2-0.3.0.ebuild | 24 ---------------------- dev-python/unittest2/unittest2-0.4.0.ebuild | 31 +++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 25 deletions(-) delete mode 100644 dev-python/unittest2/unittest2-0.3.0.ebuild create mode 100644 dev-python/unittest2/unittest2-0.4.0.ebuild (limited to 'dev-python/unittest2') diff --git a/dev-python/unittest2/ChangeLog b/dev-python/unittest2/ChangeLog index ae9f9bc18097..a9170b1d16e2 100644 --- a/dev-python/unittest2/ChangeLog +++ b/dev-python/unittest2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/unittest2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.2 2010/03/26 17:15:54 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.3 2010/04/09 08:48:40 djc Exp $ + +*unittest2-0.4.0 (09 Apr 2010) + + 09 Apr 2010; Dirkjan Ochtman -unittest2-0.3.0.ebuild, + +unittest2-0.4.0.ebuild: + Version bump to 0.4, fix tests. *unittest2-0.3.0 (26 Mar 2010) diff --git a/dev-python/unittest2/unittest2-0.3.0.ebuild b/dev-python/unittest2/unittest2-0.3.0.ebuild deleted file mode 100644 index 1fe3c920a3e2..000000000000 --- a/dev-python/unittest2/unittest2-0.3.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.3.0.ebuild,v 1.1 2010/03/26 17:15:54 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 2.4+." -HOMEPAGE="http://pypi.python.org/pypi/unittest2" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" - -DOCS="README.txt" diff --git a/dev-python/unittest2/unittest2-0.4.0.ebuild b/dev-python/unittest2/unittest2-0.4.0.ebuild new file mode 100644 index 000000000000..bf92c07f748c --- /dev/null +++ b/dev-python/unittest2/unittest2-0.4.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.4.0.ebuild,v 1.1 2010/04/09 08:48:40 djc Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 2.4+." +HOMEPAGE="http://pypi.python.org/pypi/unittest2" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" +RESTRICT_PYTHON_ABIS="3.*" + +DOCS="README.txt" + +src_test() { + testing() { + ./unit2 discover + } + python_execute_function testing +} -- cgit v1.2.3-65-gdbad