Commit graph

23 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 f3d0b31a3f
pythonPackages.xml2rfc: Fix dependencies 2021-01-02 18:04:48 +01:00
Frederik Rietdijk 907b6de769 python3Packages.xml2rfc: 2.47.0 -> 3.5.0 2020-12-01 14:44:22 +01:00
Jonathan Ringer 56bbebe237 python3Packages.xml2rfc: fix build 2020-08-30 09:11:03 +02:00
Frederik Rietdijk 3dba5b6f73 python: xml2rfc: 2.45.3 -> 2.47.0 2020-08-16 19:31:20 +02:00
Frederik Rietdijk 8b6ba4aea2 python: xml2rfc: 2.45.2 -> 2.45.3 2020-08-04 21:54:58 +02:00
Frederik Rietdijk f4034c4bed python: xml2rfc: 2.41.0 -> 2.45.2 2020-06-11 10:00:24 +02:00
R. RyanTM de4b549f65 xml2rfc: 2.37.3 -> 2.41.0 2020-03-28 16:11:02 -07:00
Frederik Rietdijk 1c15acf9e5 python: xml2rfc: 2.37.2 -> 2.37.3 2019-12-30 16:46:55 +01:00
Frederik Rietdijk beed19556d python: xml2rfc: 2.35.0 -> 2.37.2 2019-12-30 16:46:48 +01:00
R. RyanTM 477e6ce8a5 xml2rfc: 2.34.0 -> 2.35.0 2019-11-29 15:50:49 -08:00
Frederik Rietdijk 3db6e794d8 python: xml2rfc: 2.27.1 -> 2.34.0 2019-10-27 16:26:55 +01:00
Daniel Schaefer 8fd8f3a44a
xml2rfc: Use pythonPackages.xml2rfc 2019-09-25 12:03:27 +02:00
Daniel Schaefer bf050e9456
pythonPackages.xml2rfc: 2.18.0 -> 2.27.1 2019-09-25 12:03:27 +02:00
Matthew Bauer 698ff7855d xml2rfc: don’t run tests on darwin
https://hydra.nixos.org/build/92523991
2019-04-26 21:55:10 -04:00
Frederik Rietdijk b1602dc618 python: xml2rfc: 2.12.3 -> 2.18.0 2019-02-17 14:40:47 +01:00
Maximilian Bosch 338a5c3ca7 pythonPackages.xml2rfc: fix build
Adds the missing dependencies `google-i18n-address`, `pycountry` and
`html5lib` from the `pythonPackages` subtree.

See also https://hydra.nixos.org/build/86535305
2019-01-10 17:25:39 -05:00
Frederik Rietdijk 930b425c63 python: xml2rfc: 2.10.3 -> 2.12.3 2018-12-03 16:50:37 +01:00
Frederik Rietdijk e85e99f4af python: xml2rfc: 2.10.0 -> 2.10.3 2018-10-13 09:50:17 +02:00
Frederik Rietdijk 92ca82e5b2 python: xml2rfc: 2.9.8 -> 2.10.0 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
Vladimír Čunát 3756efbdcc
pythonPackages.xml2rfc: init at 2.9.8
It seems to work fine, in python2Packages and python3Packages.
If you find a problem, let me know and I'll try to fix it.
2018-06-18 14:16:55 +02:00