Nicolas Graves
266d84d922
guix: build-system: Set pypi-uri in pyproject, drop python module.
...
After this commit, when both modules are imported:
- if pyproject is imported before, the warning is 'pypi-uri' is
deprecated, use '(@ (guix build-system pyproject) pypi-uri)' instead
- if python is imported before, the warning is `pypi-uri' imported from
both (guix build-system python) and (guix build-system pyproject)
This seems convenient enough to warn for deprecation in the short term,
while avoiding any breaking changes.
* guix/build-system/pyproject.scm (pypi-uri): Move the procedure from
(guix build-system python) here.
* guix/build-system/python (pypi-uri): Drop definition, import it
from (guix build-system pyproject) and deprecate it.
* gnu/packages/openldap.scm: Reorder modules to get the right warning.
* gnu/packages/pypy.scm: Likewise.
* gnu/packages/*.scm : Drop module (guix build-system python).
* tests/import/pypi.scm: Likewise.
Merges: https://codeberg.org/guix/guix/pulls/7448
Change-Id: Ib42f53bc545052eb7918a25afe9db6d5fc2cb834
Reviewed-by: Nguyễn Gia Phong <cnx@loang.net >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-04 22:42:07 +01:00
Nicolas Graves
de8798eaf1
build-system/pyproject: Remove python-pytest-flake8 native-input.
...
* gnu/packages/bioinformatics.scm (python-muon)
* gnu/packages/check.scm (python-pytest-perf)
* gnu/packages/dav.scm (radicale)
* gnu/packages/debug.scm (c-vise)
[native-inputs]: Remove python-pytest-flake8.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-04 22:41:51 +01:00
Nicolas Graves
aa6bb28e02
gnu: radicale: Remove python-pytest-isort native-input.
...
* gnu/packages/dav.scm (radicale)
[native-inputs]: Remove python-pytest-isort.
python-pytest-isort
Change-Id: I2d684c42d66183bd3e9e6f6281210cdcfd3b11b5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-04 22:41:51 +01:00
Nicolas Graves
9160351b94
build-system/pyproject: Remove python-pytest-cov native-input.
...
* gnu/packages/astronomy.scm (python-wiimatch)
* gnu/packages/audio.scm (python-resampy, python-librosa)
* gnu/packages/backup.scm (borgmatic)
* gnu/packages/bioinformatics.scm
(python-bed-reader, python-pysnptool, python-pairtools)
* gnu/packages/check.scm (python-pytest-nunit, python-pytest-perf)
* gnu/packages/dav.scm (vdirsyncer, radicale)
* gnu/packages/django.scm (python-django-redis)
* gnu/packages/engineering.scm (python-scikit-rf)
* gnu/packages/fediverse.scm (python-mastodon-py)
* gnu/packages/fontutils.scm (psautohint)
* gnu/packages/geo.scm (python-pyogrio)
* gnu/packages/graphviz.scm (python-uqbar)
* gnu/packages/jupyter.scm (python-jupyterlab-server python-nbclient,
python-jupyterlite-core, python-ipydatawidgets)
* gnu/packages/machine-learning.scm
(python-pymanopt, python-tensorly, python-torchmetrics)
* gnu/packages/maths.scm (python-libensemble)
* gnu/packages/music.scm (stargate)
* gnu/packages/python-check.scm (python-atpublic, python-vcrpy)
* gnu/packages/python-compression.scm (python-zipstream-ng)
* gnu/packages/python-science.scm (python-plotnine,
python-pandaparallel, python-pyts, python-pingouin)
* gnu/packages/python-web.scm (python-devpi-process, python-cheroot)
(python-jsonpickle, python-flask-babel, python-url-normalize)
(python-elasticsearch, python-hupper, python-simple-websocket)
(python-apiron, python-huggingface-hub, python-aiosignal, python-ovh)
(python-cbor2, python-zeep, hypercorn, python-warcio)
(python-aioftp, python-oauthlib, python-tinycss2, python-cssselect2)
(python-httpcore, python-wsgiprox, python-venusian, gunicorn)
* gnu/packages/python-xyz.scm (python-janus, python-affine)
(python-contourpy, python-echo, python-rasterio, python-rich-tables)
(python-babel, python-pymarshal, python-portalocker)
(python-expandvars, python-mizani, python-cligj, autokey)
(python-robotframework-pythonlibcore, python-lsp-jsonrpc)
(python-numpydoc, python-pillow, python-manimpango)
(python-cairocffi, python-pubmed-parser, python-sentry-sdk)
(python-prettytable, python-sniffio, python-ipywidgets)
(python-pyproject-api, python-pymemcache, python-async-lru)
(python-numcodecs, python-mwclient, python-cmd2, python-pyan3)
(python-platformdirs, python-multipart, python-shtab, python-scooby)
* gnu/packages/rdf.scm (python-rdflib-6)
* gnu/packages/simulation.scm (python-fenics-dijitso)
* gnu/packages/sphinx.scm (python-sphinx-design)
* gnu/packages/statistics.scm (python-patsy, python-rchitect)
* gnu/packages/task-management.scm (todoman)
* gnu/packages/vpn.scm (sshuttle)
* gnu/packages/web.scm (anonip, python-tibanna)
[native-inputs]: Remove python-pytest-cov.
Change-Id: I32f027794e90333c27fdff5871180779f603846c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-04-04 22:41:51 +01:00
Nicolas Graves
c5075bc31d
gnu: xandikos: Update to 0.3.3.
...
* gnu/packages/dav.scm (xandikos): Update to 0.3.3.
[source]: Switch to git-fetch.
[arguments]<#:test-backend>: Drop it (use pytest).
<#:phases>: Drop 'create-entrypoints phase replacement, fixed by
https://github.com/jelmer/xandikos/pull/563 in version 0.3.1.
[native-inputs]: Add python-pytest.
[propagated-inputs]: Replace python-dulwich-0.24 by python-dulwich.
Change-Id: I6de5cd2a35aeface02946d1cec8b76035ae70708
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-28 22:00:00 +00:00
Sören Tempel
7f62f5ce89
gnu: pimsync: Update to 0.5.7.
...
* gnu/packages/dav.scm (pimsync): Update to 0.5.7.
[arguments] <phases>: Add 'use-guix-vendored-dependencies.
* gnu/packages/rust-sources.scm: Add rust-hashify-0.2.7.b787649.
* gnu/packages/rust-crates.scm: Update crates accordingly.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2026-03-11 21:15:25 +02:00
Sören Tempel
e97eddd2ba
gnu: Add pimsync.
...
* gnu/packages/dav.scm (pimsync): New variable.
* gnu/packages/rust-crates.scm: Update crates accordingly.
Closes : guix/guix#4551
Signed-off-by: Steve George <steve@futurile.net >
2026-03-10 17:49:30 +02:00
Fabio Natali
839fb8514d
gnu: xandikos: Fix tests.
...
This is to fix Xandikos' tests, broken following a recent Python Dulwich update.
This is a temporary fix, where python-dulwich is pinned to an older version,
python-dulwich-0.24.
Also see <https://codeberg.org/guix/guix/pulls/6443#issuecomment-10859915 >,
that describes the same issue in the context of another Python package, Poetry.
* gnu/packages/dav.scm (xandikos):
[propagated-inputs]: Remove python-dulwich; add python-dulwich-0.24.
Change-Id: I2b3222e2a5de20fc18b986ed0b6a65c9e67395a3
Signed-off-by: jgart <jgart@dismail.de >
2026-02-28 00:13:23 -05:00
Ricardo Wurmus
43498d3ea1
gnu: xandikos: Fix entry point script.
...
Fixes <https://codeberg.org/guix/guix/issues/5514 >.
* gnu/packages/dav.scm (xandikos)[arguments]: Replace phase
'create-entrypoints.
Change-Id: I78b1c222026d71297ec912cf9442f2e74a963b34
2026-01-15 12:57:10 +01:00
Nicolas Graves
bf6d52423e
gnu: xandikos: Update to 0.3.0.
...
* gnu/packages/dav.scm (xandikos): Update to 0.3.0.
[build-system]: Switch to pyproject-build-system.
[arguments]: Relocate field.
<#:test-backend>: Set it.
[native-inputs]: Add python-setuptools.
Change-Id: I6c8a9b0e3561904ebbe303defe51fbdc56c17cc1
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-27 20:13:59 +00:00
Sergey Trofimov
b6d7d90d3d
gnu: vdirsyncer: Update to 0.20.0.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.20.0.
[arguments]<#:phases>: Remove obsolete 'relax-requirements' phase.
[native-inputs]: Remove radicale. Use latest python-pytest-asyncio.
[inputs]: Add python-aiohttp-oauthlib.
Change-Id: I0f4c695df44a38f1638704fce83be6bc27b38cbc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-08 21:38:12 +01:00
Sharlatan Hellseher
075139ad2e
gnu: vdirsyncer: Fix tests, reduce closure size.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.3.
[arguments] <phases>: Add 'relax-requirements, and 'pre-check.
[native-inputs]: Remove python-sphinx, python-wheel,
python-hypothesis, and python-pytest-asyncio; add
python-pytest-asyncio-0.26.
Change-Id: I81161cc8460a15b5a5cf9b6f525c060de96609a6
2025-09-25 09:36:19 +01:00
Andrew Wong
3d7ba86d6a
gnu: xandikos: Update to 0.2.12.
...
* gnu/packages/dav.scm (xandikos): Update to 0.2.12.
[arguments]<phases>: Fix tests by setting "XANDIKOSPATH".
[inputs]: Add python-vobject.
Change-Id: I4b5040b90e52c603dc1920cb92c3b771169940d8
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-05-04 18:18:27 +02:00
Junker
8c6d90ac09
gnu: Add cadaver.
...
* gnu/packages/dav.scm (cadaver): New variable.
Change-Id: Ia8889a03633f9b6a108a9b32a99f3a6835b63a1f
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-04-15 10:47:04 +02:00
Junker
508ac3c829
gnu: packages/dav.scm: Add (guix licenses) prefix.
...
* gnu/packages/dav.scm: Add (guix licenses) prefix.
Change-Id: I21b6d3ab5ccd2413e557e98013b7689f8ec06d82
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-04-15 10:46:56 +02:00
jgart
6dd2193879
gnu: vdirsyncer: Update to 0.19.3.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.3.
Change-Id: I518d83d28f9e302d19e334169762398a78d234f3
2025-01-21 14:44:58 -06:00
Jonathan Brielmaier
11ddb60226
gnu: radicale: Update to 3.3.2.
...
* gnu/packages/dav.scm (radicale): Update to 3.3.2.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove no longer used python-pytest-runner. Add
python-setuptools and python-wheel.
[propagated-inputs]: Remove no longer used python-dateutil. Add
python-pika.
Change-Id: I2fa789fb828cba01bb246e1f747cf170881fc3bb
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2024-12-23 20:45:32 +01:00
Efraim Flashner
ace9a96f5b
gnu: vdirsyncer: Fix build.
...
* gnu/packages/dav.scm (vdirsyncer)[native-inputs]: Add
python-setuptools, python-wheel.
Change-Id: Ie949357cad03d55f79d4d73c1be9aaec50e53696
2024-12-14 21:32:51 +02:00
Nicolas Graves
0b155564a2
gnu: vdirsyncer: Move to pyproject-build-system and enable tests.
...
* gnu/packages/dav.scm (vdirsyncer):
[build-system]: Move to pyproject-build-system.
[arguments]<#:tests?>: Remove to enable tests.
<#:test-flags>: Ignore test that require network connection.
<#:phases>: Remove check phase replacement.
Change-Id: Iafccfc65e3a847a0eecc26c179f435b9ec1fdfec
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2024-12-13 20:18:48 +00:00
Gabriel Wicki
4162838ef8
gnu: radicale: Update to 3.1.8.
...
* gnu/packages/dav.scm(radicale): Update to 3.1.8.
[arguments] Enable tests.
Change-Id: I8ed435587ab2ca4aafb387d4973f864fa4a94b2d
Signed-off-by: Christopher Baines <mail@cbaines.net >
2023-11-23 14:21:05 +00:00
Tobias Geerinckx-Rice
b499be6e20
gnu: xandikos: Update to 0.2.8.
...
* gnu/packages/dav.scm (xandikos): Update to 0.2.8.
2023-07-16 02:00:10 +02:00
Tobias Geerinckx-Rice
25e4acb84e
gnu: vdirsyncer: Use G-expressions.
...
* gnu/packages/dav.scm (vdirsyncer)[arguments]:
Rewrite as G-expressions.
2023-07-16 02:00:09 +02:00
Tobias Geerinckx-Rice
a4a47b49c8
gnu: vdirsyncer: Update to 0.19.2.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.2.
2023-07-16 02:00:09 +02:00
Efraim Flashner
d8ce5b1cd1
gnu: vdirsyncer: Update to 0.19.1.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.1.
2023-03-08 08:55:20 +02:00
Efraim Flashner
3d2c9608ab
gnu: vdirsyncer: Don't propagate python packages.
...
* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move all
packages ...
[inputs]: ... to here.
2022-12-06 11:39:57 +02:00
Efraim Flashner
f635f72577
gnu: vdirsyncer: Update to 0.19.0.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.0.
[arguments]: Remove trailing #t in phases. Remove phase generating the
manpage.
[native-inputs]: Add python-aioresponses, python-click, python-trustme,
python-pytest-asyncio, python-pytest-cov, python-pytest-httpserver.
Remove python-pytest-localserver, python-pytest-subtesthack,
python-urllib3, python-wsgi-interpreter.
[inputs]: Remove field.
[propagated-inputs]: Add python-aiohttp, python-aiostream. Remove
python-click-threading.
* gnu/packages/python-xyz.scm (python-click-5): Remove variable.
2022-12-06 11:29:07 +02:00
Efraim Flashner
4ddf903872
gnu: radicale: Update to 3.1.7.
...
* gnu/packages/dav.scm (radicale): Update to 3.1.7.
2022-07-07 14:46:29 +03:00
Maxim Cournoyer
ed210c1b8f
gnu: python-setuptools-scm: Move to (gnu packages python-build).
...
* gnu/packages/python-xyz.scm (python-setuptools-scm): Move from here...
* gnu/packages/python-build.scm (python-setuptools-scm): ... to here.
2022-06-26 22:10:38 -04:00
Jonathan Brielmaier
3471b8fae2
gnu: radicale: Update to 3.1.5.
...
* gnu/packages/dav.scm (radicale): Update to 3.1.5.
[source]: tags have a leading "v" now.
[arguments]: disable tests temporarily.
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de >
2022-04-03 12:49:07 +02:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Tanguy Le Carrour
b2022a09eb
gnu: vdirsyncer: Update to 0.18.0.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.18.0.
Signed-off-by: Leo Famulari <leo@famulari.name >
2021-11-25 14:10:45 -05:00
Jonathan Brielmaier
25aac38386
gnu: radicale: Update to 3.0.6.
...
* gnu/packages/dav.scm (radicale): Update to 3.0.6.
2020-12-27 19:32:03 +01:00
Vinicius Monego
828658f8fe
gnu: radicale: Update to 3.0.4.
...
* gnu/packages/dav.scm (radicale): Update to 3.0.4.
[source]: Use git-fetch.
[arguments]: Run the test suite.
[native-inputs]: Add python-pytest, python-pytest-cov, python-pytest-flake8,
python-pytest-isort, python-pytest-runner, python-waitress.
[propagated-inputs]: Remove python-requests. Add python-dateutil,
python-defusedxml, python-passlib, python-vobject.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 17:18:52 -04:00
Vinicius Monego
f6ac084d4f
gnu: Add xandikos.
...
* gnu/packages/dav.scm (xandikos): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 17:18:52 -04:00
Efraim Flashner
8ed5d9502d
gnu: vdirsyncer: Don't propagate python-click-5.
...
This prevents a profile collision when installing the package.
* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move
python-click-5 ...
[inputs]: ... to here.
2020-07-01 09:30:56 +03:00
Tobias Geerinckx-Rice
85eec227e1
gnu: vdirsyncer: Update to 0.16.8.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.8.
[propagated-inputs]: Use python-click-5.
2020-06-29 15:47:11 +02:00
Efraim Flashner
dc1182751c
gnu: vdirsyncer: Fix building man page.
...
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Add custom phase to
patch function retrieving the version string.
2020-04-26 22:55:29 +03:00
Tobias Geerinckx-Rice
faa8dfd141
gnu: radicale: Use HTTPS home page.
...
* gnu/packages/dav.scm (radicale)[home-page]: Use HTTPS.
2020-02-23 17:55:05 +01:00
Efraim Flashner
0c34b94943
gnu: vdirsyncer: Skip tests.
...
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Disable tests.
Update custom 'check phase to only run the tests when enabled.
2019-10-04 12:21:45 +03:00
Marius Bakke
9d0c291e3e
gnu: Move Sphinx and friends to (gnu packages sphinx).
...
* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport,
python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx,
python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme,
python2-sphinx-rtd-theme, python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed,
python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput,
python-sphinx-repoze-interface, python2-sphinx-repoze-interface,
python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme,
python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme,
python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ...
(gnu):
* gnu/packages/sphinx.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm, gnu/packages/cluster.scm,
gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm,
gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm,
gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm,
gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm,
gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm,
gnu/packages/search.scm, gnu/packages/statistics.scm,
gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm,
gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
2019-05-24 21:54:31 +02:00
Ricardo Wurmus
44d10b1f72
gnu: Separate Python core packages from the rest.
...
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 14:46:44 +01:00
Eric Bavier
045d77cc0f
radicale: Update to 1.1.6.
...
* gnu/packages/dav.scm (radicale): Update to 1.1.6.
2018-11-30 00:21:26 -06:00
Leo Famulari
5dc53092c6
gnu: vdirsyncer: Update to 0.16.7.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
2018-07-20 15:30:22 -04:00
Efraim Flashner
9af7469c5b
gnu: vdirsyncer: Return #t from all phases.
...
* gnu/packages/dav.scm (vdirsyncer)[arguments]: Substitute invoke for
system*.
2018-07-17 10:08:01 +03:00
Efraim Flashner
c5b63846b8
gnu: vdirsyncer: Update home-page.
...
* gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream
home-page.
2018-07-17 10:03:16 +03:00
Leo Famulari
a4bae9af00
gnu: vdirsyncer: Update to 0.6.6.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.6.6.
[arguments]: Simplify the man-page building.
2018-06-14 15:51:57 -04:00
Leo Famulari
6666f4f41f
gnu: vdirsyncer: Update to 0.16.4.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.4.
2018-02-08 13:37:36 -05:00
Ricardo Wurmus
ac257f127a
gnu: Move testing packages from python.scm to check.scm.
...
* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api,
python-mock, python2-mock, python-mock-2, python-nose, python2-nose,
python-nose2, python2-nose2, python-unittest2, python2-unittest2,
python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0,
python-pytest-cov, python2-pytest-cov, python-pytest-runner,
python2-pytest-runner, python-pytest-mock, python2-pytest-mock,
python-pytest-xdist, python2-pytest-xdist, python-scripttest,
python2-scripttest, python-testtools, python2-testtools, python-testscenarios,
python2-testscenarios, python-testresources, python2-testresources,
python-subunit, python2-subunit, python-fixtures, python2-fixtures,
python-testrepository, python2-testrepository, python-coverage,
python2-coverage, python-cov-core, python2-cov-core, python-testpath,
python2-testpath, python-testlib, python2-testlib, python-pytest-cache,
python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess,
python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis,
python2-hypothesis, python-lit, python2-lit, python-pytest-pep8,
python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes,
python2-coverage-test-runner, python-pylint, python2-pylint,
python-paramunittest, python2-python-paramunittest, python-pytest-warnings,
python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog,
python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover,
python2-nosexcover, python-discover, python2-discover, behave, python-rednose,
python2-rednose, python-nose-randomly, python2-nose-randomly,
python-nose-timer, python2-nose-timer): Move from here...
* gnu/packages/check.scm: ...to here.
* gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/backup.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm,
gnu/packages/dav.scm,
gnu/packages/django.scm,
gnu/packages/freedesktop.scm,
gnu/packages/haskell.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/ldc.scm,
gnu/packages/libffi.scm,
gnu/packages/mail.scm,
gnu/packages/mpd.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm: Adjust accordingly.
2017-11-17 22:36:26 +01:00
Ludovic Courtès
1b2f753d9c
gnu: Move web packages from python to python-web.
...
This is in part to address <https://bugs.gnu.org/27284 >.
* gnu/packages/python.scm (python-httplib2, python2-httplib2)
(python-sockjs-tornado, python2-sockjs-tornado)
(python-flask-babel, python2-flask-babel)
(python-html5lib, python2-html5lib)
(python-html5lib-0.9, python2-html5lib-0.9)
(python-html5-parser, python2-html5-parser)
(python-webencodings, python2-webencodings)
(python-openid, python2-openid, python-cssutils, python2-cssutils)
(python-cssselect, python2-cssutils)
(python-openid-cla, python2-openid-cla)
(python-openid-teams, python2-openid-teams)
(python-tornado, python2-tornado)
(python-tornado-http-auth, python-terminado, python2-terminado)
(python-webob, python2-webob, python-zope-event, python2-zope-event)
(python-zope-interface, python2-zope-interface)
(python-zope-exceptions, python2-zope-exceptions)
(python-zope-testing, python2-zope-testing)
(python-zope-testrunner, python2-zope-testrunner)
(python-zope-i18nmessageid, python2-zope-i18nmessageid)
(python-zope-schema, python2-zope-schema)
(python-zope-configuration, python2-zope-configuration)
(python-zope-proxy, python2-zope-proxy)
(python-zope-location, python2-zope-location)
(python-zope-security, python2-zope-security)
(python-zope-component, python2-zope-component)
(python-ndg-httpsclient, python2-ndg-httpsclient)
(python-websocket-client, python2-websocket-client)
(python-requests-toolbelt, python2-requests-toolbelt)
(python-rauth, python2-rauth, python-urllib3, python2-urllib3)
(awscli, python-wsgiproxy2, python2-wsgiproxy2)
(python-pastedeploy, python2-pastedeploy)
(python-webtest, python2-webtest, python-flask, python2-flask)
(python-flast-wtf, python2-flask-wtf)
(python-flask-multistatic, python2-flask-multistatic)
(python-cookies, python2-cookies)
(python-responses, python2-responses)
(python-geventhttpclient, python2-geventhttpclient)
(python-requests-oauthlib, python2-requests-oauthlib)
(python-url, python2-url, python-cachecontrol, python2-cachecontrol)
(python-betamax, python2-betamax)
(python-betamax-matchers, python2-betamax-matchers)
(python-s3transfer, python2-s3transfer)
(python-flask-restful, python-flask-basicauth)
(python-flask-sqlalchemy, python-flask-restplus)
(python-flask-restful-swagger, python-htmlmin, python2-htmlmin)
(python-flask-htmlmin, python2-flask-htmlmin)
(python-flask-login, python2-flask-login)
(python-oauth2client, python-flask-oidc)
(python-webassets, python-cssmin, python2-cssmin)
(python-elasticsearch, python2-elasticsearch)
(python-flask-script, python2-flask-script)
(python-flask-migrate, python2-flask-migrate)
(python-genshi, python2-genshi)
(python-flask-principal, python2-flask-principal)
(python-flask-httpauth, python2-flask-httpauth)
(python-uritemplate, python2-uritemplate): Move to...
* gnu/packages/python-web.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm, gnu/packages/backup.scm,
gnu/packages/dav.scm, gnu/packages/django.scm,
gnu/packages/docker.scm, gnu/packages/ebook.scm,
gnu/packages/logging.scm, gnu/packages/mail.scm,
gnu/packages/music.scm, gnu/packages/openstack.scm,
gnu/packages/package-management.scm, gnu/packages/rdf.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/tryton.scm, gnu/packages/version-control.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-11-13 23:41:01 +01:00
Leo Famulari
1ba940b58b
gnu: vdirsyncer: Update to 0.16.3.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3.
[native-inputs]: Add python-urllib3.
2017-10-03 10:29:07 -04:00