diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 22:38:49 +0100 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 23:41:25 +0100 |
commit | bab020d7ca50e4153cf24832d119389a37fa8f63 (patch) | |
tree | 2d5f2527027d729b281c91983b1bb9feb2ccc7a5 /doc | |
parent | 465b61fcd638e9dffe2cdd6d52f36bd692fab9a9 (diff) | |
download | patches-bab020d7ca50e4153cf24832d119389a37fa8f63.tar patches-bab020d7ca50e4153cf24832d119389a37fa8f63.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 996192c0ea..23f9c3c0a9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4291,6 +4291,8 @@ the updater for GNU packages; the updater for @uref{http://elpa.gnu.org/, ELPA} packages; @item cran the updater fro @uref{http://cran.r-project.org/, CRAN} packages. +@item pypi +the updater fro @uref{https://pypi.python.org, PyPI} packages. @end table For instance, the following commands only checks for updates of Emacs |