patrick 14/11/18 04:25:37 Modified: ChangeLog Added: isodate-0.5.1.ebuild Log: Bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.27 dev-python/isodate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 20 May 2014 05:38:08 -0000 1.26 +++ ChangeLog 18 Nov 2014 04:25:37 -0000 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/isodate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.26 2014/05/20 05:38:08 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/isodate/ChangeLog,v 1.27 2014/11/18 04:25:37 patrick Exp $ + +*isodate-0.5.1 (18 Nov 2014) + + 18 Nov 2014; Patrick Lauer <[email protected]> +isodate-0.5.1.ebuild: + Bump 20 May 2014; Ian Delaney <[email protected]> isodate-0.5.0.ebuild: drop py2.6 pypy2_0 add py3.4 support 1.1 dev-python/isodate/isodate-0.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/isodate/isodate-0.5.1.ebuild?rev=1.1&content-type=text/plain Index: isodate-0.5.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/isodate/isodate-0.5.1.ebuild,v 1.1 2014/11/18 04:25:37 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="ISO 8601 date/time/duration parser and formater" HOMEPAGE="http://pypi.python.org/pypi/isodate" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { local test pushd "${BUILD_DIR}"/lib/ for test in ${PN}/tests/test_*.py do if ! "${PYTHON}" $test; then die "Test $test failed under ${EPYTHON}" fi done # Give some order to the output salad einfo "Testsuite passed under ${EPYTHON}";einfo "" }
