idella4 15/02/02 13:38:35 Modified: virtualenv-12.0.6.ebuild ChangeLog Log: update HOMEPAGE, expand comment re RESTRICT slightly (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/virtualenv/virtualenv-12.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild?r1=1.1&r2=1.2 Index: virtualenv-12.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- virtualenv-12.0.6.ebuild 1 Feb 2015 21:45:12 -0000 1.1 +++ virtualenv-12.0.6.ebuild 2 Feb 2015 13:38:35 -0000 1.2 @@ -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/virtualenv/virtualenv-12.0.6.ebuild,v 1.1 2015/02/01 21:45:12 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-12.0.6.ebuild,v 1.2 2015/02/02 13:38:35 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Virtual Python Environment builder" -HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv" +HOMEPAGE="http://www.virtualenv.org/ https://github.com/pypa/virtualenv/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" @@ -30,7 +30,7 @@ "${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch ) -# pypi releases don't include tests +# pypi releases don't include tests, github simply missed making a tarball locally for this release RESTRICT="test" python_compile_all() { 1.137 dev-python/virtualenv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.137&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.137&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.136&r2=1.137 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- ChangeLog 1 Feb 2015 21:45:12 -0000 1.136 +++ ChangeLog 2 Feb 2015 13:38:35 -0000 1.137 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/virtualenv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.136 2015/02/01 21:45:12 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.137 2015/02/02 13:38:35 idella4 Exp $ + + 02 Feb 2015; Ian Delaney <idel...@gentoo.org> virtualenv-12.0.6.ebuild: + update HOMEPAGE, expand comment re RESTRICT slightly *virtualenv-12.0.6 (01 Feb 2015)