9 buildPythonPackage rec {
11 format = "setuptools";
15 inherit pname version;
16 sha256 = "5227999904233a7d2e9ce5eac5225b9a5fac0318ae5107e3ed09c8bf89286768";
19 buildInputs = [ docopt ];
20 propagatedBuildInputs = [ requests ];
22 sed -i 's/==/>=/' setup.py
26 description = "CLI client and Python API library for the MailChimp email platform";
27 homepage = "http://apidocs.mailchimp.com/api/2.0/";
28 license = licenses.mit;