idella4 15/06/12 08:17:18 Modified: pathlib-1.0.1.ebuild ChangeLog Log: add pypy support (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.5 dev-python/pathlib/pathlib-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild?r1=1.4&r2=1.5 Index: pathlib-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pathlib-1.0.1.ebuild 26 Jan 2015 10:25:48 -0000 1.4 +++ pathlib-1.0.1.ebuild 12 Jun 2015 08:17:17 -0000 1.5 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.4 2015/01/26 10:25:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/pathlib-1.0.1.ebuild,v 1.5 2015/06/12 08:17:17 idella4 Exp $ EAPI=5 # In Python 3.4, pathlib is now part of the standard library. -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 DESCRIPTION="Object-oriented filesystem paths" 1.11 dev-python/pathlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pathlib/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 26 Jan 2015 11:13:15 -0000 1.10 +++ ChangeLog 12 Jun 2015 08:17:17 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pathlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.10 2015/01/26 11:13:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pathlib/ChangeLog,v 1.11 2015/06/12 08:17:17 idella4 Exp $ + + 12 Jun 2015; Ian Delaney <[email protected]> pathlib-1.0.1.ebuild: + add pypy support 26 Jan 2015; Manuel RĂ¼ger <[email protected]> -pathlib-1.0.ebuild: Remove old.
