summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/geographiclib/Manifest1
-rw-r--r--dev-python/geographiclib/geographiclib-2.1.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/geographiclib/Manifest b/dev-python/geographiclib/Manifest
index fedefd0eb476..6bc8080301c6 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 000000000000..12bc6478102f
--- /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