13 buildPythonPackage rec {
16 format = "setuptools";
18 disabled = pythonOlder "3.7";
21 inherit pname version;
22 hash = "sha256-J5vu51OOMabWd8h60PpvvBiCnwQlhEnBywNXxy9hOuA=";
26 # https://github.com/jarondl/pygtfs/pull/72
27 substituteInPlace setup.py \
28 --replace "pytz>=2012d" "pytz"
35 propagatedBuildInputs = [
46 pythonImportsCheck = [
51 description = "Python module for GTFS";
52 homepage = "https://github.com/jarondl/pygtfs";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];