idella4 15/03/31 04:26:20 Modified: tagpy-2013.1.ebuild ChangeLog Log: Clean up even more PYTHON_COMPAT from old implementations, add py3.4 support, fixes bug #461276 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/tagpy/tagpy-2013.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild?r1=1.2&r2=1.3 Index: tagpy-2013.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tagpy-2013.1.ebuild 5 Sep 2013 18:47:12 -0000 1.2 +++ tagpy-2013.1.ebuild 31 Mar 2015 04:26:20 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild,v 1.2 2013/09/05 18:47:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild,v 1.3 2015/03/31 04:26:20 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 @@ -20,6 +20,7 @@ >=media-libs/taglib-1.7.2" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" + DISTUTILS_IN_SOURCE_BUILD=1 python_configure() { 1.56 dev-python/tagpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tagpy/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tagpy/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/tagpy/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 5 Sep 2013 18:47:12 -0000 1.55 +++ ChangeLog 31 Mar 2015 04:26:20 -0000 1.56 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/tagpy -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v 1.55 2013/09/05 18:47:12 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v 1.56 2015/03/31 04:26:20 idella4 Exp $ + + 31 Mar 2015; Ian Delaney <[email protected]> tagpy-2013.1.ebuild: + Clean up even more PYTHON_COMPAT from old implementations, add py3.4 support, + fixes bug #461276 05 Sep 2013; Michał Górny <[email protected]> tagpy-2013.1.ebuild: Clean up PYTHON_COMPAT from old implementations.
