From e51ef8286ddfd6ac972472c0fc47b25135eece03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 22 Aug 2025 04:17:57 +0200 Subject: [PATCH] dev-python/geographiclib: Bump to 2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/geographiclib/Manifest | 1 + .../geographiclib/geographiclib-2.1.ebuild | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 dev-python/geographiclib/geographiclib-2.1.ebuild diff --git a/dev-python/geographiclib/Manifest b/dev-python/geographiclib/Manifest index fedefd0eb4767..6bc8080301c64 100644 --- a/dev-python/geographiclib/Manifest +++ b/dev-python/geographiclib/Manifest @@ -1 +1,2 @@ DIST geographiclib-2.0.tar.gz 36720 BLAKE2B 31759eda6b77b191c34c18c2c6abdcf04214391e7d77eb68aa000aff8ec35519ab705b358f76bb0a50aff74708bcada664bdf3a97a3fb3e482ca773d6f410eed SHA512 08e67317b83ed96dc45b013bfc0eac771f015250da07b1574252f566f48ce944ad0a5a0623b1bfc96c14e65658f2f39a069af5ceb6ffe153677cc2a023eeef91 +DIST geographiclib-2.1.tar.gz 37004 BLAKE2B 63bef1098185783cf2b5f8af59e494bbcb81f0d2a45725bce0a00ecdc1b3d3c9f1bba529f2ad3b05c558a0a386009798e33a71dc025672a71d9b98f15dc34ca7 SHA512 585f507cf7c3815645462affcc40c6babfa3179dfae695eeddf1a96de9315957679a00949d8c68f900c6da024a57cf1f6b90cbd843d8fdc668b6b43717d9ae5c diff --git a/dev-python/geographiclib/geographiclib-2.1.ebuild b/dev-python/geographiclib/geographiclib-2.1.ebuild new file mode 100644 index 0000000000000..12bc6478102f8 --- /dev/null +++ b/dev-python/geographiclib/geographiclib-2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..14} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 pypi + +DESCRIPTION="Python implementation of the geodesic routines" +HOMEPAGE=" + https://geographiclib.sourceforge.io/Python/ + https://github.com/geographiclib/geographiclib-python/ + https://pypi.org/project/geographiclib/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests unittest