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
R. RyanTM
bf7b73ce65
python37Packages.yamllint: 1.24.2 -> 1.25.0
2020-10-17 09:53:32 -07:00
R. RyanTM
95849a5156
python27Packages.yamllint: 1.23.0 -> 1.24.2
2020-07-28 14:38:11 -07:00
Jonathan Ringer
2ff62aa34f
python3Packages.yamllint: add joringer as maintainer
2020-07-13 10:49:32 -07:00
R. RyanTM
336361c258
python27Packages.yamllint: 1.21.0 -> 1.23.0
2020-05-11 11:28:09 -07:00
R. RyanTM
b13722a769
python27Packages.yamllint: 1.20.0 -> 1.21.0
2020-04-07 10:27:15 -07:00
R. RyanTM
b64895083d
python27Packages.yamllint: 1.19.0 -> 1.20.0
2020-01-07 09:38:46 -08:00
R. RyanTM
7c1d10c732
python38Packages.yamllint: 1.18.0 -> 1.19.0
2019-11-29 02:50:53 -08:00
R. RyanTM
1fb7f610de
python37Packages.yamllint: 1.17.0 -> 1.18.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-yamllint/versions
2019-10-23 14:05:00 -07:00
R. RyanTM
3c47e652ad
python37Packages.yamllint: 1.16.0 -> 1.17.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-yamllint/versions
2019-08-20 13:17:36 -07:00
R. RyanTM
24ed4749d7
python37Packages.yamllint: 1.15.0 -> 1.16.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-yamllint/versions
2019-07-03 08:32:29 +02:00
Frederik Rietdijk
e5044140b9
python: yamllint: 1.14.0 -> 1.15.0
2019-02-17 14:40:47 +01:00
R. RyanTM
a2d73df423
python37Packages.yamllint: 1.13.0 -> 1.14.0 ( #54069 )
...
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-yamllint/versions
2019-01-16 17:54:09 +01:00
R. RyanTM
7a5978f72b
python36Packages.yamllint: 1.12.1 -> 1.13.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.6-yamllint/versions
2018-11-18 04:23:30 -08:00
R. RyanTM
5286c61128
python36Packages.yamllint: 1.11.1 -> 1.12.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/python3.6-yamllint/versions
2018-10-24 10:11:13 +02:00
Frederik Rietdijk
524b4eb124
python: yamllint: 1.9.0 -> 1.11.1
2018-07-26 12:43:13 +02:00
Frederik Rietdijk
ced21f5e1a
pythonPackages: remove name
attribute`
...
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.
While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk
7ce848309e
python.pkgs: updates
2017-10-27 21:34:42 +02:00
Frederik Rietdijk
71670376bc
python.pkgs.yamllint: fix build
2017-09-07 09:28:04 +02:00
Frederik Rietdijk
d58e1f1c7b
python.pkgs: many updates
2017-08-25 19:36:14 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
wisut hantanong
911655fe5f
python.pkgs.yamllint: move to separate expression
2017-07-15 17:40:55 +01:00