10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-PJbFv+5bT4+oF7PRAO6AGnjRhjNudiJEkPFgGSmuI8c=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Library that offers a configuration system";
39 homepage = "https://github.com/explosion/confection";
40 changelog = "https://github.com/explosion/confection/releases/tag/v${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];