Re: [PATCH] gnu: Add python-polib

2016-11-26 Thread Marius Bakke
Julien Lepiller writes: > Hi, > > this patch adds python-polib and python2-polib. They are usefull to > manipulate and create gettext files (po, mo, pot). Thanks! I changed it to use "pypi-uri", fixed a typo in the description and reinstated the test comment. Pushed as d3eff97! signature.asc D

Re: [PATCH] gnu: Add python-polib

2016-11-25 Thread Julien Lepiller
On Fri, 25 Nov 2016 12:41:16 +0100 Hartmut Goebel wrote: > Am 25.11.2016 um 11:33 schrieb Julien Lepiller: > > +(define-public python2-polib > > + (package > > +(inherit python-polib) > > +(name "python2-polib") > > +(arguments `(#:python ,python-2 > > + #:tests? #f))

Re: [PATCH] gnu: Add python-polib

2016-11-25 Thread Hartmut Goebel
Am 25.11.2016 um 11:33 schrieb Julien Lepiller: > +(define-public python2-polib > + (package > +(inherit python-polib) > +(name "python2-polib") > +(arguments `(#:python ,python-2 > + #:tests? #f ; they don't exist with python2 Why are you not using package-with-py