idella4 15/01/28 13:25:24 Modified: ChangeLog Added: pytest-cov-1.8.1.ebuild Log: bump, update RDEPs (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.13 dev-python/pytest-cov/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 30 Dec 2014 10:24:06 -0000 1.12 +++ ChangeLog 28 Jan 2015 13:25:24 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pytest-cov -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.12 2014/12/30 10:24:06 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.13 2015/01/28 13:25:24 idella4 Exp $ + +*pytest-cov-1.8.1 (28 Jan 2015) + + 28 Jan 2015; Ian Delaney <[email protected]> +pytest-cov-1.8.1.ebuild: + bump, update RDEPs 30 Dec 2014; Jeroen Roovers <[email protected]> pytest-cov-1.6.ebuild: Stable for HPPA (bug #530600). 1.1 dev-python/pytest-cov/pytest-cov-1.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.8.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.8.1.ebuild?rev=1.1&content-type=text/plain Index: pytest-cov-1.8.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.8.1.ebuild,v 1.1 2015/01/28 13:25:24 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_{3,4}} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="py.test plugin for coverage reporting" HOMEPAGE="http://bitbucket.org/memedough/pytest-cov/overview" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" >=dev-python/py-1.4.22[${PYTHON_USEDEP}] >=dev-python/pytest-2.6.0[${PYTHON_USEDEP}] >=dev-python/cov-core-1.14.0[${PYTHON_USEDEP}] >=dev-python/coverage-3.7.1[${PYTHON_USEDEP}] <dev-python/coverage-4[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/virtualenv[${PYTHON_USEDEP}] )" python_test() { # test_ file produces no output; For FI "${PYTHON}" test_pytest_cov.py || die "tests failed under ${EPYTHON}" }
