8 buildPythonPackage rec {
12 disabled = pythonOlder "3.8";
15 inherit version pname;
16 sha256 = "01gpcnksnqv6np28i4x8s3wkngawzgs99zvjfia57spa42ykkrg6";
19 nativeCheckInputs = [ pytestCheckHook ];
21 pythonImportsCheck = [ "braceexpand" ];
24 description = "Bash-style brace expansion for Python";
25 homepage = "https://github.com/trendels/braceexpand";
26 changelog = "https://github.com/trendels/braceexpand/blob/v${version}/CHANGELOG.md";
27 license = licenses.mit;
28 maintainers = with maintainers; [ newam ];