8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-cpfztE+/AW7P0J7QeTDfVGYc2gEkr7gzA352hC9bdTM=";
26 pythonImportsCheck = [
31 # AssertionError caused due to wrong size
36 description = "Python package for parsing and generating NFC Data Exchange Format messages";
37 homepage = "https://github.com/nfcpy/ndeflib";
38 license = licenses.isc;
39 maintainers = with maintainers; [ fab ];