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
0e5a5f6099
python37Packages.channels: 3.0.2 -> 3.0.3
2021-01-01 10:39:39 -08:00
Frederik Rietdijk
f548801606
python3Packages.channels: 2.4.0 -> 3.0.2
2020-12-01 14:44:09 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
f4e5e09791
python: channels: 2.3.1 -> 2.4.0
2019-12-30 16:46:41 +01:00
Frederik Rietdijk
ed95ae85ba
python: channels: 2.3.0 -> 2.3.1
2019-10-27 16:09:09 +01:00
Henri Bourcereau
c264dac650
pythonPackages.channels 2.2.0 -> 2.3.0
2019-10-16 17:07:12 -04:00
Mario Rodas
788471b177
python3Packages.channels: 2.1.7 -> 2.2.0
2019-05-11 13:22:49 -05:00
Frederik Rietdijk
3ca427d737
python: channels: 2.1.6 -> 2.1.7
2019-02-17 14:40:17 +01:00
R. RyanTM
18a3815a8e
python37Packages.channels: 2.1.5 -> 2.1.6
...
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-channels/versions
2019-01-02 16:13:29 +01:00
Frederik Rietdijk
541f09c902
python: channels: 2.1.3 -> 2.1.5
2018-12-03 16:50:28 +01:00
Frederik Rietdijk
e2d4d0a3b5
python: channels: 2.1.2 -> 2.1.3
2018-08-25 08:07:33 +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
f65570396a
python: channels: 2.1.1 -> 2.1.2
2018-06-22 13:09:39 +02:00
Frederik Rietdijk
ed01ceda5e
python: channels: 2.0.2 -> 2.1.1
2018-06-21 07:49:04 +02:00
Frederik Rietdijk
7b1456f38a
python: channels: 2.0.0 -> 2.0.2
2018-02-18 20:07:42 +01:00
Frederik Rietdijk
1f2dc1aa4a
python: channels: 1.1.8 -> 2.0.0
2018-02-03 17:43:29 +01:00
Lancelot SIX
f1a2b8627e
pythonPackages.channels: 1.1.6 -> 1.1.8 ( #29772 )
2017-09-26 07:51:54 +01:00
Frederik Rietdijk
034c1a29fa
python.pkgs: several maintenance updates
2017-07-03 20:19:57 +02:00
Frederik Rietdijk
76beb08313
python.pkgs: several maintenance bumps
2017-06-19 13:43:19 +02:00
Frederik Rietdijk
959842a9c7
Python: add pname attributes to libraries
...
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Lancelot SIX
6bf20f95d9
pythonPackages.channels: 1.0.3 -> 1.1.3
2017-05-02 09:28:35 +02:00
Lancelot SIX
8103499e9d
pythonPackages.channels: 1.0.2 -> 1.0.3
2017-02-23 11:00:07 +01:00