13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
23 rev = "refs/tags/v${version}";
24 hash = "sha256-GBJL+IqZpT1/msJLiwiS5YDyB4hIe/e3pYPWx0A+lWY=";
27 build-system = [ setuptools ];
29 nativeBuildInputs = [ cython ];
37 # Not all needed files seems to be present
40 pythonImportsCheck = [ "thriftpy2" ];
43 description = "Python module for Apache Thrift";
44 homepage = "https://github.com/Thriftpy/thriftpy2";
45 changelog = "https://github.com/Thriftpy/thriftpy2/blob/v${version}/CHANGES.rst";
46 license = licenses.mit;
47 maintainers = with maintainers; [ fab ];