idella4 14/06/23 02:36:02 Modified: hgdistver-0.16-r1.ebuild ChangeLog Added: hgdistver-0.18.ebuild Log: bump; Clean old impls, add py3.4, correct test pahse (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.10 dev-python/hgdistver/hgdistver-0.16-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild?r1=1.9&r2=1.10 Index: hgdistver-0.16-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- hgdistver-0.16-r1.ebuild 8 Jun 2014 11:08:24 -0000 1.9 +++ hgdistver-0.16-r1.ebuild 23 Jun 2014 02:36:02 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v 1.9 2014/06/08 11:08:24 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v 1.10 2014/06/23 02:36:02 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -22,5 +22,5 @@ python_test() { # https://bitbucket.org/RonnyPfannschmidt/hgdistver/issue/9/test-failures; train wreck - nosetests || die "Tests failed under ${EPYTHON}" + py.test || die "Tests failed under ${EPYTHON}" } 1.12 dev-python/hgdistver/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 8 Jun 2014 11:08:24 -0000 1.11 +++ ChangeLog 23 Jun 2014 02:36:02 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/hgdistver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.11 2014/06/08 11:08:24 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.12 2014/06/23 02:36:02 idella4 Exp $ + +*hgdistver-0.18 (23 Jun 2014) + + 23 Jun 2014; Ian Delaney <idel...@gentoo.org> +hgdistver-0.18.ebuild, + hgdistver-0.16-r1.ebuild: + bump; Clean old impls, add py3.4, correct test pahse 08 Jun 2014; Akinori Hattori <hat...@gentoo.org> hgdistver-0.16-r1.ebuild, hgdistver-0.16.ebuild: 1.1 dev-python/hgdistver/hgdistver-0.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.18.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgdistver/hgdistver-0.18.ebuild?rev=1.1&content-type=text/plain Index: hgdistver-0.18.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.18.ebuild,v 1.1 2014/06/23 02:36:02 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="utility lib to generate python package version infos from mercurial tags" HOMEPAGE="http://bitbucket.org/RonnyPfannschmidt/hgdistver/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND="" python_test() { py.test || die "Tests failed under ${EPYTHON}" }