vapier 15/05/20 10:45:57 Modified: ChangeLog Added: google-apputils-0.4.2.ebuild Log: Version bump from Chromium OS. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.10 dev-python/google-apputils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 25 Apr 2015 11:52:19 -0000 1.9 +++ ChangeLog 20 May 2015 10:45:57 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/google-apputils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v 1.9 2015/04/25 11:52:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/google-apputils/ChangeLog,v 1.10 2015/05/20 10:45:57 vapier Exp $ + +*google-apputils-0.4.2 (20 May 2015) + + 20 May 2015; Mike Frysinger <[email protected]> +google-apputils-0.4.2.ebuild: + Version bump from Chromium OS. 25 Apr 2015; Jeroen Roovers <[email protected]> google-apputils-0.4.0.ebuild: Marked ~ppc64 too. 1.1 dev-python/google-apputils/google-apputils-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.2.ebuild?rev=1.1&content-type=text/plain Index: google-apputils-0.4.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/google-apputils/google-apputils-0.4.2.ebuild,v 1.1 2015/05/20 10:45:57 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) # Doesn't yet support py3 inherit distutils-r1 DESCRIPTION="Collection of utilities for building Python applications" HOMEPAGE="https://github.com/google/google-apputils" SRC_URI="https://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc64 ~s390 ~sh ~x86" IUSE="test" RDEPEND=">=dev-python/python-dateutil-1.4[${PYTHON_USEDEP}] >=dev-python/python-gflags-1.4[${PYTHON_USEDEP}] >=dev-python/pytz-2010[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/mox[${PYTHON_USEDEP}] )" python_test() { # These yield 2 fails which are in fact expected errors run from a shell script! # They seemingly have no immediate mechanism to exit 0 in an expected fail style. for test in tests/{app_test*.py,[b-s]*.py} ; do "${PYTHON}" $test || die "test failure under ${EPYTHON}" done }
