Cyril Roelandt <tipec...@gmail.com> writes: > * gnu/packages/python.scm (python-pip, python2-pip): New variables. > --- > gnu/packages/python.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+)
[...] > + (home-page "https://pip.pypa.io/") > + (synopsis > + "The PyPA recommended tool for installing Python packages") ^^^ IMO Pypa recommandations are not relevant in Guix context. What about something more neutral like “Xenophobic package manager”? ;) Just kidding. I would prefer (synopsis "Package manager for Python software") > + (description > + "Pip is a package manager for Python software, that finds packages on > the > +Python Package Index (PyPI).") It would be nice to have a more verbose description, for example describing its main features... Sorry I can't help much :) > + (license license:expat))) > + > +(define-public python2-pip > + (package-with-python2 python-pip)) Otherwise LGTM! -- Mathieu Lirzin