Commit Graph

17 Commits

Author SHA1 Message Date
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Jonathan Ringer
7670a03a63 pythonPackages.txaio: disabled python2
Processing ./txaio-20.4.1-py2.py3-none-any.whl
  ERROR: Package 'txaio' requires a different Python: 2.7.18 not in '>=3.5'
2020-06-11 10:00:26 +02:00
Frederik Rietdijk
98cc47c44c python: txaio: 18.8.1 -> 20.4.1 2020-06-11 10:00:23 +02:00
Frederik Rietdijk
39fb749c6e python.pkgs.txaio: use latest pytest 2019-06-18 11:11:16 +02:00
Robert Schütz
3c20d3c806 python.pkgs.txaio: use pytest_3
Otherwise, tests fail with
`Fixtures are not meant to be called directly, but are created
automatically when test functions request them as parameters.`
2019-02-17 14:40:50 +01:00
Frederik Rietdijk
836a6a9789 python: txaio: 18.7.1 -> 18.8.1 2018-10-24 20:05:44 +02:00
Frederik Rietdijk
30ad941dcd python: txaio: 2.10.0 -> 18.7.1 2018-08-25 07:38:34 +02:00
Frederik Rietdijk
0c20574dbd python.pkgs.txaio: 2.9.0 -> 2.10.0 2018-06-22 13:09:37 +02:00
Robert Schütz
9440d4825c python.pkgs.txaio: fix build 2018-04-08 11:36:06 +02:00
Frederik Rietdijk
9af2857127 python: txaio: 2.8.2 -> 2.9.0 2018-04-08 11:34:56 +02:00
Frederik Rietdijk
7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Frederik Rietdijk
d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
risicle
a0a6187a18 pythonPackages.txaio: disable test_chained_callback test as it is removed upstream (#26288)
because it breaks under python3.6
2017-06-01 00:25:07 +01:00
Fernando J Pando
79830172b5 txaio: 2.7.1 fixes
- uses fetchpypi
- fixes broken test
- tested nixos python 27/34
2017-05-29 20:44:27 -04:00
Frederik Rietdijk
6b999f3c42 Python: many package updates
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Lancelot SIX
687fe19a04
pythonPackages.txaio: 2.5.2 -> 2.7.0 2017-05-02 09:24:46 +02:00