patrick 14/03/31 06:44:41 Modified: ChangeLog Added: flask-testing-0.4.1.ebuild Log: Bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 dev-python/flask-testing/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 12 Sep 2013 20:59:29 -0000 1.4 +++ ChangeLog 31 Mar 2014 06:44:41 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/flask-testing -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.4 2013/09/12 20:59:29 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.5 2014/03/31 06:44:41 patrick Exp $ + +*flask-testing-0.4.1 (31 Mar 2014) + + 31 Mar 2014; Patrick Lauer <[email protected]> +flask-testing-0.4.1.ebuild: + Bump 12 Sep 2013; Michał Górny <[email protected]> flask-testing-0.4.ebuild: Remove dep on virtual/python-json. JSON is now built-in in all supported 1.1 dev-python/flask-testing/flask-testing-0.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.1.ebuild?rev=1.1&content-type=text/plain Index: flask-testing-0.4.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/flask-testing/flask-testing-0.4.1.ebuild,v 1.1 2014/03/31 06:44:41 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="Unit testing for Flask" HOMEPAGE="http://pythonhosted.org/Flask-Testing/ https://pypi.python.org/pypi/Flask-Testing/" MY_PN="Flask-Testing" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-python/flask[${PYTHON_USEDEP}] dev-python/twill[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/blinker[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" python_test() { nosetests || die "Testing failed with ${EPYTHON}" }
