15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-HFWOCiz6ISfxEeC6KPKNKGZoHvFjFGUn7QJWnwvJKYw=";
29 propagatedBuildInputs = [
42 pythonImportsCheck = [ "nfc" ];
45 # AttributeError: 'NoneType' object has no attribute 'EC_KEY'
46 "tests/test_llcp_llc.py"
47 "tests/test_llcp_sec.py"
48 # Doesn't work on Hydra
49 "tests/test_clf_udp.py"
53 description = "Python module to read/write NFC tags or communicate with another NFC device";
54 homepage = "https://github.com/nfcpy/nfcpy";
55 changelog = "https://github.com/nfcpy/nfcpy/blob/v${version}/HISTORY.rst";
56 license = licenses.eupl11;
57 maintainers = with maintainers; [ fab ];