16 buildPythonPackage rec {
21 disabled = pythonOlder "3.8";
23 src = fetchFromGitHub {
26 rev = "refs/tags/v${version}";
27 hash = "sha256-eDfGWmTKJrkkzRy1I3wl3WYPCxtPHSRzqAoOiO7QQ9Y=";
30 SETUPTOOLS_SCM_PRETEND_VERSION = version;
37 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 description = "Implementation of Qt Signals";
56 homepage = "https://github.com/pyapp-kit/psygnal";
57 changelog = "https://github.com/pyapp-kit/psygnal/blob/v${version}/CHANGELOG.md";
58 license = licenses.bsd3;
59 maintainers = with maintainers; [ SomeoneSerge ];