3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

440 commits

Author SHA1 Message Date
zimoun
2b0eddbb39
gnu: python2-mechanicalsoup: Remove package.
* gnu/packages/python-web.scm (python2-mechanicalsoup): Remove variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:27 -04:00
Roel Janssen
ad7c7b5bf6
gnu: Add python-google.
* gnu/packages/python-web.scm (python-google): New variable.
2021-05-31 09:21:45 +02:00
Tobias Geerinckx-Rice
237b744d23
gnu: python-hupper: Update to 1.10.3.
* gnu/packages/python-web.scm (python-hupper): Update to 1.10.3.
2021-05-30 11:53:00 +02:00
Marius Bakke
dbcf2b61b1
gnu: Fix erroneous uses of 'package/inherit'.
These packages use a different source/version from the inherited package, and
thus should not inherit replacements.

* gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record
inheritance instead of PACKAGE/INHERIT.
* gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4,
rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23,
rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1,
rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3,
rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17,
rust-webpki-roots-0.14): Likewise.
* gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise.
* gnu/packages/guile.scm (guile-2.2.4): Likewise.
* gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise.
* gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6):
Likewise.
* gnu/packages/python-web.scm (python2-html2text): Likewise.
* gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy,
python2-urwid, python2-markdown, python2-fonttools): Likewise.
* gnu/packages/racket.scm (racket): Likewise.
* gnu/packages/sequoia.scm (sequoia4pEp): Likewise.
2021-05-23 17:49:56 +02:00
Marius Bakke
2f97a666a5
gnu: python-urllib3: Don't use 'package/inherit' on replacement package.
* gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance
instead of PACKAGE/INHERIT.
2021-05-22 19:53:16 +02:00
Marius Bakke
9419f97a71
gnu: python-terminado: Update to 0.10.0.
* gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.
2021-05-22 19:53:16 +02:00
Marius Bakke
3a396b0067
gnu: python-genshi: Update to 0.7.5.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5.
[propagated-inputs]: Add PYTHON-SIX.
2021-05-22 19:53:16 +02:00
Greg Hogan
e54d188955
gnu: python-pycurl: Migrate uri from bintray.
* gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-11 12:49:54 +02:00
Vinicius Monego
5802228fca
gnu: Add python-tinycss.
* gnu/packages/python-web.scm (python-tinycss): New variable.
2021-05-08 11:27:48 +02:00
Marius Bakke
4bdc52bc21
gnu: gunicorn: Update to 2.1.0.
* gnu/packages/python-web.scm (gunicorn): Update to 2.1.0.
[arguments]: Ignore one test that cannot run in the build container.
[native-inputs]: Add PYTHON-GEVENT.
2021-05-06 19:10:04 +02:00
Marius Bakke
0f056f2c33
gnu: gunicorn: Remove unneeded runtime dependencies.
* gnu/packages/python-web.scm (gunicorn)[arguments]: Override 'wrap' phase.
2021-05-06 19:10:04 +02:00
Marius Bakke
d51daf25c4
gnu: gunicorn: Respect '--without-tests'.
* gnu/packages/python-web.scm (gunicorn)[arguments]: Only run tests when
TESTS? is #true.
2021-05-06 19:10:04 +02:00
Marius Bakke
4cfc87d699
gnu: python-asgiref: Update to 3.3.4.
* gnu/packages/python-web.scm (python-asgiref): Update to 3.3.4.
2021-05-05 23:48:19 +02:00
Tobias Geerinckx-Rice
cf11bb5b9f
gnu: python-webtest: Update to 2.0.35.
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
2021-04-18 20:26:58 +02:00
Ricardo Wurmus
9e7f09cbec
gnu: python-tinycss2: Enable tests.
* gnu/packages/python-web.scm (python-tinycss2)[source]: Fetch from git
repository to include tests.
[arguments]: Build from source with flit.
[native-inputs]: Add python-flit, python-pytest, python-pytest-cov,
python-pytest-flake8, and python-pytest-isort.
2021-04-13 13:41:19 +02:00
Ricardo Wurmus
f5acecdd46
gnu: Add python-requests-unixsocket.
* gnu/packages/python-web.scm (python-requests-unixsocket): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
95f25c9b13
gnu: python-terminado: Update to 0.9.4.
* gnu/packages/python-web.scm (python-terminado): Update to 0.9.4.
[propagated-inputs]: Replace python-tornado with python-tornado-6.
[native-inputs]: Replace python-nose with python-pytest.
[home-page]: Follow redirect.
[arguments]: Update check phase.
2021-04-13 13:41:16 +02:00
Ekaitz Zarraga
5414617120
gnu: python-mechanicalsoup: Update to 1.0.0.
* gnu/packages/python-web.scm (python-mechanicalsoup): Update to
1.0.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pytest-flake8, python-pytest-httpbin,
python-pytest-cov, python-pytest-mock, python-pytest-runner,
python-requests-mock.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-12 15:16:57 +03:00
Brendan Tildesley
065f2cceb7
gnu: python-html5lib: Depend on python-chardet.
* gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add
python-chardet.
2021-04-09 16:09:26 -04:00
07481fec26
gnu: python-tornado: Update to 6.1.
* gnu/packages/python-web.scm (python-tornado): Update to 6.1.
2021-03-29 16:58:38 +03:00
zimoun
ec2384b79d
gnu: python2-furl: Remove package.
* gnu/packages/python-web.scm (python2-furl): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun
bce0165f7c
gnu: python2-flask: Remove package.
* gnu/packages/python-web.scm (python2-flask): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun
dab3c57d58
gnu: python2-flask-multistatic: Remove package.
* gnu/packages/python-web.scm (python2-flask-multistatic): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun
f44917ea55
gnu: python2-flask-login: Remove package.
* gnu/packages/python-web.scm (python2-flask-login): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun
d1e421ca0d
gnu: python2-flask-htmlmin: Remove package.
* gnu/packages/python-web.scm (python2-flask-htmlmin): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
zimoun
ec1a9c61e7
gnu: python2-flask-babel: Remove package.
* gnu/packages/python-web.scm (python2-flask-babel): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:37:56 -04:00
zimoun
d201983475
gnu: python2-flask-wtf: Remove package.
* gnu/packages/python-web.scm (python2-flask-wtf): Delete.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:33:20 -04:00
Léo Le Bouter
45695cc8a7
Revert "gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363]."
In response to commit 1a265842e6 we should no
longer need this. Also see <https://bugs.gnu.org/47186>.

This reverts commit db87d6ddaf.
2021-03-18 11:26:11 +01:00
Mark H Weaver
1a265842e6
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi),
gnu/packages/audio.scm (ztoolkit-rsvg),
gnu/packages/bioinformatics.scm (python2-dendropy),
gnu/packages/boost.scm (boost-with-python2),
gnu/packages/check.scm (python2-mock, python2-pytest-mock),
gnu/packages/cups.scm (hplip-minimal),
gnu/packages/freedesktop.scm (libinput-minimal),
gnu/packages/gettext.scm (gnu-gettext),
gnu/packages/glib.scm (python2-pygobject),
gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi),
gnu/packages/groff.scm (groff-minimal),
gnu/packages/jami.scm (ffmpeg-jami),
gnu/packages/libcanberra.scm (libcanberra/gtk+-2),
gnu/packages/lirc.scm (python2-lirc),
gnu/packages/llvm.scm (clang-runtime-3.5),
gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple),
gnu/packages/node.scm (libnode),
gnu/packages/onc-rpc.scm (libtirpc/hurd),
gnu/packages/python-compression.scm (bitshuffle-for-snappy),
gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography)
(python2-cryptography, python2-m2crypto),
gnu/packages/python-web.scm (python2-html2text, python2-tornado)
(python2-terminado, python2-ndg-httpsclient, python2-websocket-client)
(python2-rauth, python2-url, python2-s3transfer),
gnu/packages/python-xyz.scm (python2-psutil, python2-serpent)
(python2-humanfriendly, python2-empy, python2-parse-type, python2-polib)
(python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc)
(python2-ipyparallel, python2-traitlets, python2-dbus)
(python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse)
(python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal)
(python2-contextlib2, python2-promise, python2-anyjson, python2-amqp)
(python2-kombu, python2-billiard, python2-celery, python2-whoosh)
(python2-jellyfish, python-rope, ptpython-2, python2-binaryornot)
(python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort)
(python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash)
(python2-cloudpickle, python2-reparser),
gnu/packages/python.scm (python2-called-python),
gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt)
(python-qscintilla, python-pyqt+qscintilla),
gnu/packages/scanner.scm (sane-backends),
gnu/packages/sdl.scm (guile3.0-sdl2),
gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc)
(python-sepolgen, policycoreutils),
gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack),
gnu/packages/simulation.scm (fenics),
gnu/packages/statistics.scm (python2-statsmodels),
gnu/packages/texinfo.scm (info-reader),
gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1),
gnu/packages/xml.scm (xmlsec-nss),
gnu/packages/xorg.scm (uim-gtk, uim-qt),
guix/build-system/python.scm (package-with-explicit-python)
(strip-python2-variant): Use PACKAGE/INHERIT.
2021-03-17 03:58:10 -04:00
Léo Le Bouter
db87d6ddaf
gnu: python2-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].
* gnu/packages/python-web.scm (python2-urllib3)[base]: Base off of
python-urllib3/fixed.
2021-03-16 09:25:02 +01:00
Léo Le Bouter
a01bfa7dee
gnu: python-urllib3: Update to 1.26.4 [fixes CVE-2021-28363].
* gnu/packages/python-web.scm (python-urllib3/fixed): New variable.
(python-urllib3)[replacement]: Graft.
2021-03-16 08:59:38 +01:00
Eric Bavier
5a31eb7d35
gnu: Add python-flask-socketio.
* gnu/packages/python-web.scm (python-flask-socketio): New variable.
2021-03-14 13:24:21 -05:00
Eric Bavier
078f3288e2
gnu: Add python-socketio.
* gnu/packages/python-web.scm (python-socketio): New variable.
2021-03-14 13:24:21 -05:00
Eric Bavier
7164d2105a
gnu: Add python-engineio
* gnu/packages/python-web.scm (python-engineio): New variable.
2021-03-14 13:24:21 -05:00
340e6dd51b
gnu: Add python-praw.
* gnu/packages/python-web.scm (python-raw): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-11 20:48:05 +02:00
532fc2fbaf
gnu: Add python-prawcore.
* gnu/packages/python-web.scm (python-prawcore): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-11 20:48:03 +02:00
ce2637c003
gnu: Add python-betamax-serializers.
* gnu/packages/python-web.scm (python-betamax-serializers): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-11 20:47:55 +02:00
Lars-Dominik Braun
999a1cba54
gnu: python-sanic: Update to 20.12.2.
* gnu/packages/python-web.scm (python-sanic) [version]: Update to 20.12.2.
[arguments]: Relax dependency versions.
[native-inputs]: Add python-pytest-asyncio.
[home-page]: Update.
[synopsis]: Remove Python version.
[description]: Ditto.
2021-03-10 12:01:50 +01:00
Nicolas Goaziou
b0a869ff80
gnu: python-jose: Use HTTPS home page URI.
* gnu/packages/python-web.scm (python-jose)[home-page]: Use HTTPS URI.
2021-02-28 11:25:12 +01:00
Leo Famulari
decd0dc6bc
gnu: python-aiohttp: Update to 3.7.4 [fixes CVE-2021-21330].
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.7.4.
2021-02-27 14:32:49 -05:00
Maxim Cournoyer
5363d3751b
gnu: python-geventhttpclient: Adjust to build with updated gevent.
* gnu/packages/python-web.scm (python-geventhttpclient): Delete trailing #t.
[phases]{fix-compatibility-issue}: New phase.
{check}: Adjust comment and remove the extraneous string-append.
2021-02-19 10:01:01 -05:00
Leo Famulari
75b775e81b
Merge branch 'staging' 2021-02-01 14:18:38 -05:00
Maxim Cournoyer
cefe8d6026
gnu: python2-requests-mock: Remove package.
* gnu/packages/python-xyz.scm (python2-requests-mock): Delete.
2021-01-29 10:58:24 -05:00
Maxim Cournoyer
5048eb3972
gnu: python2-requests-oauthlib: Remove package.
* gnu/packages/python-web.scm (python2-requests-oauthlib):
2021-01-29 10:58:23 -05:00
Maxim Cournoyer
a1df6295de
gnu: python2-fasteners: Remove package.
* gnu/packages/python-xyz.scm (python2-fasteners): Delete.
2021-01-29 10:58:22 -05:00
Maxim Cournoyer
97f18952c6
gnu: python2-cachecontrol: Remove package.
* gnu/packages/python-web.scm (python2-cachecontrol): Delete.
2021-01-29 10:57:03 -05:00
Maxim Cournoyer
5bc0c8fe3e
gnu: python2-falcon-cors: Remove package.
* gnu/packages/python-web.scm (python2-falcon-cors): Delete.
2021-01-29 10:57:03 -05:00
Maxim Cournoyer
3c816ac243
gnu: python2-falcon: Remove package.
* gnu/packages/python-web.scm (python2-falcon): Delete.
2021-01-29 10:57:02 -05:00
Maxim Cournoyer
dbcd205050
gnu: python-xyz: Move a few modules to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-pep517): Inherit from
python-pep517-bootstrap.  Remove the inherited common fields.
(python-poetry-core, python-wheel)
(python-toml): Move to ...
* gnu/packages/python-build.scm: ... here, a new module.
(python-pep517-bootstrap): New package.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
2021-01-27 08:05:42 -05:00
Marius Bakke
78cf7a4571
Merge branch 'ungrafting' into staging 2020-12-29 17:39:24 +01:00