9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
19 # https://github.com/testing-cabal/funcsigs/issues/10
20 patches = lib.optionals (isPyPy && isPy3k) [ ./fix-pypy3-tests.patch ];
22 # requires, unittest2 and package hasn't been maintained since 2013
25 pythonImportsCheck = [ "funcsigs" ];
28 description = "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+";
29 homepage = "https://github.com/aliles/funcsigs";
31 license = licenses.asl20;