python310Packages.yapsi: Normalize attribute & pname

This commit is contained in:
Martin Weinelt 2023-02-19 19:58:58 +00:00
parent 19697a0e67
commit 1a6bc9db74
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
5 changed files with 9 additions and 7 deletions

View file

@ -8,7 +8,7 @@
, namedlist , namedlist
, sqlalchemy , sqlalchemy
, tornado , tornado
, Yapsy , yapsy
, pythonAtLeast , pythonAtLeast
}: }:
@ -26,7 +26,7 @@ buildPythonPackage rec {
sha256 = "0j4dir0dgg8pkf4d1znicz6wyyi1wzij50r21z838cycsdr54j4c"; sha256 = "0j4dir0dgg8pkf4d1znicz6wyyi1wzij50r21z838cycsdr54j4c";
}; };
propagatedBuildInputs = [ chardet dnspython html5-parser lxml namedlist sqlalchemy tornado Yapsy ]; propagatedBuildInputs = [ chardet dnspython html5-parser lxml namedlist sqlalchemy tornado yapsy ];
# Test suite has tests that fail on all platforms # Test suite has tests that fail on all platforms
doCheck = false; doCheck = false;

View file

@ -36,7 +36,7 @@
, typogrify , typogrify
, unidecode , unidecode
, watchdog , watchdog
, Yapsy , yapsy
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -80,7 +80,7 @@ buildPythonPackage rec {
typogrify typogrify
unidecode unidecode
watchdog watchdog
Yapsy yapsy
]; ];
nativeCheckInputs = [ nativeCheckInputs = [

View file

@ -5,11 +5,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "Yapsy"; pname = "yapsy";
version = "1.12.2"; version = "1.12.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "Yapsy";
inherit version;
sha256 = "12rznbnswfw0w7qfbvmmffr9r317gl1rqg36nijwzsklkjgks4fq"; sha256 = "12rznbnswfw0w7qfbvmmffr9r317gl1rqg36nijwzsklkjgks4fq";
}; };

View file

@ -277,6 +277,7 @@ mapAliases ({
WSME = wsme; # added 2023-02-19 WSME = wsme; # added 2023-02-19
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31 xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
XlsxWriter = xlsxwriter; # added 2023-02-19 XlsxWriter = xlsxwriter; # added 2023-02-19
Yapsy = yapsy; # added 2023-02-19
zc-buildout221 = zc-buildout; # added 2021-07-21 zc-buildout221 = zc-buildout; # added 2021-07-21
zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules"; zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
}) })

View file

@ -12576,7 +12576,7 @@ self: super: with self; {
yappi = callPackage ../development/python-modules/yappi { }; yappi = callPackage ../development/python-modules/yappi { };
Yapsy = callPackage ../development/python-modules/yapsy { }; yapsy = callPackage ../development/python-modules/yapsy { };
yara-python = callPackage ../development/python-modules/yara-python { }; yara-python = callPackage ../development/python-modules/yara-python { };