8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-iLzGGgizUbaEG1xrNq4WDaWrGtcaLwAYgn4NGYiSDBo=";
26 # Update location for run with pytest
28 substituteInPlace tests/test_load.py \
29 --replace '"xbefiles"' '"tests/xbefiles"'
32 pythonImportsCheck = [
37 description = "Library to work with XBE files";
38 homepage = "https://github.com/mborgerson/pyxbe";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];