dev-python/pycups: version bump, enable python-3.6
authorFrancesco Riosa <vivo75@gmail.com>
Wed, 16 Aug 2017 21:19:03 +0000 (23:19 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 2 Sep 2017 15:03:51 +0000 (01:03 +1000)
The package build with python 3.6

 * Package:    dev-python/pycups-1.9.73-r1
 * Repository: vivovl
 * Maintainer: reavertm@gentoo.org printing@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python2_7 python_targets_python3_6 userland_GNU
 * FEATURES:   compressdebug preserve-libs sandbox splitdebug test userpriv usersandbox

ebuild has no tests, "app-admin/system-config-printer", the only user on this system work fine

dev-python/pycups/pycups-1.9.73-r1.ebuild

index 0ff7394af9c5881673dab4c6dd5d023dc686f372..44747e176b543dbe0835b53fb8c2f3ab3f86341f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for the CUPS API"