7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 sha256 = "1dpb1yimp2pfnikmgsb2fr9x6h8riixlsx3xfqphnfvrid49vw5s";
22 description = "Simple beanstalkd client library for Python";
23 maintainers = with maintainers; [ aanderse ];
24 license = licenses.asl20;
25 homepage = "https://github.com/earl/beanstalkc";