Commit graph

14 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
Peter Simons d39d23d737 python-m2crypto: update to version 0.36.0
This update fixes osc when run with Python 3.8.
2020-08-20 14:41:01 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Dima 22ffab00cc pythonPackages.m2crypto: conditional typing dep
Since python 3.5 typing is included in the stdlib and as such
this library should not be included and propagated for >=3.5.
2019-11-25 20:52:10 +01:00
Peter Simons 842867a97f python-m2crypto: update to version 0.35.2 2019-07-11 19:46:09 +02:00
Andreas Rammhold 2dd3253079
Merge pull request #57050 from dtzWill/update/m2crypto-0.32.0
pythonPackages.m2crypto: 0.30.1 -> 0.32.0
2019-03-11 15:48:54 +01:00
Will Dietz 10646d5e62 pythonPackages.m2crypto: swig2 as nativeBuildInput so it can be invoked
Fixes #56993.
2019-03-07 17:39:28 -06:00
Will Dietz 7ec3142207 pythonPackages.m2crypto: 0.30.1 -> 0.32.0
bdbacebd87
2019-03-07 16:43:08 -06:00
Andrew Dunham 96b66178f1 m2crypto: fix build with libressl (#53537) 2019-02-07 12:01:42 +02:00
Frederik Rietdijk 86cd63efd3 python.pkgs.m2crypto: fix build 2018-12-03 16:50:40 +01:00
Frederik Rietdijk 9f11ee30b8 python: M2Crypto: 0.24.0 -> 0.30.1 2018-12-03 16:50:32 +01:00
Chris Ostrouchov 03a19a19d9 pythonPackages.m2crypto: refactor move to python-modules 2018-10-17 07:46:56 +02:00