patrick 14/06/12 08:14:26 Modified: ChangeLog Added: testrepository-0.0.18-r1.ebuild Log: Add py34 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 dev-python/testrepository/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 8 Jun 2014 09:44:32 -0000 1.10 +++ ChangeLog 12 Jun 2014 08:14:26 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/testrepository # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.10 2014/06/08 09:44:32 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.11 2014/06/12 08:14:26 patrick Exp $ + +*testrepository-0.0.18-r1 (12 Jun 2014) + + 12 Jun 2014; Patrick Lauer <[email protected]> + +testrepository-0.0.18-r1.ebuild: + Add py34 08 Jun 2014; Akinori Hattori <[email protected]> testrepository-0.0.18.ebuild: keyword ~ia64 wrt bug #508282 1.1 dev-python/testrepository/testrepository-0.0.18-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.1&content-type=text/plain Index: testrepository-0.0.18-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.1 2014/06/12 08:14:26 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A repository of test results." HOMEPAGE="https://launchpad.net/testscenarios" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-python/testresources[${PYTHON_USEDEP}] dev-python/testscenarios[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] )" #bzr is listed but presumably req'd for a live repo test run RDEPEND=">=dev-python/subunit-0.0.10[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.30[${PYTHON_USEDEP}] dev-python/fixtures[${PYTHON_USEDEP}]" # Required for test phase DISTUTILS_IN_SOURCE_BUILD=1 python_test() { "${PYTHON}" ./testr init || die "${PYTHON}" setup.py testr --coverage || die "tests failed under ${EPYTHON}" }
