Commit graph

13 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
Robert Scott d9cb2736b4 pythonPackages.chameleon: fix tests by switching to github source
tests are no longer included in the pypi tarball
2020-09-27 15:35:53 +01:00
Frederik Rietdijk 326c6a058a python: Chameleon: 3.7.4 -> 3.8.1 2020-08-16 19:30:55 +02:00
Frederik Rietdijk d89f52dcfa python: Chameleon: 3.7.2 -> 3.7.4 2020-08-04 21:54:42 +02:00
Frederik Rietdijk ca3d0799e9 python: Chameleon: 3.6.2 -> 3.7.2 2020-06-11 09:59:55 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
R. RyanTM 7eb22c8fe4 python37Packages.chameleon: 3.6.1 -> 3.6.2
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-chameleon/versions
2019-07-03 08:35:49 +02:00
Frederik Rietdijk a5702bf931 python: Chameleon: 3.6 -> 3.6.1 2019-04-18 12:42:39 +02:00
R. RyanTM 158c560fc2 python37Packages.chameleon: 3.5 -> 3.6 (#57391)
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-chameleon/versions
2019-04-01 22:48:39 +02:00
R. RyanTM cfca8b528c python36Packages.chameleon: 2.25 -> 3.5
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.6-chameleon/versions
2018-10-24 10:37:08 -07:00
Chris Ostrouchov 48e807cf9f pythonPackages.chameleon: refactor move to python-modules 2018-10-17 07:46:58 +02:00