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) | |
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 996192c0eac..23f9c3c0a97 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -4291,6 +4291,8 @@ the updater for GNU packages; | |||
| 4291 | the updater for @uref{http://elpa.gnu.org/, ELPA} packages; | 4291 | the updater for @uref{http://elpa.gnu.org/, ELPA} packages; |
| 4292 | @item cran | 4292 | @item cran |
| 4293 | the updater fro @uref{http://cran.r-project.org/, CRAN} packages. | 4293 | the updater fro @uref{http://cran.r-project.org/, CRAN} packages. |
| 4294 | @item pypi | ||
| 4295 | the updater fro @uref{https://pypi.python.org, PyPI} packages. | ||
| 4294 | @end table | 4296 | @end table |
| 4295 | 4297 | ||
| 4296 | For instance, the following commands only checks for updates of Emacs | 4298 | For instance, the following commands only checks for updates of Emacs |
