From: "Björn Höfling" <bjoern.hoefling@bjoernhoefling.de>
To: Julien Lepiller <julien@lepiller.eu>
Cc: 32813@debbugs.gnu.org
Subject: [bug#32813] [PATCH 2/4] gnu: Add imposm3.
Date: Tue, 25 Sep 2018 19:16:17 +0200 [thread overview]
Message-ID: <20180925191617.255bc41c@alma-ubu> (raw)
In-Reply-To: <20180923204311.8086-2-julien@lepiller.eu>
[-- Attachment #1: Type: text/plain, Size: 1722 bytes --]
On Sun, 23 Sep 2018 22:43:09 +0200
Julien Lepiller <julien@lepiller.eu> wrote:
> * gnu/packages/geo.scm (imposm3): New variable.
> ---
> gnu/packages/geo.scm | 34 ++++++++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
> index e6aafff7d..81bffcc88 100644
> --- a/gnu/packages/geo.scm
> +++ b/gnu/packages/geo.scm
> @@ -790,3 +790,37 @@ location queries to be run in SQL.")
> takes geospatial data and slices it into vector tiles that can be
> efficiently delivered to any client.")
> (license license:expat)))
> +
> +(define-public imposm3
> + (package
> + (name "imposm3")
> + (version "0.6.0-alpha.4")
Is there a reason you chose the -alpha.4 instead of 0.5.0?
[..]
> + (home-page "http://imposm.org/")
Use https.
> + (synopsis "OpenStreetMap importer for PostGIS.")
> + (description "Imposm is an importer for OpenStreetMap data. It
> reads PBF +files and imports the data into PostgreSQL/PostGIS
> databases. It is designed +to create databases that are optimized
> for rendering/tile/map-services.")
> + (license license:asl2.0)))
/pre-inst-env guix lint $REVIEW_PACKAGE
gnu/packages/geo.scm:798:2: imposm3@0.6.0-alpha.4: permanent redirect from http://imposm.org/ to https://imposm.org/
gnu/packages/geo.scm:825:14: imposm3@0.6.0-alpha.4: no period allowed at the end of the synopsis
As with tegola, there are some dependencies in the 'vendors' directory.
Either unbundle them or add their licenses to the license field.
This does not work too:
./pre-inst-env guix environment --ad-hoc imposm3 -- imposm version
0.0.0-dev
Otherwise fine.
Björn
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next prev parent reply other threads:[~2018-09-25 17:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-23 20:39 [bug#32813] [PATCH] OSM-related packages Julien Lepiller
2018-09-23 20:43 ` [bug#32813] [PATCH 1/4] gnu: Add tegola Julien Lepiller
2018-09-23 20:43 ` [bug#32813] [PATCH 2/4] gnu: Add imposm3 Julien Lepiller
2018-09-25 17:16 ` Björn Höfling [this message]
2018-09-23 20:43 ` [bug#32813] [PATCH 3/4] gnu: Add osm2pgsql Julien Lepiller
2018-09-25 17:37 ` Björn Höfling
2018-09-25 17:39 ` Björn Höfling
2018-09-23 20:43 ` [bug#32813] [PATCH 4/4] gnu: Add tippecanoe Julien Lepiller
2018-09-25 17:52 ` Björn Höfling
2018-09-25 17:04 ` [bug#32813] [PATCH 1/4] gnu: Add tegola Björn Höfling
2018-09-29 10:47 ` [bug#32813] [PATCH] OSM-related packages Julien Lepiller
2018-09-29 12:11 ` bug#32813: " Julien Lepiller
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=20180925191617.255bc41c@alma-ubu \
--to=bjoern.hoefling@bjoernhoefling.de \
--cc=32813@debbugs.gnu.org \
--cc=julien@lepiller.eu \
/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.