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
|
2c0f1c1f19
|
python: mechanize: 0.4.4 -> 0.4.5
|
2019-12-30 16:46:54 +01:00 |
|
Frederik Rietdijk
|
188369fd39
|
python: mechanize: 0.4.3 -> 0.4.4
|
2019-11-22 08:37:22 +01:00 |
|
Mario Rodas
|
d459142317
|
python27Packages.mechanize: enable on python 3
|
2019-09-28 04:20:00 -05:00 |
|
R. RyanTM
|
91a233570b
|
python27Packages.mechanize: 0.4.2 -> 0.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
|
2019-09-28 06:49:06 -07:00 |
|
Frederik Rietdijk
|
9369000bfb
|
python: mechanize: 0.4.1 -> 0.4.2
|
2019-04-18 12:42:41 +02:00 |
|
R. RyanTM
|
7343319bca
|
python27Packages.mechanize: 0.4.0 -> 0.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
(cherry picked from commit fd679b122f178f8c2904e6cddc20fabcc920cc85)
|
2019-04-07 13:53:45 +02:00 |
|
R. RyanTM
|
68043a048e
|
python27Packages.mechanize: 0.3.7 -> 0.4.0 (#54720)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
|
2019-01-28 17:49:21 +01:00 |
|
R. RyanTM
|
7476843b47
|
python27Packages.mechanize: 0.3.5 -> 0.3.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
|
2018-10-24 15:15:54 +02:00 |
|
Chris Ostrouchov
|
1308d1108a
|
pythonPackages.mechanize: refactor move to python-modules
|
2018-10-17 07:46:56 +02:00 |
|