diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-11-15 13:26:23 +0100 |
---|---|---|
committer | Nowa Ammerlaan <nowa@gentoo.org> | 2024-11-19 15:05:19 +0100 |
commit | 1be11b50078d0d2830999bff33a9b42f6121ec3f (patch) | |
tree | dff834a426497261eb92bd2c675bf8e062e96c24 | |
parent | dev-python/{cligj,fiona}: fix indentation in metadata (diff) | |
download | sci-1be11b50078d0d2830999bff33a9b42f6121ec3f.tar.gz sci-1be11b50078d0d2830999bff33a9b42f6121ec3f.tar.bz2 sci-1be11b50078d0d2830999bff33a9b42f6121ec3f.zip |
dev-python/{cligj,fiona,geopandas}: complete upstream tag in metadata
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
-rw-r--r-- | dev-python/cligj/metadata.xml | 2 | ||||
-rw-r--r-- | dev-python/fiona/metadata.xml | 3 | ||||
-rw-r--r-- | dev-python/geopandas/metadata.xml | 11 |
3 files changed, 12 insertions, 4 deletions
diff --git a/dev-python/cligj/metadata.xml b/dev-python/cligj/metadata.xml index db7b27f03..9957eb81e 100644 --- a/dev-python/cligj/metadata.xml +++ b/dev-python/cligj/metadata.xml @@ -11,6 +11,8 @@ well-tested and interoperable CLIs for handling GeoJSON. </longdescription> <upstream> + <bugs-to>https://github.com/mapbox/cligj/issues</bugs-to> + <changelog>https://raw.githubusercontent.com/mapbox/cligj/refs/heads/master/CHANGES.txt</changelog> <remote-id type="github">mapbox/cligj</remote-id> <remote-id type="pypi">cligj</remote-id> </upstream> diff --git a/dev-python/fiona/metadata.xml b/dev-python/fiona/metadata.xml index 7a06b2ee7..b6fff953e 100644 --- a/dev-python/fiona/metadata.xml +++ b/dev-python/fiona/metadata.xml @@ -12,6 +12,9 @@ Geospatial Data Abstraction Library (GDAL). </longdescription> <upstream> + <bugs-to>https://github.com/Toblerity/Fiona/issues</bugs-to> + <changelog>https://raw.githubusercontent.com/Toblerity/Fiona/refs/heads/main/CHANGES.txt</changelog> + <doc>https://fiona.readthedocs.io/</doc> <remote-id type="github">Toblerity/fiona</remote-id> <remote-id type="pypi">Fiona</remote-id> </upstream> diff --git a/dev-python/geopandas/metadata.xml b/dev-python/geopandas/metadata.xml index a102c7148..9b2145fd3 100644 --- a/dev-python/geopandas/metadata.xml +++ b/dev-python/geopandas/metadata.xml @@ -6,13 +6,16 @@ <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 + 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> + <bugs-to>https://github.com/geopandas/geopandas/issues</bugs-to> + <changelog>https://geopandas.org/en/stable/docs/changelog.html</changelog> + <doc>https://geopandas.org/en/stable/docs.html</doc> <remote-id type="github">geopandas/geopandas</remote-id> <remote-id type="pypi">geopandas</remote-id> </upstream> |