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 |
|
Frederik Rietdijk
|
ba4bf93a8e
|
python: zope.testrunner: 5.1 -> 5.2
|
2020-08-16 19:31:21 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
1fca2ab52d
|
python: zope.testrunner: 5.0 -> 5.1
|
2019-10-20 17:33:43 +02:00 |
|
Frederik Rietdijk
|
31acc6bacf
|
pythonPackages.zope-deferredimport: disable tests
relies on zope-testrunner. Import fails, likely because of how
zope-testrunner functions.
|
2019-10-18 09:54:04 +02:00 |
|
Frederik Rietdijk
|
b65dc2ef54
|
python: zope.testrunner: 4.9.2 -> 5.0
|
2019-10-18 09:54:04 +02:00 |
|
Matthew Bauer
|
ffeffb3851
|
python-zope_testrunner: don’t run tests on darwin
broken currently:
https://hydra.nixos.org/build/92527992
|
2019-04-26 21:55:01 -04:00 |
|
Frederik Rietdijk
|
0e13c099fb
|
python: zope.testrunner: 4.9 -> 4.9.2
|
2019-01-18 09:37:10 +01:00 |
|
Frederik Rietdijk
|
da6a111be1
|
fixup zope_testrunner
|
2018-12-03 16:50:40 +01:00 |
|
Frederik Rietdijk
|
30f91ee2bd
|
python: zope.testrunner: 4.8.1 -> 4.9
|
2018-12-03 16:50:37 +01:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Orivej Desh
|
7df6853920
|
python.pkgs.zope_testrunner: 4.7.0 -> 4.8.1
Upstream patch [1] does not apply because the file extension is different since [2].
[1] https://github.com/zopefoundation/zope.testrunner/pull/66
[2] 666b71ecbf
|
2017-11-28 02:03:24 +00:00 |
|
Pascal Wittmann
|
24e87b49b6
|
Change many homepage urls from http to https #30636
|
2017-11-10 22:13:46 +01:00 |
|
adisbladis
|
9c5f6f9528
|
pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release
|
2017-08-09 14:50:57 +02:00 |
|
Michael Weiss
|
4b0afc169d
|
zpl*: Fix the attribute name of the license
This was simply a typo since the license was added in 2013.
|
2017-08-06 13:49:18 +02:00 |
|
adisbladis
|
4ebe73dc1b
|
pythonpackages.zope_testrunner: 4.4.10 -> 4.7.0
|
2017-07-18 18:01:56 +08:00 |
|