Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tagpy/
Date: Thu, 05 May 2016 21:11:19
Message-Id: 1462482667.4888f8608fcb56f18e82d287aa1142b2004d89a8.soap@gentoo
1 commit: 4888f8608fcb56f18e82d287aa1142b2004d89a8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 21:00:14 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 21:11:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4888f860
7
8 dev-python/tagpy: Require USE="threads" for dev-libs/boost
9
10 Gentoo-Bug: 580496
11 * EAPI=6
12 * Add python-3.5 support
13 * Remove call to 'distutils-r1_python_configure'
14
15 Package-Manager: portage-2.2.28
16
17 dev-python/tagpy/tagpy-2013.1.ebuild | 10 +++++-----
18 1 file changed, 5 insertions(+), 5 deletions(-)
19
20 diff --git a/dev-python/tagpy/tagpy-2013.1.ebuild b/dev-python/tagpy/tagpy-2013.1.ebuild
21 index 3518f85..579986c 100644
22 --- a/dev-python/tagpy/tagpy-2013.1.ebuild
23 +++ b/dev-python/tagpy/tagpy-2013.1.ebuild
24 @@ -1,9 +1,10 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 -EAPI=5
31 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
32 +EAPI=6
33 +
34 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
35
36 inherit distutils-r1
37
38 @@ -16,7 +17,7 @@ SLOT="0"
39 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
40 IUSE="examples"
41
42 -RDEPEND=">=dev-libs/boost-1.49.0[python${PYTHON_TARGETS}]
43 +RDEPEND=">=dev-libs/boost-1.49.0:=[python,threads,${PYTHON_USEDEP}]
44 >=media-libs/taglib-1.7.2"
45 DEPEND="${RDEPEND}
46 dev-python/setuptools[${PYTHON_USEDEP}]"
47 @@ -27,7 +28,6 @@ python_configure() {
48 "${PYTHON}" configure.py \
49 --taglib-inc-dir="${EPREFIX}/usr/include/taglib" \
50 --boost-python-libname="boost_python-${EPYTHON#python}"
51 - distutils-r1_python_configure
52 }
53
54 python_install_all() {