summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brewer <tomboy64@sina.cn>2016-02-19 20:10:16 +0100
committerMatthew Brewer <tomboy64@sina.cn>2016-02-19 20:17:46 +0100
commite9a350addf67efd3beeacf56f3e7acfa4e6f74e7 (patch)
tree23a040c6defbc2d404e97a9de5b26725c385b250 /dev-python/cssutils/cssutils-1.0.1.ebuild
parentx11-misc/okindd: remove old (diff)
downloadgentoo-e9a350addf67efd3beeacf56f3e7acfa4e6f74e7.tar.gz
gentoo-e9a350addf67efd3beeacf56f3e7acfa4e6f74e7.tar.bz2
gentoo-e9a350addf67efd3beeacf56f3e7acfa4e6f74e7.zip
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
Diffstat (limited to 'dev-python/cssutils/cssutils-1.0.1.ebuild')
-rw-r--r--dev-python/cssutils/cssutils-1.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild b/dev-python/cssutils/cssutils-1.0.1.ebuild
index d585a639942d..3553d268297c 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