From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Patrick Noll <patrick@patricknoll.com>
Cc: 59938@debbugs.gnu.org
Subject: [bug#59938] [PATCH] add python-ogr2osm package
Date: Sun, 23 Apr 2023 16:47:41 +0200 [thread overview]
Message-ID: <878reisliq.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <HbqTcyLwnJjyy9QxUa6NnAxIoGt17jb-kDNzcf54Hw8n2-w02xfhJgX4bqpIK76APq07PlFpGC5iasvvVbrChU4ATli3OPfVKgkhTlkCijM=@patricknoll.com> (Patrick Noll's message of "Sat, 10 Dec 2022 04:37:44 +0000")
Hello,
Patrick Noll <patrick@patricknoll.com> writes:
> +(define-public python-ogr2osm
Thank you.
Please note your commit message is not properly formatted. It should
look like:
gnu: Add python-ogr2osm.
* gnu/packages/geo.scm (python-ogr2osm): New variable.
Also, indentation is a bit off. You may want to use "guix style" command
to format the packge.
> + (propagated-inputs
> + (list python-gdal python-lxml))
AFAIK, python-gdal is not provided in Guix, so you would need to package
it as well. Also, the package itself probably requires gdal as an input.
> + (arguments '(#:tests? #f)) ; Tests not included in release tarball
Maybe it is better to get it from upsteram them. WDYT?
> + (home-page
> + "https://github.com/roelderickx/ogr2osm")
> + (synopsis
> + "Convert ogr-readable files like shapefiles into Openstreetmap(osm) format")
> + (description
> + "A tool for converting ogr-readable files into Openstreetmap(osm)
> format. Ogr2osm supports reading from ogr files like shapefiles or
> Postgres database. Ogr2osm converts data into osm or osm.pbf formats.
> A translation file can be used to manipulate the data during
> conversion.")
The description should consist of complete sentences. Also, sentences
need to be separated with two spaces.
Would you want to send an updated patch?
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2023-04-23 16:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-10 4:37 [bug#59938] [PATCH] add python-ogr2osm package Patrick Noll
2023-04-23 14:47 ` Nicolas Goaziou [this message]
2024-01-26 1:26 ` Sharlatan Hellseher
2024-01-26 1:26 ` [bug#59938] [PATCH 1/1] gnu: Add python-ogr2osm Sharlatan Hellseher
2024-01-28 22:33 ` bug#59938: [PATCH] add python-ogr2osm package Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878reisliq.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=59938@debbugs.gnu.org \
--cc=patrick@patricknoll.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.