python312Packages.authheaders: refactor

This commit is contained in:
Fabian Affolter 2024-06-27 11:05:11 +02:00
parent 5d2678517a
commit 611d3754d2

View File

@ -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";
};
}