public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2023-02-10 11:14 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2023-02-10 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     53e64a2a4336e0f77845909d551151b14f86bedc
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 11:13:21 2023 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 11:13:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e64a2a

sci-geosciences/pymap3d: new package, add 2.9.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/pymap3d/Manifest             |  1 +
 sci-geosciences/pymap3d/metadata.xml         | 11 ++++++++++
 sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild | 30 ++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/sci-geosciences/pymap3d/Manifest b/sci-geosciences/pymap3d/Manifest
new file mode 100644
index 000000000000..fe187fce8b30
--- /dev/null
+++ b/sci-geosciences/pymap3d/Manifest
@@ -0,0 +1 @@
+DIST pymap3d-2.9.1.tar.gz 47889 BLAKE2B 5f070a8155719215f6a2b7a8a2585fdf855b47ff610ea86511e4e270eecd3d1c866aadf125f2f2a847f059678fe10e75c61e7c6edeaca78f62dfac43beacaa54 SHA512 ea294d5d9f9ae2b949f281c64023cd2bf4b3667ad9c76e794ac242ae833d70ed45a5a422561aede1d734108c3accbf5fda2aaadb00d27885754a8244e4fc4cb3

diff --git a/sci-geosciences/pymap3d/metadata.xml b/sci-geosciences/pymap3d/metadata.xml
new file mode 100644
index 000000000000..83943bd9d184
--- /dev/null
+++ b/sci-geosciences/pymap3d/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>tupone@gentoo.org</email>
+		<name>Tupone Alfredo</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">geospace-code/pymap3d</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild b/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
new file mode 100644
index 000000000000..d6a7520cbad7
--- /dev/null
+++ b/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+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"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="test? (
+	dev-python/xarray
+	dev-python/pyproj
+)"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	rm src/pymap3d/tests/test_eci.py || die
+	default
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2023-06-30 13:33 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-30 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6a29c24cda3681ec5c80456fdb737d23ecd308
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 13:27:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 13:27:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc6a29c2

sci-geosciences/pymap3d: drop blank DEPEND/RDEPEND

This makes it hard to grep for actual mistakes like DEPEND=DEPEND.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild b/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
index d6a7520cbad7..85e03b29c607 100644
--- a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
+++ b/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
@@ -15,8 +15,6 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 BDEPEND="test? (
 	dev-python/xarray
 	dev-python/pyproj


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2024-01-01  9:06 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-01-01  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c82a43880cc96ac5e82af5739ff352f6feffe032
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 09:05:37 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 09:05:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82a4388

sci-geosciences/pymap3d: PythonCompatUpdate

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 .../pymap3d/{pymap3d-2.9.1.ebuild => pymap3d-2.9.1-r1.ebuild}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild b/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
similarity index 88%
rename from sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
rename to sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
index 85e03b29c607..7592077385f1 100644
--- a/sci-geosciences/pymap3d/pymap3d-2.9.1.ebuild
+++ b/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2024-05-26 17:59 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2024-05-26 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     9df8aa35ba5c26bfd9ec9663cfd1f23f8e0c2990
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 17:59:11 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun May 26 17:59:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df8aa35

sci-geosciences/pymap3d: add 3.0.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

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

diff --git a/sci-geosciences/pymap3d/Manifest b/sci-geosciences/pymap3d/Manifest
index fe187fce8b30..b072109dc868 100644
--- a/sci-geosciences/pymap3d/Manifest
+++ b/sci-geosciences/pymap3d/Manifest
@@ -1 +1,2 @@
 DIST pymap3d-2.9.1.tar.gz 47889 BLAKE2B 5f070a8155719215f6a2b7a8a2585fdf855b47ff610ea86511e4e270eecd3d1c866aadf125f2f2a847f059678fe10e75c61e7c6edeaca78f62dfac43beacaa54 SHA512 ea294d5d9f9ae2b949f281c64023cd2bf4b3667ad9c76e794ac242ae833d70ed45a5a422561aede1d734108c3accbf5fda2aaadb00d27885754a8244e4fc4cb3
+DIST pymap3d-3.0.1.tar.gz 50752 BLAKE2B 98e522d92e8f4e42e59822e31340600c5f59f01576e7459425da2f38bdd74016b514ec2dbec56c39e960c1ee17b7b7271672824435f6ef5b3b96a239dce9722e SHA512 841fccae3c88f699ae19f5f4bd7d755c2065fd6e5b76f6aceb4933b6a093d34bc7b16ca88178c94f571c1a0248ca18265cdb5e580bf420314609768c871aea50

diff --git a/sci-geosciences/pymap3d/pymap3d-3.0.1.ebuild b/sci-geosciences/pymap3d/pymap3d-3.0.1.ebuild
new file mode 100644
index 000000000000..245a3ba6f72a
--- /dev/null
+++ b/sci-geosciences/pymap3d/pymap3d-3.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2025-03-28 19:16 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2025-03-28 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     88544db842d06e27eebd82b53448f65a25b0e302
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 19:15:58 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 19:16:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88544db8

sci-geosciences/pymap3d: drop 2.9.1-r1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/pymap3d/Manifest                |  1 -
 sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild | 28 -------------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-geosciences/pymap3d/Manifest b/sci-geosciences/pymap3d/Manifest
index b072109dc868..bc2e267263c7 100644
--- a/sci-geosciences/pymap3d/Manifest
+++ b/sci-geosciences/pymap3d/Manifest
@@ -1,2 +1 @@
-DIST pymap3d-2.9.1.tar.gz 47889 BLAKE2B 5f070a8155719215f6a2b7a8a2585fdf855b47ff610ea86511e4e270eecd3d1c866aadf125f2f2a847f059678fe10e75c61e7c6edeaca78f62dfac43beacaa54 SHA512 ea294d5d9f9ae2b949f281c64023cd2bf4b3667ad9c76e794ac242ae833d70ed45a5a422561aede1d734108c3accbf5fda2aaadb00d27885754a8244e4fc4cb3
 DIST pymap3d-3.0.1.tar.gz 50752 BLAKE2B 98e522d92e8f4e42e59822e31340600c5f59f01576e7459425da2f38bdd74016b514ec2dbec56c39e960c1ee17b7b7271672824435f6ef5b3b96a239dce9722e SHA512 841fccae3c88f699ae19f5f4bd7d755c2065fd6e5b76f6aceb4933b6a093d34bc7b16ca88178c94f571c1a0248ca18265cdb5e580bf420314609768c871aea50

diff --git a/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild b/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
deleted file mode 100644
index 7592077385f1..000000000000
--- a/sci-geosciences/pymap3d/pymap3d-2.9.1-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
-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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2025-03-28 19:23 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2025-03-28 19:23 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/
@ 2025-03-28 19:24 Alfredo Tupone
  0 siblings, 0 replies; 7+ messages in thread
From: Alfredo Tupone @ 2025-03-28 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f8553a7942024a955b8226aea2b622baad78ab00
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 28 19:23:32 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 28 19:23:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8553a79

sci-geosciences/pymap3d: drop 3.0.1

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-geosciences/pymap3d/Manifest             |  1 -
 sci-geosciences/pymap3d/pymap3d-3.0.1.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/sci-geosciences/pymap3d/Manifest b/sci-geosciences/pymap3d/Manifest
index e5fc972398b9..ac2d0c83b6c2 100644
--- a/sci-geosciences/pymap3d/Manifest
+++ b/sci-geosciences/pymap3d/Manifest
@@ -1,2 +1 @@
-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.0.1.ebuild b/sci-geosciences/pymap3d/pymap3d-3.0.1.ebuild
deleted file mode 100644
index 245a3ba6f72a..000000000000
--- a/sci-geosciences/pymap3d/pymap3d-3.0.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-28 19:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-01  9:06 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/pymap3d/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2025-03-28 19:24 Alfredo Tupone
2025-03-28 19:23 Alfredo Tupone
2025-03-28 19:16 Alfredo Tupone
2024-05-26 17:59 Alfredo Tupone
2023-06-30 13:33 Sam James
2023-02-10 11:14 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox