commit: e9a350addf67efd3beeacf56f3e7acfa4e6f74e7
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Feb 19 19:10:16 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 19:17:46 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a350ad
dev-python/cssutils: enable support for Python 3.5
- revbump for 0.9.10
- silent add for 1.0 and 1.0.1
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
.../{cssutils-1.0.ebuild => cssutils-0.9.10-r2.ebuild} | 11 ++++-------
dev-python/cssutils/cssutils-1.0.1.ebuild | 4 ++--
dev-python/cssutils/cssutils-1.0.ebuild | 4 ++--
3 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/dev-python/cssutils/cssutils-1.0.ebuild
b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild
similarity index 80%
copy from dev-python/cssutils/cssutils-1.0.ebuild
copy to dev-python/cssutils/cssutils-0.9.10-r2.ebuild
index 1e5aa36..1c74279 100644
--- a/dev-python/cssutils/cssutils-1.0.ebuild
+++ b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
inherit distutils-r1 vcs-snapshot
@@ -20,8 +20,7 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="examples test"
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- "
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )"
@@ -36,9 +35,7 @@ python_prepare_all() {
python_test() {
ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die
- # exclude tests that connect to the network
- set -- nosetests \
- -e test_parseUrl -e test_handlers -P
"${BUILD_DIR}/lib/cssutils/tests"
+ set -- nosetests -P "${BUILD_DIR}/lib/cssutils/tests"
echo "$@"
"$@" || die "Testing failed with ${EPYTHON}"
}
diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild
b/dev-python/cssutils/cssutils-1.0.1.ebuild
index d585a63..3553d26 100644
--- a/dev-python/cssutils/cssutils-1.0.1.ebuild
+++ b/dev-python/cssutils/cssutils-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
inherit distutils-r1
diff --git a/dev-python/cssutils/cssutils-1.0.ebuild
b/dev-python/cssutils/cssutils-1.0.ebuild
index 1e5aa36..1a0487d3 100644
--- a/dev-python/cssutils/cssutils-1.0.ebuild
+++ b/dev-python/cssutils/cssutils-1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
inherit distutils-r1 vcs-snapshot