From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 25 13:16:24 2018 Received: (at 32813) by debbugs.gnu.org; 25 Sep 2018 17:16:24 +0000 Received: from localhost ([127.0.0.1]:53972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4qwi-0005pO-7j for submit@debbugs.gnu.org; Tue, 25 Sep 2018 13:16:24 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:60396 helo=bjoernhoefling.de) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g4qwf-0005pF-V9 for 32813@debbugs.gnu.org; Tue, 25 Sep 2018 13:16:22 -0400 Received: from alma-ubu (p57B52D3E.dip0.t-ipconnect.de [87.181.45.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 7602940905; Tue, 25 Sep 2018 19:16:19 +0200 (CEST) Date: Tue, 25 Sep 2018 19:16:17 +0200 From: =?UTF-8?B?QmrDtnJuIEjDtmZsaW5n?= To: Julien Lepiller Subject: Re: [bug#32813] [PATCH 2/4] gnu: Add imposm3. 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> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/5QstRDNfSBFEUQjO9QvKSRK"; protocol="application/pgp-signature" X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: 32813 Cc: 32813@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.9 (/) --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--