···
···
-
disabled = pythonOlder "3.9";
hash = "sha256-zpxDLtoNyRz2GKXO3xpOFCZRGWu80sgOie1akH5c+vE=";
-
nativeBuildInputs = [ hatchling ];
optional-dependencies = {
-
DNSSEC = [ cryptography ];
nativeCheckInputs = [ pytestCheckHook ];
-
checkInputs = [ cacert ] ++ optional-dependencies.DNSSEC;
# dns.exception.SyntaxError: protocol not found
"test_misc_good_WKS_text"
···
pythonImportsCheck = [ "dns" ];
description = "DNS toolkit for Python";
homepage = "https://www.dnspython.org";
changelog = "https://github.com/rthalley/dnspython/blob/v${version}/doc/whatsnew.rst";
-
license = with licenses; [ isc ];
-
maintainers = with maintainers; [ gador ];
···
···
hash = "sha256-zpxDLtoNyRz2GKXO3xpOFCZRGWu80sgOie1akH5c+vE=";
+
build-system = [ hatchling ];
optional-dependencies = {
+
dnssec = [ cryptography ];
nativeCheckInputs = [ pytestCheckHook ];
# dns.exception.SyntaxError: protocol not found
"test_misc_good_WKS_text"
···
pythonImportsCheck = [ "dns" ];
description = "DNS toolkit for Python";
homepage = "https://www.dnspython.org";
changelog = "https://github.com/rthalley/dnspython/blob/v${version}/doc/whatsnew.rst";
+
license = lib.licenses.isc;
+
maintainers = with lib.maintainers; [ gador ];