* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2022-01-18 16:37 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-01-18 16:37 UTC (permalink / raw
To: gentoo-commits
commit: a7d5d4c5796ec77b9f6b40726aeee5a0245af2d1
Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Sun Jan 16 11:00:42 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 16:37:50 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a7d5d4c5
dev-python/geopandas: new 0.10.2
new pkg for geodata engineering
status: test pass, works for me
Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1138
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/geopandas/geopandas-0.10.2.ebuild | 34 ++++++++++++++++++++++++++++
dev-python/geopandas/metadata.xml | 19 ++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/geopandas/geopandas-0.10.2.ebuild b/dev-python/geopandas/geopandas-0.10.2.ebuild
new file mode 100644
index 000000000..6dde1c23f
--- /dev/null
+++ b/dev-python/geopandas/geopandas-0.10.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517="setuptools"
+inherit distutils-r1
+
+DESCRIPTION="Python tools for geographic data"
+HOMEPAGE="https://github.com/geopandas/geopandas"
+SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/pandas[${PYTHON_USEDEP}]
+ sci-libs/shapely[${PYTHON_USEDEP}]
+ dev-python/fiona[${PYTHON_USEDEP}]
+ dev-python/pyproj[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local deselect=(
+ # disable tests due to networking being blocked
+ geopandas/io/tests/test_file.py::test_read_file_remote_zipfile_url
+ geopandas/io/tests/test_file.py::test_read_file_remote_geojson_url
+ )
+
+ epytest ${deselect[@]/#/--deselect }
+}
diff --git a/dev-python/geopandas/metadata.xml b/dev-python/geopandas/metadata.xml
new file mode 100644
index 000000000..a9b62a0d8
--- /dev/null
+++ b/dev-python/geopandas/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ GeoPandas is a project to add support for geographic data to pandas
+ objects. It currently implements GeoSeries and GeoDataFrame types
+ which are subclasses of pandas.Series and pandas.DataFrame
+ respectively. GeoPandas objects can act on shapely geometry objects
+ and perform geometric operations.
+</longdescription>
+ <upstream>
+ <remote-id type="github">geopandas/geopandas</remote-id>
+ <remote-id type="pypi">geopandas</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2022-07-03 8:26 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-07-03 8:26 UTC (permalink / raw
To: gentoo-commits
commit: 0641af56dd5304920e470c4175f400018b594441
Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Sun Jul 3 06:32:22 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 08:24:56 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0641af56
dev-python/geopandas: move to dev-python/shapely
Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1153
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/geopandas/geopandas-0.10.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/geopandas/geopandas-0.10.2.ebuild b/dev-python/geopandas/geopandas-0.10.2.ebuild
index 6dde1c23f..e63aaa1bc 100644
--- a/dev-python/geopandas/geopandas-0.10.2.ebuild
+++ b/dev-python/geopandas/geopandas-0.10.2.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/pandas[${PYTHON_USEDEP}]
- sci-libs/shapely[${PYTHON_USEDEP}]
+ dev-python/shapely[${PYTHON_USEDEP}]
dev-python/fiona[${PYTHON_USEDEP}]
dev-python/pyproj[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2022-12-10 12:42 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-12-10 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 9e16c84288ef96ceeb7390d8cf6fc8872ffd0db8
Author: Dennis Gonçalves <camaradadennis <AT> gmail <DOT> com>
AuthorDate: Fri Dec 9 19:53:34 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 12:29:05 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9e16c842
dev-python/geopandas: added optfeature messages to pkg_postinst()
Signed-off-by: Dennis Gonçalves <camaradadennis <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1184
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/geopandas/geopandas-0.12.1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-python/geopandas/geopandas-0.12.1.ebuild b/dev-python/geopandas/geopandas-0.12.1.ebuild
index e63aaa1bc..86a8624a1 100644
--- a/dev-python/geopandas/geopandas-0.12.1.ebuild
+++ b/dev-python/geopandas/geopandas-0.12.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517="setuptools"
-inherit distutils-r1
+inherit distutils-r1 optfeature
DESCRIPTION="Python tools for geographic data"
HOMEPAGE="https://github.com/geopandas/geopandas"
@@ -32,3 +32,9 @@ python_test() {
epytest ${deselect[@]/#/--deselect }
}
+
+pkg_postinst() {
+ optfeature "plotting" dev-python/matplotlib
+ optfeature "spatial indexes and spatial joins" sci-libs/rtree
+ optfeature "geocoding" sci-geosciences/geopy
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2022-12-10 12:42 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2022-12-10 12:42 UTC (permalink / raw
To: gentoo-commits
commit: 6098b5041129e435680cc984b64b371bd933de33
Author: Dennis Gonçalves <camaradadennis <AT> gmail <DOT> com>
AuthorDate: Fri Dec 9 17:41:04 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 12:29:05 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6098b504
dev-python/geopandas: add 0.12.1, drop 0.10.2
Signed-off-by: Dennis Gonçalves <camaradadennis <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/geopandas/{geopandas-0.10.2.ebuild => geopandas-0.12.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-python/geopandas/geopandas-0.10.2.ebuild b/dev-python/geopandas/geopandas-0.12.1.ebuild
similarity index 100%
rename from dev-python/geopandas/geopandas-0.10.2.ebuild
rename to dev-python/geopandas/geopandas-0.12.1.ebuild
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2023-01-12 10:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2023-01-12 10:51 UTC (permalink / raw
To: gentoo-commits
commit: c2f2faa5a537f5713974d5181139bb212a99a7e9
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:50:02 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:50:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2f2faa5
dev-python/geopandas: disable py3.8, py3.9
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/geopandas/geopandas-0.12.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/geopandas/geopandas-0.12.1.ebuild b/dev-python/geopandas/geopandas-0.12.1.ebuild
index 86a8624a1..e92e340e2 100644
--- a/dev-python/geopandas/geopandas-0.12.1.ebuild
+++ b/dev-python/geopandas/geopandas-0.12.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1 optfeature
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2023-01-12 10:51 Horea Christian
0 siblings, 0 replies; 9+ messages in thread
From: Horea Christian @ 2023-01-12 10:51 UTC (permalink / raw
To: gentoo-commits
commit: fb74a54a6d54be848ee824ef207a5babc6276e5b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Jan 12 10:51:30 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Jan 12 10:51:30 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fb74a54a
dev-python/geopandas: update SRC_URI
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/geopandas/geopandas-0.12.1.ebuild | 2 +-
dev-python/geopandas/metadata.xml | 30 ++++++++++++++--------------
2 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/dev-python/geopandas/geopandas-0.12.1.ebuild b/dev-python/geopandas/geopandas-0.12.1.ebuild
index e92e340e2..1fd17dda0 100644
--- a/dev-python/geopandas/geopandas-0.12.1.ebuild
+++ b/dev-python/geopandas/geopandas-0.12.1.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1 optfeature
DESCRIPTION="Python tools for geographic data"
HOMEPAGE="https://github.com/geopandas/geopandas"
-SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
diff --git a/dev-python/geopandas/metadata.xml b/dev-python/geopandas/metadata.xml
index a9b62a0d8..a102c7148 100644
--- a/dev-python/geopandas/metadata.xml
+++ b/dev-python/geopandas/metadata.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- GeoPandas is a project to add support for geographic data to pandas
- objects. It currently implements GeoSeries and GeoDataFrame types
- which are subclasses of pandas.Series and pandas.DataFrame
- respectively. GeoPandas objects can act on shapely geometry objects
- and perform geometric operations.
-</longdescription>
- <upstream>
- <remote-id type="github">geopandas/geopandas</remote-id>
- <remote-id type="pypi">geopandas</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ GeoPandas is a project to add support for geographic data to pandas
+ objects. It currently implements GeoSeries and GeoDataFrame types
+ which are subclasses of pandas.Series and pandas.DataFrame
+ respectively. GeoPandas objects can act on shapely geometry objects
+ and perform geometric operations.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">geopandas/geopandas</remote-id>
+ <remote-id type="pypi">geopandas</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2023-02-10 10:48 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 22ad14a81fa0d221d79579b37d0a80d953ebaf18
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 10:47:39 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 10:47:39 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22ad14a8
dev-python/geopandas: add 0.12.2, drop 0.12.1
Closes: https://github.com/gentoo/sci/pull/1190
Co-authored-by: =?UTF-8?q?Dennis=20Gon=C3=A7alves?= <camaradadennis <AT> gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../geopandas/{geopandas-0.12.1.ebuild => geopandas-0.12.2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/geopandas/geopandas-0.12.1.ebuild b/dev-python/geopandas/geopandas-0.12.2.ebuild
similarity index 86%
rename from dev-python/geopandas/geopandas-0.12.1.ebuild
rename to dev-python/geopandas/geopandas-0.12.2.ebuild
index 1fd17dda0..10edebed5 100644
--- a/dev-python/geopandas/geopandas-0.12.1.ebuild
+++ b/dev-python/geopandas/geopandas-0.12.2.ebuild
@@ -3,12 +3,12 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
-DISTUTILS_USE_PEP517="setuptools"
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
DESCRIPTION="Python tools for geographic data"
-HOMEPAGE="https://github.com/geopandas/geopandas"
+HOMEPAGE="https://github.com/geopandas/geopandas https://pypi.org/project/geopandas/"
SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2023-09-05 11:05 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2023-09-05 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 73dbd35fdd9ad310ed136ad1bb5257ca0fad3e7a
Author: Dennis Gonçalves <camaradadennis <AT> gmail <DOT> com>
AuthorDate: Sat Sep 2 14:23:32 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 11:05:28 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=73dbd35f
dev-python/geopandas: add 0.13.2, drop 0.12.2
Closes: https://github.com/gentoo/sci/pull/1217
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../{geopandas-0.12.2.ebuild => geopandas-0.13.2.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/geopandas/geopandas-0.12.2.ebuild b/dev-python/geopandas/geopandas-0.13.2.ebuild
similarity index 77%
rename from dev-python/geopandas/geopandas-0.12.2.ebuild
rename to dev-python/geopandas/geopandas-0.13.2.ebuild
index 10edebed5..921c13417 100644
--- a/dev-python/geopandas/geopandas-0.12.2.ebuild
+++ b/dev-python/geopandas/geopandas-0.13.2.ebuild
@@ -25,9 +25,10 @@ distutils_enable_tests pytest
python_test() {
local deselect=(
- # disable tests due to networking being blocked
- geopandas/io/tests/test_file.py::test_read_file_remote_zipfile_url
- geopandas/io/tests/test_file.py::test_read_file_remote_geojson_url
+ # needs network access
+ geopandas/io/tests/test_file.py::test_read_file_url
+ # fails with RuntimeError thrown by matplotlib
+ geopandas/tests/test_plotting.py::TestGeoplotAccessor::test_pandas_kind
)
epytest ${deselect[@]/#/--deselect }
@@ -37,4 +38,5 @@ pkg_postinst() {
optfeature "plotting" dev-python/matplotlib
optfeature "spatial indexes and spatial joins" sci-libs/rtree
optfeature "geocoding" sci-geosciences/geopy
+ optfeature "geodatabase access" dev-python/psycopg dev-python/sqlalchemy
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/
@ 2024-11-19 14:05 Nowa Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Nowa Ammerlaan @ 2024-11-19 14:05 UTC (permalink / raw
To: gentoo-commits
commit: ca4be3f20afd758d4428360feb799bd98b77038f
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Fri Nov 15 14:24:06 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 14:05:24 2024 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca4be3f2
dev-python/geopandas: add 1.0.1 with masked tests
- add version numbers to DEPENDs
- use EPYTEST_DESELECT
- add known test failiures to deselect
- improve comment
- clean out optfeatures
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/sci/pull/1302
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/geopandas/geopandas-1.0.1.ebuild | 48 +++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/dev-python/geopandas/geopandas-1.0.1.ebuild b/dev-python/geopandas/geopandas-1.0.1.ebuild
new file mode 100644
index 000000000..9b440455f
--- /dev/null
+++ b/dev-python/geopandas/geopandas-1.0.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python tools for geographic data"
+HOMEPAGE="
+ https://github.com/geopandas/geopandas
+ https://pypi.org/project/geopandas/
+"
+SRC_URI="https://github.com/geopandas/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # 10 tests fail for 1.0.1
+
+# upstream order
+RDEPEND="
+ dev-python/numpy[${PYTHON_USEDEP}]
+ >=dev-python/pandas-1.4[${PYTHON_USEDEP}]
+ >=dev-python/shapely-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/pyproj-3.3.0[${PYTHON_USEDEP}]
+ dev-python/fiona[${PYTHON_USEDEP}]
+"
+
+EPYTEST_DESELECT=(
+ # violates network sandbox
+ geopandas/io/tests/test_file.py::test_read_file_url
+ # fails with RuntimeError thrown by matplotlib
+ geopandas/tests/test_plotting.py::TestGeoplotAccessor::test_pandas_kind
+
+ # rtree results are known to be unordered, see False-expected1
+ geopandas/tests/test_sindex.py::TestShapelyInterface::test_query_bulk_sorting
+ geopandas/tests/test_sindex.py::TestShapelyInterface::test_query_sorting
+)
+distutils_enable_tests pytest
+
+pkg_postinst() {
+ optfeature "plotting" >=dev-python/matplotlib-3.5.0
+ optfeature "geocoding" sci-geosciences/geopy
+ elog "For full optional dependencies list visit"
+ elog "https://geopandas.org/en/stable/getting_started/install.html#dependencies"
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-11-19 14:05 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 12:42 [gentoo-commits] proj/sci:master commit in: dev-python/geopandas/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-11-19 14:05 Nowa Ammerlaan
2023-09-05 11:05 Andrew Ammerlaan
2023-02-10 10:48 Andrew Ammerlaan
2023-01-12 10:51 Horea Christian
2023-01-12 10:51 Horea Christian
2022-12-10 12:42 Andrew Ammerlaan
2022-07-03 8:26 Andrew Ammerlaan
2022-01-18 16:37 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox