14 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 sha256 = "sha256-FNp/8Fs+06m4kiczkN5lx5Qly0ALLtSmxD4LkkJiqho=";
25 # qt bindings cannot be found during tests
28 pythonImportsCheck = [
34 # qt bindings cannot be found during checking
43 nativeBuildInputs = [ setuptools-scm ];
44 propagatedBuildInputs = [
53 SETUPTOOLS_SCM_PRETEND_VERSION = version;
56 homepage = "https://github.com/nucleic/enaml";
57 description = "Declarative User Interfaces for Python";
58 license = licenses.bsd3;
59 maintainers = with maintainers; [ raboof ];