commit: e07d26879a8047c95c64d1996363f89acdc8c508
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Fri Nov 15 13:19:35 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 14:05:19 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e07d2687
dev-python/cligj: add py3.12, add github tarball suffix
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/cligj/cligj-0.7.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/cligj/cligj-0.7.2.ebuild
b/dev-python/cligj/cligj-0.7.2.ebuild
index 28e7f5510..3175d457f 100644
--- a/dev-python/cligj/cligj-0.7.2.ebuild
+++ b/dev-python/cligj/cligj-0.7.2.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
DESCRIPTION="Library for processing GeoJSON commands"
HOMEPAGE="https://github.com/mapbox/cligj"
-SRC_URI="https://github.com/mapbox/${PN}/archive/refs/tags/${PV}.tar.gz ->
${P}.tar.gz"
+SRC_URI="https://github.com/mapbox/${PN}/archive/refs/tags/${PV}.tar.gz ->
${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"