diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:19:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 14:24:34 +0100 |
commit | db7a0d2ff4942a7df28fe5f0ec1ae72ec865d264 (patch) | |
tree | 5fc7232ca700c88fe25b86d5ffcaaaafbe1e274c /dev-python/funcparserlib | |
parent | dev-python/mockldap: Remove py2 (diff) | |
download | gentoo-db7a0d2ff4942a7df28fe5f0ec1ae72ec865d264.tar.gz gentoo-db7a0d2ff4942a7df28fe5f0ec1ae72ec865d264.tar.bz2 gentoo-db7a0d2ff4942a7df28fe5f0ec1ae72ec865d264.zip |
dev-python/funcparserlib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/funcparserlib')
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-0.3.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild index d892853dfb29..fbb7b64947a4 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild index 79de30f06534..e69253e20800 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |