Commit graph

59 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
Sandro Jäckel f34f2f0b90
treewide: inherit format = "wheel" 2021-01-06 11:05:14 +01:00
Frederik Rietdijk 5532b439cd python3Packages.mozhttpd: 0.7 -> 0.7.1 2020-08-29 10:23:38 -07:00
zowoq 0cff30bb44 python: editorconfig fixes 2020-08-27 12:51:02 -07:00
Jonathan Ringer ab7625d93e python3Packages.mozfile: fix build 2020-06-25 21:49:50 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas 6fc14307fd
Merge pull request #78629 from r-ryantm/auto-update/python2.7-moznetwork
python27Packages.moznetwork: 0.27 -> 1.0.0
2020-01-29 02:36:33 -05:00
R. RyanTM 403813ddaa python27Packages.mozdevice: 3.0.6 -> 3.0.7 2020-01-27 14:56:33 -08:00
R. RyanTM 0e42a6a182 python27Packages.moznetwork: 0.27 -> 1.0.0 2020-01-27 19:32:41 +00:00
Jonathan Ringer 03a750545b pythonPackages.mozprofile: 2.3.0 -> 2.4.0 2019-12-30 16:46:52 +01:00
Jonathan Ringer 0838e5c4ef pythonPackages.mozdevice: fix hash and build 2019-12-30 16:46:52 +01:00
Michael Raskin 0b85ab2686 python2Packages.marionette-harness: fix build by bumping dependencies 2019-12-26 17:54:47 +01:00
Frederik Rietdijk b577cf2ae3 python: mozdevice: 3.0.5 -> 3.0.6 2019-12-15 16:23:15 +01:00
Jonathan Ringer f0aa1ffa7b pythonPackages.mozdevice: 1.0.1 -> 3.0.5 2019-10-27 16:26:57 +01:00
Jonathan Ringer cb2ecc8130 pythonPackages.mozfile: fix python2 build 2019-10-27 16:26:56 +01:00
Frederik Rietdijk 1af9562d70 python: mozversion: 1.5 -> 2.1.0 2019-10-27 16:26:47 +01:00
Frederik Rietdijk 25417e0d92 python: mozrunner: 7.0.2 -> 7.6.0 2019-10-27 16:26:47 +01:00
Frederik Rietdijk 3a6b91b72a python: mozprofile: 1.1.0 -> 2.3.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk 13cf07c7a9 python: mozprocess: 0.26 -> 1.0.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk 22c4ca1e9a python: mozlog: 3.8 -> 4.2.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk abc792ccff python: mozinfo: 0.10 -> 1.1.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk 7674dd6764 python: mozfile: 1.2 -> 2.1.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk bdef883383 python: mozcrash: 1.0 -> 1.1.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk 553949e971 python: marionette_driver: 2.7.0 -> 3.0.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk f2d233bb65 python: marionette-harness: 4.5.0 -> 5.0.0 2019-10-27 16:26:46 +01:00
Frederik Rietdijk c6992ef506 python: mozrunner: 7.0.1 -> 7.0.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk f2d0ed0b24 python: mozdevice: 1.0.0 -> 1.0.1 2018-08-25 18:07:12 +02:00
Michael Raskin 2b6e13157f pythonPackages.mozlog: fix the hash 2018-08-05 10:20:24 +03:00
Frederik Rietdijk a819881bba python: mozlog: 3.7 -> 3.8 2018-07-22 16:52:45 +02:00
Frederik Rietdijk 230e6bb891 python: mozinfo: 0.9 -> 0.10 2018-07-22 16:52:45 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00: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 4a0b1d62a1 python: mozrunner: 6.15 -> 7.0.1 2018-06-22 13:09:20 +02:00
Frederik Rietdijk 9c6c328d31 python: mozprofile: 0.29 -> 1.1.0 2018-06-22 13:09:20 +02:00
Frederik Rietdijk b31ec8deea python: mozdevice: 0.52 -> 1.0.0 2018-06-22 13:09:20 +02:00
Frederik Rietdijk 9363ce9c1f python: marionette_driver: 2.5.0 -> 2.7.0 2018-06-22 13:09:20 +02:00
Frederik Rietdijk 27a6df5bfe python: marionette-harness: 4.3.0 -> 4.5.0 2018-06-22 13:09:20 +02:00
Frederik Rietdijk 416188f8a0 python: mozrunner: 6.14 -> 6.15 2018-04-08 11:36:07 +02:00
Robert Schütz e459171f9a pythonPackages.mozlog: correct dependencies 2018-02-26 23:59:46 +01:00
Frederik Rietdijk b32937cc56 python: mozversion: 1.4 -> 1.5 2018-02-26 19:03:27 +01:00
Frederik Rietdijk b41be56a3d python: mozrunner: 6.13 -> 6.14 2018-02-26 19:03:27 +01:00
Frederik Rietdijk c992c9a4f3 python: mozprofile: 0.28 -> 0.29 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 7746fcecb1 python: mozprocess: 0.25 -> 0.26 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 22114aa0c4 python: mozlog: 3.4 -> 3.7 2018-02-26 19:03:27 +01:00
Frederik Rietdijk 29b50300f2 python: mozdevice: 0.50 -> 0.52 2018-02-26 19:03:27 +01:00
Michael Raskin 5491aaa27e pythonPackages.marionette_driver: 2.3.0 -> 2.5.0 2018-01-07 22:47:54 +01:00
Frederik Rietdijk 5309e27a8c python: marionette-harness: 4.1.0 -> 4.3.0 2017-12-31 10:55:08 +01:00
Samuel Leathers 700b0945b1 marionette-harness: disable for python 3 2017-09-18 07:35:18 +02:00
Samuel Leathers cbea57b9c7 marionette-driver: disable for python 3 2017-09-18 07:35:18 +02:00