1 { lib, buildPythonPackage, fetchPypi
2 , chameleon, colander, iso8601, peppercorn, translationstring, zope_deprecation
3 , nose, coverage, beautifulsoup4, flaky, pyramid, pytestCheckHook }:
5 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "1e912937650c1dbb830079dd9c039950762a230223a567740fbf1b23f1090367";
14 propagatedBuildInputs = [
33 description = "Form library with advanced features like nested forms";
34 homepage = "https://docs.pylonsproject.org/projects/deform/en/latest/";
35 license = licenses.free; # http://www.repoze.org/LICENSE.txt
36 maintainers = with maintainers; [ domenkozar ];