commit:     8116be1ddf9d7120839a05434e6c4108758f75e5
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 12:52:39 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri May 12 12:52:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8116be1d

dev-python/alembic: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/alembic/alembic-0.8.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/alembic/alembic-0.8.10.ebuild 
b/dev-python/alembic/alembic-0.8.10.ebuild
index 38fb8ef801f..0d136584e35 100644
--- a/dev-python/alembic/alembic-0.8.10.ebuild
+++ b/dev-python/alembic/alembic-0.8.10.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5)
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
@@ -30,7 +30,7 @@ DISTUTILS_IN_SOURCE_BUILD=1
 
 python_prepare_all() {
        # suite passes all if run from source. The residual fail & error are 
quite erroneous
-       rm tests/test_script_consumption.py
+       rm tests/test_script_consumption.py || die
 
        distutils-r1_python_prepare_all
 }

Reply via email to