radhermit 15/08/01 18:59:50 Modified: pychroot-9999.ebuild ChangeLog Log: Update DESCRIPTION, add setuptools as an rdep, and force snakeoil from git. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.4 dev-python/pychroot/pychroot-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild?r1=1.3&r2=1.4 Index: pychroot-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pychroot-9999.ebuild 4 Apr 2015 02:41:02 -0000 1.3 +++ pychroot-9999.ebuild 1 Aug 2015 18:59:50 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 1.3 2015/04/04 02:41:02 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/pychroot-9999.ebuild,v 1.4 2015/08/01 18:59:50 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,16 +14,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi -DESCRIPTION="a python library that simplifies chroot handling" +DESCRIPTION="a python library and cli tool that simplify chroot handling" HOMEPAGE="https://github.com/pkgcore/pychroot" LICENSE="BSD" SLOT="0" IUSE="test" -RDEPEND=">=dev-python/snakeoil-0.6.2[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + =dev-python/snakeoil-9999[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} test? ( $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7) dev-python/pytest[${PYTHON_USEDEP}] 1.9 dev-python/pychroot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pychroot/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 6 Jul 2015 01:41:29 -0000 1.8 +++ ChangeLog 1 Aug 2015 18:59:50 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pychroot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.8 2015/07/06 01:41:29 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychroot/ChangeLog,v 1.9 2015/08/01 18:59:50 radhermit Exp $ + + 01 Aug 2015; Tim Harder <[email protected]> pychroot-9999.ebuild: + Update DESCRIPTION, add setuptools as an rdep, and force snakeoil from git. 06 Jul 2015; Tim Harder <[email protected]> -pychroot-0.9.8.ebuild, -pychroot-0.9.10.ebuild:
