mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
python312Packages.authheaders: refactor
This commit is contained in:
parent
5d2678517a
commit
611d3754d2
@ -25,9 +25,9 @@ buildPythonPackage rec {
|
||||
hash = "sha256-BFMZpSJ4qCEL42xTiM/D5dkatxohiCrOWAkNZHFUhac=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
authres
|
||||
dnspython
|
||||
dkimpy
|
||||
@ -46,10 +46,10 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python library for the generation of email authentication headers";
|
||||
mainProgram = "dmarc-policy-find";
|
||||
homepage = "https://github.com/ValiMail/authentication-headers";
|
||||
changelog = "https://github.com/ValiMail/authentication-headers/blob${version}/CHANGES";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "dmarc-policy-find";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user