summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-05 11:35:39 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-05 11:44:56 +0200
commit03225715650e6668075da874c7c0c5b8de8b374e (patch)
tree500f595f980c3eea9ad91d171871f2238b143ab2 /dev-python/docopt
parentdev-python/docopt: Fix running tests, switch to GitHub archive (diff)
downloadgentoo-03225715650e6668075da874c7c0c5b8de8b374e.tar.gz
gentoo-03225715650e6668075da874c7c0c5b8de8b374e.tar.bz2
gentoo-03225715650e6668075da874c7c0c5b8de8b374e.zip
dev-python/docopt: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/docopt')
-rw-r--r--dev-python/docopt/docopt-0.6.2-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/docopt/docopt-0.6.2-r3.ebuild b/dev-python/docopt/docopt-0.6.2-r3.ebuild
index 1ea687432a5c..e125fea5dc00 100644
--- a/dev-python/docopt/docopt-0.6.2-r3.ebuild
+++ b/dev-python/docopt/docopt-0.6.2-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )