summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 20:29:33 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 20:40:44 +0200
commit895e774062225878982a4b433470e75496702dbd (patch)
treec8f858fa6ce2775157b271f7da2cf7865e19d4f8 /dev-python/jdcal/jdcal-1.4.1-r1.ebuild
parentdev-python/ipython_genutils: Enable py3.13 (diff)
downloadgentoo-895e774062225878982a4b433470e75496702dbd.tar.gz
gentoo-895e774062225878982a4b433470e75496702dbd.tar.bz2
gentoo-895e774062225878982a4b433470e75496702dbd.zip
dev-python/jdcal: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jdcal/jdcal-1.4.1-r1.ebuild')
-rw-r--r--dev-python/jdcal/jdcal-1.4.1-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/jdcal/jdcal-1.4.1-r1.ebuild b/dev-python/jdcal/jdcal-1.4.1-r1.ebuild
index d841468f664c..0196c5ef7da8 100644
--- a/dev-python/jdcal/jdcal-1.4.1-r1.ebuild
+++ b/dev-python/jdcal/jdcal-1.4.1-r1.ebuild
@@ -1,15 +1,18 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Julian dates from proleptic Gregorian and Julian calendars"
-HOMEPAGE="https://github.com/phn/jdcal"
+HOMEPAGE="
+ https://github.com/phn/jdcal/
+ https://pypi.org/project/jdcal/
+"
LICENSE="BSD"
KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"