idella4 15/07/03 14:49:58 Modified: ChangeLog Added: pytest-runner-2.5.1.ebuild Log: bump; drop arm keywprd due to addition of new dep (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.14 dev-python/pytest-runner/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 28 Jun 2015 12:54:36 -0000 1.13 +++ ChangeLog 3 Jul 2015 14:49:58 -0000 1.14 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pytest-runner # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.13 2015/06/28 12:54:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-runner/ChangeLog,v 1.14 2015/07/03 14:49:58 idella4 Exp $ + +*pytest-runner-2.5.1 (03 Jul 2015) + + 03 Jul 2015; Ian Delaney <[email protected]> +pytest-runner-2.5.1.ebuild: + bump; drop arm keywprd due to addition of new dep 28 Jun 2015; Markus Meier <[email protected]> pytest-runner-2.1.2.ebuild: add ~arm, bug #551850 1.1 dev-python/pytest-runner/pytest-runner-2.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest-runner/pytest-runner-2.5.1.ebuild?rev=1.1&content-type=text/plain Index: pytest-runner-2.5.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-runner/pytest-runner-2.5.1.ebuild,v 1.1 2015/07/03 14:49:58 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Adds support for tests durring installation of setup.py files" HOMEPAGE="http://pypi.python.org/pypi/pytest-runner" SRC_URI="mirror://pypi/p/${PN}/${P}.zip" LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}]" RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
