dev-python/suntime: update for newer python

Package-Manager: Portage-3.0.18, Repoman-3.0.2
This commit is contained in:
Anton Schubert 2021-04-26 14:58:08 +02:00
parent d2a9df4d5e
commit 018f73ff73
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# Copyright 2020 Gentoo Authors
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
PYTHON_COMPAT=( python3_7 python3_8 python3_9 )
inherit distutils-r1
DESCRIPTION="Simple sunset and sunrise time calculation python library"