commit:     5867ccda4009bb9d93dede56792778011ea70aae
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 19:22:51 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 19:22:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5867ccda

sci-geosciences/pymap3d: add 3.1.0

Closes: https://bugs.gentoo.org/934489
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/pymap3d/Manifest             |  1 +
 sci-geosciences/pymap3d/pymap3d-3.1.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/sci-geosciences/pymap3d/Manifest b/sci-geosciences/pymap3d/Manifest
index bc2e267263c7..e5fc972398b9 100644
--- a/sci-geosciences/pymap3d/Manifest
+++ b/sci-geosciences/pymap3d/Manifest
@@ -1 +1,2 @@
 DIST pymap3d-3.0.1.tar.gz 50752 BLAKE2B 
98e522d92e8f4e42e59822e31340600c5f59f01576e7459425da2f38bdd74016b514ec2dbec56c39e960c1ee17b7b7271672824435f6ef5b3b96a239dce9722e
 SHA512 
841fccae3c88f699ae19f5f4bd7d755c2065fd6e5b76f6aceb4933b6a093d34bc7b16ca88178c94f571c1a0248ca18265cdb5e580bf420314609768c871aea50
+DIST pymap3d-3.1.0.tar.gz 51407 BLAKE2B 
95d5d728696b0095a437787fc0c34092e0091d988b188d246de6976aaca4cfed3c6a07d0f695c7b51031c402e13b7bb6f68214775ee7447e0286a05daa8a5145
 SHA512 
09e092cadd56831fc7764d532b7307aa734d805e6fe8055407e11c5aeb4b4000d8e54aed9e7a48cf31f6ba9f1179ed55bd6c9083fedc1d4d157499a800e22474

diff --git a/sci-geosciences/pymap3d/pymap3d-3.1.0.ebuild 
b/sci-geosciences/pymap3d/pymap3d-3.1.0.ebuild
new file mode 100644
index 000000000000..eb1a18627e86
--- /dev/null
+++ b/sci-geosciences/pymap3d/pymap3d-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..13} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Python 3-D coordinate conversions"
+HOMEPAGE="https://github.com/geospace-code/pymap3d";
+SRC_URI="https://github.com/geospace-code/${PN}/archive/refs/tags/v${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="test? (
+       dev-python/xarray
+       dev-python/pyproj
+)"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+       rm src/pymap3d/tests/test_eci.py || die
+       default
+}

Reply via email to