patrick 14/12/22 02:04:53 Modified: ChangeLog Added: testtools-1.2.1.ebuild Log: Bump (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.113 dev-python/testtools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/ChangeLog?rev=1.113&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/ChangeLog?rev=1.113&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/ChangeLog?r1=1.112&r2=1.113 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- ChangeLog 19 Dec 2014 19:45:22 -0000 1.112 +++ ChangeLog 22 Dec 2014 02:04:53 -0000 1.113 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/testtools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.112 2014/12/19 19:45:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.113 2014/12/22 02:04:53 patrick Exp $ + +*testtools-1.2.1 (22 Dec 2014) + + 22 Dec 2014; Patrick Lauer <[email protected]> +testtools-1.2.1.ebuild: + Bump 19 Dec 2014; Mike Gilbert <[email protected]> testtools-1.2.0.ebuild: Unconditionally depend on unittest2 at run/build time, bug 532720. 1.1 dev-python/testtools/testtools-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/testtools-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testtools/testtools-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: testtools-1.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.2.1.ebuild,v 1.1 2014/12/22 02:04:53 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 versionator #SERIES="$(get_version_component_range 1-2)" SERIES="trunk" DESCRIPTION="Extensions to the Python unittest library" HOMEPAGE="https://launchpad.net/testtools http://pypi.python.org/pypi/testtools" SRC_URI="http://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND="dev-python/mimeparse[${PYTHON_USEDEP}] dev-python/extras[${PYTHON_USEDEP}] dev-python/unittest2[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( $(python_gen_cond_dep 'dev-python/twisted-core[${PYTHON_USEDEP}]' python2_7) )" python_compile_all() { use doc && emake -C doc html } python_test() { esetup.py test } python_install_all() { use doc && HTML_DOCS=( doc/_build/html/. ) distutils-r1_python_install_all }
