summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneeshy <neeshy@tfwno.gf>2020-03-25 15:36:49 -0400
committerCraig Andrews <candrews@gentoo.org>2020-04-18 22:35:37 -0400
commit6afdd5269f9468f9c87f9cceceb29647b1f7a0d8 (patch)
tree4e169c8a22e76f3184c1b50affec96db1bc188bc /dev-python/pyclipper
parentdev-python/nototools: add python3_8 target (diff)
downloadgentoo-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.ebuild2
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"