Martin Weinelt
7bd65d54f7
treewide: remove nand0p as maintainer
...
While looking at the sphinx package I noticed it was heavily
undermaintained, which is when we noticed nand0p has been inactive for
roughly 18 months. It is therefore prudent to assume they will not be
maintaining their packages, modules and tests.
- Their last contribution to nixpkgs was in 2019/12
- On 2021/05/08 I wrote them an email to the address listed in the
maintainer-list, which they didn't reply to.
2021-05-17 01:50:49 +02:00
Fabian Affolter
9677aba91e
python3Packages.txaio: update check part
2021-05-04 21:47:18 +02:00
Frederik Rietdijk
c8d5d32620
python3Packages.txaio: 20.4.1 -> 21.2.1
2021-04-03 17:49:37 +02:00
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