11 buildPythonPackage rec {
12 pname = "isoduration";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
22 hash = "sha256-6LqsH+3V/K0s2YD1gvmelo+cCH+yCAmmyTYGhUegVdk=";
25 propagatedBuildInputs = [
36 # We don't care about benchmarks
37 "tests/test_benchmark.py"
40 pythonImportsCheck = [
45 description = "Library for operations with ISO 8601 durations";
46 homepage = "https://github.com/bolsote/isoduration";
47 license = licenses.isc;
48 maintainers = with maintainers; [ fab ];