Commit graph

21 commits

Author SHA1 Message Date
Robert Schütz 58f452ecc2 pythonPackages.python-engineio_3: drop
Versioned attributes in python-packages.nix should be avoided.
2021-06-23 00:15:20 +02:00
Sandro Jäckel 7b4d273d3c
pythonPackages: websocket_client -> websocket-client 2021-06-15 22:03:10 +02:00
Graham Bennett 207ffd8ce2 python-engineio: 3.x on python 3.9 Darwin broken
The tests are failing, but the package appears to be generally broken for
python 3.9 and above on Darwin.

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-05-13 22:09:27 +01:00
Graham Bennett 50ad4a8c89 python-engineio_3: init at 3.14.2
Socket.IO and Engine.IO protocols are not backwards-compatible and major
versions of the client and server need to be coordinated.  It's therefore useful
to have python-engineio 3.x available for use with python-socketio 4.x.
2021-02-16 19:19:40 +00:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sandro Jäckel 075da3928b
pythonPackages.python-engineio: Disable tests on darwin 2021-01-10 13:18:38 +01:00
Fabian Affolter aeebcd7c8a python3Packages.python-engineio: update attributes 2021-01-06 08:46:33 +01:00
Fabian Affolter a47a63c0fb python3Packages.python-engineio: add pythonImportsCheck 2021-01-06 08:45:39 +01:00
Fabian Affolter a050391994 python3Packages.python-engineio: 3.13.2 -> 4.0.0 2021-01-06 08:44:33 +01:00
Jörg Thalheim 12fc3e0718 python-engineio: 3.13.0 -> 3.13.2 (fix build) 2020-09-08 14:29:15 -07:00
Jörg Thalheim 343594f2bd
python3.pkgs.python-engineio: 3.10.0 -> 3.13.0
fixes python-socketio
2020-06-19 09:15:02 +01:00
misuzu 83e6b6d906 python3Packages.python-engineio: build on macOS 2020-06-10 12:09:22 +03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 33d059c2f6 python38Packages.python-engineio: 3.9.3 -> 3.10.0 2019-11-29 00:05:06 -08:00
Jonathan Ringer 2d8a5baa9c python3Packages.python-engineio: 3.4.3 -> 3.9.3 2019-09-16 15:08:34 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Jörg Thalheim 42bc96105f
python3.pkgs.engineio: limit to linux
probably has never build on macOS.
2019-03-14 11:23:14 +00:00
Jörg Thalheim f94dc01e75
python3.pkgs.python-engineio: 3.0.0 -> 3.4.3
fixes build of python-socketio
2019-03-14 11:14:43 +00:00
Jörg Thalheim 5e591a0087
python3.pkgs.python-engineio: init at 3.0.0 2018-12-01 14:13:46 +00:00