idella4 14/06/26 15:18:19 Modified: python-ldap-2.4.15.ebuild ChangeLog Log: add pypy support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/python-ldap/python-ldap-2.4.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild?r1=1.1&r2=1.2 Index: python-ldap-2.4.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-ldap-2.4.15.ebuild 14 May 2014 08:31:55 -0000 1.1 +++ python-ldap-2.4.15.ebuild 26 Jun 2014 15:18:18 -0000 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.1 2014/05/14 08:31:55 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/python-ldap-2.4.15.ebuild,v 1.2 2014/06/26 15:18:18 idella4 Exp $ EAPI=5 -# pypy: bug #458558 (wrong linker options due to not respecting CC) -PYTHON_COMPAT=( python2_7 ) +# setup.py is written only for py2, which suits pypy +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 multilib 1.134 dev-python/python-ldap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.134&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?rev=1.134&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-ldap/ChangeLog?r1=1.133&r2=1.134 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- ChangeLog 14 Jun 2014 10:38:54 -0000 1.133 +++ ChangeLog 26 Jun 2014 15:18:18 -0000 1.134 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-ldap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.133 2014/06/14 10:38:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-ldap/ChangeLog,v 1.134 2014/06/26 15:18:18 idella4 Exp $ + + 26 Jun 2014; Ian Delaney <[email protected]> python-ldap-2.4.15.ebuild: + add pypy support 14 Jun 2014; Pawel Hajdan jr <[email protected]> python-ldap-2.4.10-r1.ebuild:
