10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-jYcA3gByT5RydMU8eK+PUnWe9TrRQ/chw+F6wTUqcX0=";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ unittestCheckHook ];
26 # test_epoch fails, see https://github.com/bluekelp/pytimecop/issues/4
28 sed -i 's/test_epoch/_test_epoch/' timecop/tests/test_freeze.py
31 pythonImportsCheck = [ "timecop" ];
34 description = "A port of the most excellent TimeCop Ruby Gem for Python";
35 homepage = "https://github.com/bluekelp/pytimecop";
36 license = licenses.gpl3Plus;
37 maintainers = with maintainers; [ zakame ];