Frederik Rietdijk
|
f2fdb81acd
|
python3Packages.portend: 2.7.0 -> 2.7.1
|
2021-02-26 11:01:50 +01: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
|
7308561b35
|
python3Packages.portend: fix build
|
2020-12-01 14:44:25 +01:00 |
|
Frederik Rietdijk
|
1899f70f9f
|
python3Packages.portend: 2.6 -> 2.7.0
|
2020-12-01 14:44:16 +01:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Jonathan Ringer
|
310555b281
|
python3Packages.portend: fix test dependencies
|
2019-12-30 16:46:50 +01:00 |
|
Frederik Rietdijk
|
7126d0f013
|
python: portend: 2.5 -> 2.6
|
2019-12-30 16:46:45 +01:00 |
|
Kai Wohlfahrt
|
62e927d446
|
portend: patch for black 19.10b0
|
2019-11-09 11:04:28 -08:00 |
|
Frederik Rietdijk
|
5c05071a49
|
python: portend: 2.3 -> 2.5
|
2019-10-27 16:26:49 +01:00 |
|
Fabian Möller
|
9d1de74063
|
pythonPackages.portend: fix darwin build
|
2019-09-14 13:35:35 +02:00 |
|
Mario Rodas
|
1ac3350c57
|
pythonPackages.portend: fix build
|
2019-07-21 04:22:00 -05:00 |
|
Robert Schütz
|
e70cf2cd44
|
python.pkgs.portend: disable flake8 tests
They fail with many occurences of `E117 over-indented`.
|
2019-02-17 14:40:52 +01:00 |
|
Frederik Rietdijk
|
d12fc7abcb
|
python.pkgs.portend: fix build
|
2018-06-22 13:09:51 +02:00 |
|
Frederik Rietdijk
|
c48898fca9
|
python: portend: 2.2 -> 2.3
|
2018-06-22 13:09:24 +02:00 |
|
Robert Schütz
|
2446ff2aac
|
python.pkgs.portend: actually run tests
|
2018-04-20 13:00:23 +02:00 |
|
Frederik Rietdijk
|
7ce848309e
|
python.pkgs: updates
|
2017-10-27 21:34:42 +02:00 |
|
Frederik Rietdijk
|
67651d80bc
|
Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
|
2017-09-06 13:54:10 +02:00 |
|