Commit graph

17 commits

Author SHA1 Message Date
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
R. RyanTM 6dca3a1ea6 python37Packages.keyrings-alt: 4.0.1 -> 4.0.2 2021-01-17 21:14:03 -08: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
Jonathan Ringer fbec077998 python3Packages.keyrings-alt: fix build 2020-12-01 14:44:24 +01:00
Frederik Rietdijk bb9514ad44 python3Packages.keyrings.alt: 3.4.0 -> 4.0.1 2020-12-01 14:44:14 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer fc5373cbc2 pythonPackages.keyring-alt: python2 no longer supported 2019-12-30 16:46:52 +01:00
Jonathan Ringer a7d6b1620b pythonPackages.keyrings-alt: disable tests
They heavily rely on the keyring package test suite
2019-12-30 16:46:50 +01:00
Frederik Rietdijk 3b3a61bf2f python: keyrings.alt: 3.1.1 -> 3.4.0 2019-12-30 16:46:43 +01:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM e995c46ae5 python37Packages.keyrings-alt: 3.1 -> 3.1.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.7-keyrings.alt/versions
2019-01-17 09:16:51 +01:00
Robert Schütz 30970aa039 python.pkgs.keyrings-alt: fix tests 2018-09-01 10:41:37 +02:00
Robert Schütz 1e815b50c9 pythonPackages.keyrings-alt: run tests 2018-05-27 19:30:53 +02:00
Benjamin Hipple ec632ec3b6 pythonPackages.keyrings-alt: 2.3 -> 3.1 2018-05-27 12:51:54 -04:00
Judson 42d0ce8a28
keyrings.alt: init at 2.3 2018-05-13 14:20:59 -07:00