python310Packages.yapsi: Normalize attribute & pname
This commit is contained in:
parent
19697a0e67
commit
1a6bc9db74
5 changed files with 9 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
, namedlist
|
||||
, sqlalchemy
|
||||
, tornado
|
||||
, Yapsy
|
||||
, yapsy
|
||||
, pythonAtLeast
|
||||
}:
|
||||
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
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
|
||||
doCheck = false;
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
, typogrify
|
||||
, unidecode
|
||||
, watchdog
|
||||
, Yapsy
|
||||
, yapsy
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -80,7 +80,7 @@ buildPythonPackage rec {
|
|||
typogrify
|
||||
unidecode
|
||||
watchdog
|
||||
Yapsy
|
||||
yapsy
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
|
@ -5,11 +5,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Yapsy";
|
||||
pname = "yapsy";
|
||||
version = "1.12.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "Yapsy";
|
||||
inherit version;
|
||||
sha256 = "12rznbnswfw0w7qfbvmmffr9r317gl1rqg36nijwzsklkjgks4fq";
|
||||
};
|
||||
|
||||
|
|
|
@ -277,6 +277,7 @@ mapAliases ({
|
|||
WSME = wsme; # added 2023-02-19
|
||||
xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
|
||||
XlsxWriter = xlsxwriter; # added 2023-02-19
|
||||
Yapsy = yapsy; # added 2023-02-19
|
||||
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";
|
||||
})
|
||||
|
|
|
@ -12576,7 +12576,7 @@ self: super: with self; {
|
|||
|
||||
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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue