9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-4Z8XfgRhQXawCvaXM+kyMO3fejvXIF2LgVdmfXDDqIA=";
23 propagatedBuildInputs = [
28 # Tests are interacting with the Twitter API
31 pythonImportsCheck = [
36 description = "Python wrapper for Twitter's REST and Streaming APIs";
37 homepage = "https://github.com/geduldig/TwitterAPI";
38 changelog = "https://github.com/geduldig/TwitterAPI/blob/v${version}/CHANGE.log";
39 license = with licenses; [ mit ];
40 maintainers = with maintainers; [ fab ];