10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-gN3WmuLuuIMT/u3uoxvxGf1ueVQe5bN6u5xD0jMZThA=";
22 nativeBuildInputs = [ setuptools-scm ];
24 propagatedBuildInputs = [ certifi ];
28 pythonImportsCheck = [ "twitter" ];
31 description = "Twitter API library";
32 homepage = "https://mike.verdone.ca/twitter/";
33 license = licenses.mit;
34 maintainers = with maintainers; [ thoughtpolice ];