~ruther/guix-local

b9d044ef — Ludovic Courtès 10 years ago
doc: Fix typos.

* doc/guix.texi (Invoking guix refresh): Fix typos.
3931607e — Ludovic Courtès 10 years ago
gnu: guile-ncurses: Mask test failure with ncurses 6.0.

Fixes <http://bugs.gnu.org/21677>.

* gnu/packages/guile.scm (guile-ncurses)[arguments]: Add #:make-flags.
f194445a — Ludovic Courtès 10 years ago
Update NEWS.
4ebdefc0 — Ludovic Courtès 10 years ago
gnu: cmake: Download over HTTPS.

Reported by Gxsdnewb on #guix.

* gnu/packages/cmake.scm (cmake)[source]: Use 'https' URL.
b18812b6 — Ludovic Courtès 10 years ago
doc: Explain that 'guix publish' relies on the key pair.

* doc/guix.texi (Invoking guix publish): Mention 'guix archive
  --generate-key'.
d431b232 — David Thompson 10 years ago
scripts: container: Fix 'exec' command line parsing.

* guix/scripts/container/exec.scm (partition-args): Reimplement such
  that all args up to and including the PID are returned as the first of
  the two values.
bab020d7 — Cyril Roelandt 10 years ago
import: pypi: add updater

* guix/import/pypi.scm (guix-package->pypi-name,
  latest-release): New procedures.
  (%pypi-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention PyPI
465b61fc — Cyril Roelandt 10 years ago
gnu: Add python-tempest-lib.

* gnu/packages/openstack.scm (python-tempest-lib,
  python2-tempest-lib): New variables.
39d3f2ed — Cyril Roelandt 10 years ago
gnu: python-oslotest: move mox3 to the propagated-inputs

* gnu/packages/openstack.scm (python-oslotest): move mox3 to the propagated
  inputs.
aee6412a — Cyril Roelandt 10 years ago
gnu: Add python-oslo.log.

* gnu/packages/openstack.scm (python-oslo.log,
  python2-oslo.log): New variables.
a3fc12da — Cyril Roelandt 10 years ago
gnu: paramiko: Move python-pycrypto to the propagated inputs.

* gnu/packages/python.scm (python-paramiko): Move python-pycrypto to the
  propagated-inputs.
2931f464 — Cyril Roelandt 10 years ago
gnu: Add python-os-testr.

* gnu/packages/openstack.scm (python-ostestr,
  python2-ostestr): New variables.
f4c7dc55 — Cyril Roelandt 10 years ago
gnu: Add python-oslosphinx.

* gnu/packages/openstack.scm (python-oslosphinx,
  python2-oslosphinx): New variables.
2ac9ba6a — Cyril Roelandt 10 years ago
gnu: Add python-hacking.

* gnu/packages/openstack.scm (python-hacking,
  python2-hacking): New variables.
abf21efc — Cyril Roelandt 10 years ago
gnu: Add python-flake8-2.2.4

* gnu/packages/python.scm (python-flake8-2.2.4,
  python2-flake8-2.2.4): New variables.
7477fbb1 — Cyril Roelandt 10 years ago
gnu: Add python-mccabe 0.2.1

* gnu/packages/python.scm (python-mccabe-0.2.1,
  python2-mccabe-0.2.1): New variables.
cbaa6a1e — Cyril Roelandt 10 years ago
gnu: Update python-requests.

* gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0.
d8bdd382 — Cyril Roelandt 10 years ago
import: pypi: Use "pypi-uri" instead of building the URL manually.

* guix/import/pypi.scm (make-pypi-sexp): Use "pypi-uri".
* tests/pypi.scm: Update the tests accordingly.
3009334e — Cyril Roelandt 10 years ago
guix: Add a "pypi-uri" helper method.

* guix/download.scm (mirrors): New "pypi" mirror.
* guix/build-system/python.scm (pypi-uri): New method.
f8ae32a2 — Andy Wingo 10 years ago
gnu: Add esmtp.

* gnu/packages/mail.scm (esmtp): New public variable.
Next