idella4 14/05/17 08:18:33 Modified: ChangeLog Added: python-distutils-extra-2.38.ebuild Log: bump; drop py2.6 pypy2_0 add py3.4 pypy support, tidy (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.29 dev-python/python-distutils-extra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 31 Mar 2014 20:40:58 -0000 1.28 +++ ChangeLog 17 May 2014 08:18:33 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/python-distutils-extra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.28 2014/03/31 20:40:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.29 2014/05/17 08:18:33 idella4 Exp $ + +*python-distutils-extra-2.38 (17 May 2014) + + 17 May 2014; Ian Delaney <[email protected]> + +python-distutils-extra-2.38.ebuild: + bump; drop py2.6 pypy2_0 add py3.4 pypy support, tidy 31 Mar 2014; Michał Górny <[email protected]> python-distutils-extra-2.33-r1.ebuild, python-distutils-extra-2.37-r1.ebuild: 1.1 dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild?rev=1.1&content-type=text/plain Index: python-distutils-extra-2.38.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.38.ebuild,v 1.1 2014/05/17 08:18:33 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Gettext support, themed icons and scrollkeeper-based documentation in distutils" HOMEPAGE="https://launchpad.net/python-distutils-extra" SRC_URI="http://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" DOCS=( doc/{FAQ,README,setup.cfg.example,setup.py.example} ) DISTUTILS_IN_SOURCE_BUILD=1 python_prepare_all() { # Disable broken tests. sed \ -e "s/test_desktop/_&/" -e "s/test_po(/_&/" \ -e "s/test_policykit/_&/" -e "s/test_requires_provides/_&/" \ -i test/auto.py || die distutils-r1_python_prepare_all } python_test() { # 5 tests fail with disabled byte-compilation (they rely on exact # output from python). local -x PYTHONDONTWRITEBYTECODE "${PYTHON}" test/auto.py || die "Tests fail with ${EPYTHON}" }
