10 buildPythonPackage rec {
11 pname = "braceexpand";
15 disabled = pythonOlder "3.8";
18 inherit version pname;
19 sha256 = "01gpcnksnqv6np28i4x8s3wkngawzgs99zvjfia57spa42ykkrg6";
22 build-system = [ setuptools ];
24 nativeCheckInputs = [ pytestCheckHook ];
26 pythonImportsCheck = [ "braceexpand" ];
29 description = "Bash-style brace expansion for Python";
30 homepage = "https://github.com/trendels/braceexpand";
31 changelog = "https://github.com/trendels/braceexpand/blob/v${version}/CHANGELOG.md";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [