7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
14 repo = "python-cstruct";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-VDJ0k3cOuHjckujf9yD1GVE+UM/Y9rjqhiq+MqGq2eM=";
19 pythonImportsCheck = [
28 description = "C-style structs for Python";
29 homepage = "https://github.com/andreax79/python-cstruct";
30 changelog = "https://github.com/andreax79/python-cstruct/blob/v${version}/changelog.txt";
31 license = licenses.mit;
32 maintainers = with maintainers; [ tnias ];