Merge pull request #106121 from r-ryantm/auto-update/python3.7-flufl.i18n

This commit is contained in:
Sandro 2020-12-07 11:20:10 +01:00 committed by GitHub
commit 3e0a143261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -2,12 +2,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "flufl.i18n"; pname = "flufl.i18n";
version = "2.0.2"; version = "3.1.3";
propagatedBuildInputs = [ atpublic ]; propagatedBuildInputs = [ atpublic ];
doCheck = false;
pythonImportsCheck = [ "flufl.i18n" ];
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1csgds59nx0ann9v2alqr69lakp1cnc1ikmbgn96l6n23js7c2ah"; sha256 = "dcca738be27f2c43ddf6f9307667a17478353190071f38a9f92c9af8d2252ba4";
}; };
} }

View file

@ -48,6 +48,8 @@ buildPythonPackage rec {
# 'runner' scripts. # 'runner' scripts.
dontWrapPythonPrograms = true; dontWrapPythonPrograms = true;
doCheck = false;
meta = { meta = {
homepage = "https://www.gnu.org/software/mailman/"; homepage = "https://www.gnu.org/software/mailman/";
description = "Free software for managing electronic mail discussion and newsletter lists"; description = "Free software for managing electronic mail discussion and newsletter lists";