mgorny 14/09/06 10:41:07 Modified: pyxdg-0.25-r1.ebuild ChangeLog Log: Enable python3.4 support, clean old targets. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 dev-python/pyxdg/pyxdg-0.25-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild?r1=1.2&r2=1.3 Index: pyxdg-0.25-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyxdg-0.25-r1.ebuild 31 Mar 2014 21:06:16 -0000 1.2 +++ pyxdg-0.25-r1.ebuild 6 Sep 2014 10:41:07 -0000 1.3 @@ -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/pyxdg/pyxdg-0.25-r1.ebuild,v 1.2 2014/03/31 21:06:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/pyxdg-0.25-r1.ebuild,v 1.3 2014/09/06 10:41:07 mgorny Exp $ EAPI=5 # py3.3 removed due to nosetests -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="A Python module to deal with freedesktop.org specifications" @@ -22,6 +22,7 @@ DOCS=( AUTHORS ChangeLog README TODO ) PATCHES=( "${FILESDIR}"/sec-patch-CVE-2014-1624.patch ) + python_test() { nosetests || die } 1.121 dev-python/pyxdg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyxdg/ChangeLog?r1=1.120&r2=1.121 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- ChangeLog 31 Mar 2014 21:06:17 -0000 1.120 +++ ChangeLog 6 Sep 2014 10:41:07 -0000 1.121 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyxdg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.120 2014/03/31 21:06:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxdg/ChangeLog,v 1.121 2014/09/06 10:41:07 mgorny Exp $ + + 06 Sep 2014; Michał Górny <[email protected]> pyxdg-0.25-r1.ebuild: + Enable python3.4 support, clean old targets. 31 Mar 2014; Michał Górny <[email protected]> pyxdg-0.25-r1.ebuild, pyxdg-0.25.ebuild:
