1 { lib, buildPythonPackage, fetchPypi, pythonOlder, setuptools
2 , twiggy, requests, offtrac, bugzilla, taskw, dateutil, pytz, keyring, six
3 , jinja2, pycurl, dogpile_cache, lockfile, click, pyxdg, future, jira }:
5 buildPythonPackage rec {
8 disabled = pythonOlder "3.6";
11 inherit pname version;
12 sha256 = "f024c29d2089b826f05481cace33a62aa984f33e98d226f6e41897e6f11b3f51";
15 propagatedBuildInputs = [
17 twiggy requests offtrac bugzilla taskw dateutil pytz keyring six
18 jinja2 pycurl dogpile_cache lockfile click pyxdg future jira
21 # for the moment oauth2client <4.0.0 and megaplan>=1.4 are missing for running the test suite.
25 homepage = "https://github.com/ralphbean/bugwarrior";
26 description = "Sync github, bitbucket, bugzilla, and trac issues with taskwarrior";
27 license = licenses.gpl3Plus;
28 platforms = platforms.all;
29 maintainers = with maintainers; [ pierron yurrriq ];