Merge pull request #82206 from flokli/afew-3.0.0

afew: 2.0.0 -> 3.0.0
This commit is contained in:
Andreas Rammhold 2020-05-05 21:06:50 +02:00 committed by GitHub
commit 6ca94ab1ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,18 +2,22 @@
python3Packages.buildPythonApplication rec {
pname = "afew";
version = "2.0.0";
version = "3.0.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0j60501nm242idf2ig0h7p6wrg58n5v2p6zfym56v9pbvnbmns0s";
sha256 = "18j3xyzchlslcrkycr2i59jg73cb6yh5s7l3qnl6sa7vgxcbhq7c";
};
nativeBuildInputs = with python3Packages; [ sphinx setuptools_scm ];
propagatedBuildInputs = with python3Packages; [
python3Packages.setuptools python3Packages.notmuch chardet dkimpy
] ++ stdenv.lib.optional (!python3Packages.isPy3k) subprocess32;
];
checkInputs = with python3Packages; [
freezegun notmuch
];
makeWrapperArgs = [
''--prefix PATH ':' "${notmuch}/bin"''