14 buildPythonPackage rec {
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-vo10BHUzvYlldAqTw/1LxgvSXgTM3LAls9jQIeB5LcU=";
28 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
46 pythonImportsCheck = [
51 description = "Module to implement generic application schema";
52 homepage = "https://github.com/pyapp-kit/app-model";
53 changelog = "https://github.com/pyapp-kit/app-model/blob/v${version}/CHANGELOG.md";
54 license = licenses.bsd3;
55 maintainers = with maintainers; [ fab ];