From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 7/7] gnu: add python-geoip2 and python2-geoip2 Date: Mon, 18 Apr 2016 16:17:31 -0400 Message-ID: <20160418201731.GC26231@jasmine> References: <1460926257-25147-1-git-send-email-h.goebel@crazy-compilers.com> <1460926257-25147-8-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asFbZ-0006KA-13 for guix-devel@gnu.org; Mon, 18 Apr 2016 16:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asFbV-0000Bq-0s for guix-devel@gnu.org; Mon, 18 Apr 2016 16:17:08 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:33564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asFbU-0000Bc-TF for guix-devel@gnu.org; Mon, 18 Apr 2016 16:17:04 -0400 Content-Disposition: inline In-Reply-To: <1460926257-25147-8-git-send-email-h.goebel@crazy-compilers.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org On Sun, Apr 17, 2016 at 10:50:57PM +0200, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-geoip2) (pythons-geoip2): > New functions. [...] > + (arguments `(#:tests? #f)) ; tests require a copy of the database The maxminddb database? > + (inputs > + `(("python-maxminddb" ,python-maxminddb) ; >=1.1.0 > + ("python-requests" ,python-requests) ; >=2.4 > + ("python-setuptools" ,python-setuptools))) If setuptools is necessary, it should typically be a native-input, since it is typically only used at build-time; there are a few exceptions. Is that not the case for geoip2? > + (synopsis "MaxMind GeoIP2 API") > + (description "Provides an API for the GeoIP2 web services and databases. > +The API also works with MaxMind’s free GeoLite2 databases.") Again, can you give a little more context for the reader?