Robert T. McGibbon
|
5ebacbf474
|
python39Packages.ldap: unbreak (#117614)
|
2021-03-27 10:59:08 +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 |
|
R. RyanTM
|
98576750f4
|
python27Packages.ldap: 3.2.0 -> 3.3.1
|
2020-07-06 20:16:48 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Robert Schütz
|
e94148eded
|
python.pkgs.ldap: add meta
|
2019-04-05 19:16:24 +02:00 |
|
R. RyanTM
|
8171f0da4c
|
python37Packages.ldap: 3.1.0 -> 3.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-python-ldap/versions
|
2019-04-02 11:37:15 -07:00 |
|
Matthew Bauer
|
bca8144274
|
treewide: disable some tests broken on darwin
disable checks for:
- cython
- ldap
- tqdm
|
2018-08-16 22:44:07 -05:00 |
|
volth
|
52f53c69ce
|
pkgs/*: remove unreferenced function arguments
|
2018-07-21 02:48:04 +00:00 |
|
Frederik Rietdijk
|
850b3e792a
|
python: python-ldap: 3.0.0 -> 3.1.0
|
2018-06-22 13:09:19 +02:00 |
|
Robert Schütz
|
887f8b9992
|
python.pkgs.ldap: fix build
|
2018-04-08 11:36:06 +02:00 |
|
Frederik Rietdijk
|
3c70e4af24
|
python: python-ldap: 2.5.2 -> 3.0.0
|
2018-04-08 11:34:54 +02:00 |
|
Frederik Rietdijk
|
74abf265a6
|
python: python-ldap: 2.4.45 -> 2.5.2
|
2017-12-31 11:01:54 +01:00 |
|
Frederik Rietdijk
|
07eeeb3600
|
Python: move expressions in python-modules to their own folders
|
2017-11-05 10:45:54 +01:00 |
|