Commit Graph

25 Commits

Author SHA1 Message Date
Vladimír Čunát
1dd94ad62f Merge branch 'master' into staging-next 2023-03-12 09:06:28 +01:00
R. Ryantm
c8f9ad682d dkimpy: 1.1.0 -> 1.1.1 2023-03-11 05:17:32 +00:00
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
R. Ryantm
59a2869c5e python310Packages.dkimpy: 1.0.5 -> 1.1.0 2023-02-27 05:08:59 +00: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
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
22e9f3ac3a python: dkimpy: 1.0.4 -> 1.0.5 2020-08-16 19:30:58 +02:00
R. RyanTM
f7500ace8d dkimpy: 1.0.2 -> 1.0.4 2020-04-16 10:31:36 -07:00
Michael Reilly
84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
29ffa0255f dkimpy: 1.0.1 -> 1.0.2 2020-01-06 01:37:10 -08:00
Frederik Rietdijk
a218c86e20 python: dkimpy: 0.9.5 -> 1.0.1 2019-12-30 16:46:42 +01:00
Frederik Rietdijk
1f6a3d8077 python: dkimpy: 0.9.3 -> 0.9.5 2019-10-18 09:53:57 +02:00
R. RyanTM
47efd5756b python37Packages.dkimpy: 0.9.2 -> 0.9.3
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-dkimpy/versions
2019-09-28 03:15:59 -07:00
Frederik Rietdijk
29242cb737 python: dkimpy: 0.9.1 -> 0.9.2 2019-04-18 12:42:40 +02:00
R. RyanTM
d2aaef9f00 python37Packages.dkimpy: 0.9.0 -> 0.9.1 (#52127)
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-dkimpy/versions
2018-12-16 14:14:50 +01:00
R. RyanTM
307d283c43 python36Packages.dkimpy: 0.8.1 -> 0.9.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.6-dkimpy/versions
2018-11-09 03:05:44 -08:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Michiel Leenaars
268cef2490 pythonPackages.dkimpy: 0.6.2 -> 0.8.1 2018-07-08 17:33:04 +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
rnhmjoj
b56d92a53b pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
adisbladis
d99378654f pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49: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
Langston Barrett
ee38a35f95 pythonPackages.dkimpy: 0.6.1 -> 0.6.2 2017-07-28 16:13:28 +02:00
Michiel Leenaars
29d9814e40 dkimpy: init -> 0.6.1 2017-04-20 20:22:21 +02:00