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?