diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-19 19:36:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-19 19:44:27 +0100 |
commit | 678ec93c063796647db38d1aabb1616a4a8e4bf5 (patch) | |
tree | 02534b35325c82db7c7b23e381af40374f5d304a /dev-python/collective-checkdocs | |
parent | dev-python/cjkwrap: Remove py2 (diff) | |
download | gentoo-678ec93c063796647db38d1aabb1616a4a8e4bf5.tar.gz gentoo-678ec93c063796647db38d1aabb1616a4a8e4bf5.tar.bz2 gentoo-678ec93c063796647db38d1aabb1616a4a8e4bf5.zip |
dev-python/collective-checkdocs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/collective-checkdocs')
-rw-r--r-- | dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild index 2684c90f190c..b31c1919910f 100644 --- a/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild +++ b/dev-python/collective-checkdocs/collective-checkdocs-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="Distutils command to view/validate packages's rst text long_descriptions." |