diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:49 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:37 -0400 |
commit | 6afdd5269f9468f9c87f9cceceb29647b1f7a0d8 (patch) | |
tree | 4e169c8a22e76f3184c1b50affec96db1bc188bc /dev-python/pyclipper | |
parent | dev-python/nototools: add python3_8 target (diff) | |
download | gentoo-6afdd5269f9468f9c87f9cceceb29647b1f7a0d8.tar.gz gentoo-6afdd5269f9468f9c87f9cceceb29647b1f7a0d8.tar.bz2 gentoo-6afdd5269f9468f9c87f9cceceb29647b1f7a0d8.zip |
dev-python/pyclipper: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/pyclipper')
-rw-r--r-- | dev-python/pyclipper/pyclipper-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyclipper/pyclipper-1.1.0.ebuild b/dev-python/pyclipper/pyclipper-1.1.0.ebuild index 1b5ae95083e4..6790a573079a 100644 --- a/dev-python/pyclipper/pyclipper-1.1.0.ebuild +++ b/dev-python/pyclipper/pyclipper-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Cython wrapper for the C++ translation of the Angus Johnson's Clipper library" |