dcnnt: modernize derivation, switch to PEP517

This commit is contained in:
Guy Chronister
2026-03-19 10:39:43 -05:00
parent 49b9107db9
commit 015b71d7b8
+6 -2
View File
@@ -7,14 +7,18 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "dcnnt";
version = "0.10.0";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-73ZLgb5YcXlAOjbKLVv8oqgS6pstBdJxa7LFUgIHpUE=";
};
propagatedBuildInputs = with python3Packages; [
build-system = [
python3Packages.setuptools
];
dependencies = with python3Packages; [
pycryptodome
];