x11-base/xcb-proto: Drop support for Python 2.7.
[gentoo.git] / dev-python / jdcal / jdcal-1.2.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
7
8 inherit distutils-r1
9
10 DESCRIPTION="Julian dates from proleptic Gregorian and Julian calendars"
11 HOMEPAGE="https://github.com/phn/jdcal"
12 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
13
14 LICENSE="BSD"
15 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
16 SLOT="0"