dev-python/decoratortools: Port to EAPI 6
authorDavid Seifert <soap@gentoo.org>
Fri, 10 Mar 2017 20:22:48 +0000 (21:22 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 10 Mar 2017 20:40:16 +0000 (21:40 +0100)
Bug: https://bugs.gentoo.org/show_bug.cgi?id=611772
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/decoratortools/decoratortools-1.8-r1.ebuild

index 7a3a96930ef286104af3f245dcfe6327e98dc70d..f869b727359eac70119d892c75c0c694a2d0eb7a 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 pypy )
 
@@ -29,6 +29,8 @@ S="${WORKDIR}/${MY_P}"
 python_prepare_all() {
        # Disable tests broken with named tuples.
        sed -e "s/additional_tests/_&/" -i test_decorators.py || die "sed failed"
+
+       distutils-r1_python_prepare_all
 }
 
 python_test() {