Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/
Date: Sat, 20 Feb 2016 02:30:09
Message-Id: 1455909466.e9a350addf67efd3beeacf56f3e7acfa4e6f74e7.idella4@gentoo
1 commit: e9a350addf67efd3beeacf56f3e7acfa4e6f74e7
2 Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
3 AuthorDate: Fri Feb 19 19:10:16 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 19:17:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a350ad
7
8 dev-python/cssutils: enable support for Python 3.5
9
10 - revbump for 0.9.10
11 - silent add for 1.0 and 1.0.1
12
13 Package-Manager: portage-2.2.26
14 RepoMan-Options: --ignore-arches
15
16 .../{cssutils-1.0.ebuild => cssutils-0.9.10-r2.ebuild} | 11 ++++-------
17 dev-python/cssutils/cssutils-1.0.1.ebuild | 4 ++--
18 dev-python/cssutils/cssutils-1.0.ebuild | 4 ++--
19 3 files changed, 8 insertions(+), 11 deletions(-)
20
21 diff --git a/dev-python/cssutils/cssutils-1.0.ebuild b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild
22 similarity index 80%
23 copy from dev-python/cssutils/cssutils-1.0.ebuild
24 copy to dev-python/cssutils/cssutils-0.9.10-r2.ebuild
25 index 1e5aa36..1c74279 100644
26 --- a/dev-python/cssutils/cssutils-1.0.ebuild
27 +++ b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild
28 @@ -1,9 +1,9 @@
29 -# Copyright 1999-2015 Gentoo Foundation
30 +# Copyright 1999-2016 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 # $Id$
33
34 EAPI=5
35 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
36 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
37
38 inherit distutils-r1 vcs-snapshot
39
40 @@ -20,8 +20,7 @@ SLOT="0"
41 KEYWORDS="~amd64 ~arm ~ppc ~x86"
42 IUSE="examples test"
43
44 -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
45 - "
46 +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
47 DEPEND="${RDEPEND}
48 test? ( dev-python/mock[${PYTHON_USEDEP}] )"
49
50 @@ -36,9 +35,7 @@ python_prepare_all() {
51
52 python_test() {
53 ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die
54 - # exclude tests that connect to the network
55 - set -- nosetests \
56 - -e test_parseUrl -e test_handlers -P "${BUILD_DIR}/lib/cssutils/tests"
57 + set -- nosetests -P "${BUILD_DIR}/lib/cssutils/tests"
58 echo "$@"
59 "$@" || die "Testing failed with ${EPYTHON}"
60 }
61
62 diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild b/dev-python/cssutils/cssutils-1.0.1.ebuild
63 index d585a63..3553d26 100644
64 --- a/dev-python/cssutils/cssutils-1.0.1.ebuild
65 +++ b/dev-python/cssutils/cssutils-1.0.1.ebuild
66 @@ -1,9 +1,9 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 +# Copyright 1999-2016 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 # $Id$
71
72 EAPI=5
73 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
74 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
75
76 inherit distutils-r1
77
78
79 diff --git a/dev-python/cssutils/cssutils-1.0.ebuild b/dev-python/cssutils/cssutils-1.0.ebuild
80 index 1e5aa36..1a0487d3 100644
81 --- a/dev-python/cssutils/cssutils-1.0.ebuild
82 +++ b/dev-python/cssutils/cssutils-1.0.ebuild
83 @@ -1,9 +1,9 @@
84 -# Copyright 1999-2015 Gentoo Foundation
85 +# Copyright 1999-2016 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Id$
88
89 EAPI=5
90 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
91 +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
92
93 inherit distutils-r1 vcs-snapshot