astral-1.7.1 Python 3.7 compatibility

This commit is contained in:
Andreas Billmeier 2019-01-06 20:08:08 +01:00
parent 62f72e240a
commit c9ea70b239

View File

@ -3,7 +3,8 @@
EAPI=6
PYTHON_COMPAT=( pypy3 python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit distutils-r1
DESCRIPTION="Calculations for the position of the sun and moon."