10 buildPythonPackage rec {
15 # This tarball doesn't include tests unfortuneatly, and the GitHub tarball
16 # could have been an alternative, but versioningit fails to detect the
17 # version of it correctly, even with setuptools-scm and
18 # SETUPTOOLS_SCM_PRETEND_VERSION = version added. Since this is a pure Python
19 # package, we can rely on upstream to run the tests before releasing, and it
20 # should work for us as well.
22 inherit pname version;
23 hash = "sha256-Ea5tzutZtuf1a5s46JJND6ovKi3C5UruR8e1RZucPRc=";
31 propagatedBuildInputs = [
37 pythonImportsCheck = [ "pueblo" ];
40 description = "Pueblo - a Python toolbox library";
41 homepage = "https://pypi.org/project/pueblo/";
42 license = licenses.lgpl3Only;
43 maintainers = with maintainers; [ doronbehar ];