patrick 14/06/12 06:44:54 Modified: ChangeLog Added: hgtools-6.0.ebuild Log: Bump, add py34 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 dev-python/hgtools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 31 Mar 2014 21:08:32 -0000 1.10 +++ ChangeLog 12 Jun 2014 06:44:54 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/hgtools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.10 2014/03/31 21:08:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/ChangeLog,v 1.11 2014/06/12 06:44:54 patrick Exp $ + +*hgtools-6.0 (12 Jun 2014) + + 12 Jun 2014; Patrick Lauer <[email protected]> +hgtools-6.0.ebuild: + Bump, add py34 31 Mar 2014; Michał Górny <[email protected]> hgtools-2.0.2-r1.ebuild, hgtools-2.0.2.ebuild, hgtools-3.0.2.ebuild, hgtools-4.0.ebuild: 1.1 dev-python/hgtools/hgtools-6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hgtools/hgtools-6.0.ebuild?rev=1.1&content-type=text/plain Index: hgtools-6.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/hgtools/hgtools-6.0.ebuild,v 1.1 2014/06/12 06:44:54 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 eutils DESCRIPTION="Classes and setuptools plugin for Mercurial repositories" HOMEPAGE="https://bitbucket.org/jaraco/hgtools/" SRC_URI="mirror://pypi/h/${PN}/${P}.zip" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="test" DEPEND="app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND="dev-vcs/mercurial" DISTUTILS_IN_SOURCE_BUILD=1 python_test() { pushd "${BUILD_DIR}"/../ > /dev/null py.test "${PN}"/tests || die }
