9 buildPythonPackage rec {
10 pname = "emailthreads";
12 format = "setuptools";
15 # pypi is missing files for tests
16 src = fetchFromGitHub {
18 repo = "python-emailthreads";
20 hash = "sha256-7BhYS1DQCW9QpG31asPCq5qPyJy+WW2onZpvEHhwQCs=";
23 nativeCheckInputs = [ unittestCheckHook ];
28 homepage = "https://github.com/emersion/python-emailthreads";
29 description = "Python library to parse and format email threads";
30 license = licenses.mit;
31 maintainers = with maintainers; [ eadwu ];