dev-python/pdfrw: EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 07:05:38 +0000 (09:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 20 Apr 2020 07:41:40 +0000 (09:41 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pdfrw/pdfrw-0.4.ebuild

index 5059fdaf8e5cf158d7a6a60798329d08767d7eae..ea380b6c0c9de3c4fcddfe430608ce460d3beeda 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
@@ -41,7 +41,7 @@ src_prepare() {
        sed -e '/repaginate\/7037/s:[0-9a-f]*$:skip:' \
                -e '/.*\/72eb/s:[0-9a-f]*$:skip:' \
                -i tests/expected.txt || die
-       # fix py3.7+
+       # fix py3.7+ some
        sed -i -e 's:raise StopIteration:return:' pdfrw/tokens.py || die
 
        distutils-r1_src_prepare