Commit graph

20 commits

Author SHA1 Message Date
Frederik Rietdijk 13465b16c8 python3Packages.packaging: 20.8 -> 20.9 2021-03-23 10:43:46 +01:00
Frederik Rietdijk 1adc69d4aa python3Packages.packaging: remove checkPhase
because we already have a hook that takes care of it. Note tests were
disabled because of a circular test dependency.
2021-03-13 10:15:12 +01:00
Frederik Rietdijk 8149718529 python3Packages.packaging: change build system from flit to setuptools
With 20.8 upstream reverted buildsystem from flit back to setuptools as
this would make it easier for some distro's.
2021-03-13 10:14:07 +01:00
Jonathan Ringer 5644f90923 python3Packages.packaging: 20.7 -> 20.8 2021-02-26 11:02:02 +01:00
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 26ed734e51 python2Packages.packaging: keep 20.4 around 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 5b0d792401 python3Packages.packaging: 20.4 -> 20.7 2020-12-01 14:44:15 +01:00
Frederik Rietdijk b487ce43f5 python: packaging: 20.3 -> 20.4 2020-06-11 10:00:17 +02:00
Frederik Rietdijk 1a251aa86e python: packaging: 20.1 -> 20.3 2020-05-11 22:13:15 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 19c28a2b2f python: packaging: 19.2 -> 20.1 2020-02-09 09:17:31 +01:00
Frederik Rietdijk 32c3b25522 python: packaging: 19.0 -> 19.2 2019-10-27 16:26:48 +01:00
Frederik Rietdijk 912b763fd9 pythonPackages.packaging: disable tests 2019-06-18 11:11:16 +02:00
Frederik Rietdijk 1a06654ab9 python: packaging: 18.0 -> 19.0 2019-02-17 14:40:30 +01:00
Frederik Rietdijk 9c4ebe7850 python: packaging: 17.1 -> 18.0 2018-12-03 16:50:32 +01:00
Frederik Rietdijk 80ebf6f7a8 python: packaging: 16.8 -> 17.1 2018-04-08 11:34:55 +02:00
Frederik Rietdijk 05c13dfca1 python.pkgs.packaging: fix tests 2018-02-18 20:07:43 +01: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 cca503b389 python.pkgs.packaging: move to separate expression 2017-07-15 17:40:55 +01:00