Martin Weinelt
0215034f25
python3.pkgs: Migrate fetchers to use hash
...
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Guillaume Girol
33afbf39f6
treewide: switch to nativeCheckInputs
...
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Fabian Affolter
2abb528ac5
python3Packages.aniso8601: 8.1.1 -> 9.0.1
2021-05-05 20:22:41 +02:00
Frederik Rietdijk
2d5e00a5f2
python3Packages.aniso8601: 8.1.1 -> 9.0.1
2021-04-03 17:48:18 +02:00
Frederik Rietdijk
5b04adc543
python3Packages.aniso8601: 8.1.0 -> 8.1.1
2021-02-26 11:01:40 +01: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
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
R. RyanTM
33e23118f3
python37Packages.aniso8601: 8.0.0 -> 8.1.0
2020-12-08 23:04:54 -08:00
Frederik Rietdijk
18225bcc7c
python: aniso8601: 7.0.0 -> 8.0.0
2019-10-27 15:29:11 +01:00
R. RyanTM
70cf345947
python37Packages.aniso8601: 6.0.0 -> 7.0.0
...
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-aniso8601/versions
2019-06-23 18:12:39 +02:00
R. RyanTM
422a335707
python37Packages.aniso8601: 4.1.0 -> 6.0.0 ( #58765 )
...
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-aniso8601/versions
2019-04-07 23:09:37 +02:00
Jörg Thalheim
d3ab656d87
python2.pkgs.aniso8601: add optional mock dependency
2019-01-17 09:44:56 +00:00
R. RyanTM
e78eae37cb
python37Packages.aniso8601: 4.0.1 -> 4.1.0
...
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-aniso8601/versions
2019-01-16 19:12:53 -08:00
R. RyanTM
ad24d00e5f
python36Packages.aniso8601: 3.0.2 -> 4.0.1 ( #49181 )
...
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-aniso8601/versions
2018-10-27 14:33:42 +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
Frederik Rietdijk
142db78f08
python: aniso8601: 3.0.0 -> 3.0.2
2018-06-22 13:09:37 +02:00
Frederik Rietdijk
490ef98daa
python: aniso8601: 2.0.1 -> 3.0.0
2018-04-08 11:34:52 +02:00
Frederik Rietdijk
2d74d853dd
python: aniso8601: 2.0.0 -> 2.0.1
2018-02-26 18:42:48 +01:00
Frederik Rietdijk
497cde8fd7
python: aniso8601: 1.3.0 -> 2.0.0
2018-01-07 09:00:06 +01:00
Frederik Rietdijk
7ce848309e
python.pkgs: updates
2017-10-27 21:34:42 +02:00
Frederik Rietdijk
ac1ea28a50
python.pkgs: maintenance updates
2017-07-28 16:56:33 +02:00
wisut hantanong
ff6797e8aa
python.pkgs.aniso8601 : move to separate expression
2017-07-19 17:29:51 +07:00