From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g4qxP-0002RW-RJ for guix-patches@gnu.org; Tue, 25 Sep 2018 13:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g4qxL-0001dm-TY for guix-patches@gnu.org; Tue, 25 Sep 2018 13:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49714) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g4qxL-0001dP-PB for guix-patches@gnu.org; Tue, 25 Sep 2018 13:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1g4qxJ-0005qO-LU for guix-patches@gnu.org; Tue, 25 Sep 2018 13:17:03 -0400 Subject: [bug#32813] [PATCH 2/4] gnu: Add imposm3. Resent-Message-ID: Date: Tue, 25 Sep 2018 19:16:17 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180925191617.255bc41c@alma-ubu> In-Reply-To: <20180923204311.8086-2-julien@lepiller.eu> References: <20180923223952.7168c8e8@lepiller.eu> <20180923204311.8086-1-julien@lepiller.eu> <20180923204311.8086-2-julien@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/5QstRDNfSBFEUQjO9QvKSRK"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 32813@debbugs.gnu.org --Sig_/5QstRDNfSBFEUQjO9QvKSRK Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 23 Sep 2018 22:43:09 +0200 Julien Lepiller wrote: > * gnu/packages/geo.scm (imposm3): New variable. > --- > gnu/packages/geo.scm | 34 ++++++++++++++++++++++++++++++++++ > 1 file changed, 34 insertions(+) >=20 > 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 th= e 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=C3=B6rn --Sig_/5QstRDNfSBFEUQjO9QvKSRK Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAluqbWIACgkQvyhstlk+X/3bMQCePZIy//J1nQT7ai3oZMnOAgjs vLMAoKM5cbUfvHYLdISXMRR4rAfyj3lj =hqU5 -----END PGP SIGNATURE----- --Sig_/5QstRDNfSBFEUQjO9QvKSRK--