Merge pull request #209881 from dotlambda/levenshtein-alias

authored by

Martin Weinelt and committed by
GitHub
e3c70611 e4fc9a91

+18 -18
+1 -1
pkgs/applications/audio/sublime-music/default.nix
··· 54 mpv 55 peewee 56 pygobject3 57 - python-Levenshtein 58 python-dateutil 59 requests 60 semver
··· 54 mpv 55 peewee 56 pygobject3 57 + levenshtein 58 python-dateutil 59 requests 60 semver
+1 -1
pkgs/applications/editors/apostrophe/default.nix
··· 7 8 let 9 pythonEnv = pythonPackages.python.withPackages(p: with p; [ 10 - regex setuptools python-Levenshtein pyenchant 11 pygobject3 pycairo pypandoc chardet 12 ]); 13
··· 7 8 let 9 pythonEnv = pythonPackages.python.withPackages(p: with p; [ 10 + regex setuptools levenshtein pyenchant 11 pygobject3 pycairo pypandoc chardet 12 ]); 13
+1 -1
pkgs/applications/misc/ulauncher/default.nix
··· 55 dbus-python 56 pygobject3 57 pyinotify 58 - python-Levenshtein 59 pyxdg 60 pycairo 61 requests
··· 55 dbus-python 56 pygobject3 57 pyinotify 58 + levenshtein 59 pyxdg 60 pycairo 61 requests
+1 -1
pkgs/applications/office/paperless-ngx/default.nix
··· 155 python-dateutil 156 python-dotenv 157 python-gnupg 158 - python-Levenshtein 159 python-magic 160 pytz 161 pyyaml
··· 155 python-dateutil 156 python-dotenv 157 python-gnupg 158 + levenshtein 159 python-magic 160 pytz 161 pyyaml
+2 -2
pkgs/applications/office/paperwork/paperwork-backend.nix
··· 7 , pycountry 8 , whoosh 9 , termcolor 10 - , python-Levenshtein 11 , pygobject3 12 , pyocr 13 , natsort ··· 55 pygobject3 56 pyocr 57 pypillowfight 58 - python-Levenshtein 59 poppler_gi 60 scikit-learn 61 termcolor
··· 7 , pycountry 8 , whoosh 9 , termcolor 10 + , levenshtein 11 , pygobject3 12 , pyocr 13 , natsort ··· 55 pygobject3 56 pyocr 57 pypillowfight 58 + levenshtein 59 poppler_gi 60 scikit-learn 61 termcolor
+1 -1
pkgs/applications/science/biology/truvari/default.nix
··· 21 22 propagatedBuildInputs = with python3Packages; [ 23 pyvcf 24 - python-Levenshtein 25 progressbar2 26 pysam 27 pyfaidx
··· 21 22 propagatedBuildInputs = with python3Packages; [ 23 pyvcf 24 + levenshtein 25 progressbar2 26 pysam 27 pyfaidx
+2 -2
pkgs/development/python-modules/fire/default.nix
··· 4 , six 5 , hypothesis 6 , mock 7 - , python-Levenshtein 8 , pytestCheckHook 9 , termcolor 10 , pythonOlder ··· 32 checkInputs = [ 33 hypothesis 34 mock 35 - python-Levenshtein 36 pytestCheckHook 37 ]; 38
··· 4 , six 5 , hypothesis 6 , mock 7 + , levenshtein 8 , pytestCheckHook 9 , termcolor 10 , pythonOlder ··· 32 checkInputs = [ 33 hypothesis 34 mock 35 + levenshtein 36 pytestCheckHook 37 ]; 38
+2 -2
pkgs/development/python-modules/fuzzywuzzy/default.nix
··· 1 - { lib, buildPythonPackage, fetchPypi, python-Levenshtein, pycodestyle, hypothesis, pytest }: 2 3 buildPythonPackage rec { 4 pname = "fuzzywuzzy"; ··· 9 sha256 = "1s00zn75y2dkxgnbw8kl8dw4p1mc77cv78fwfa4yb0274s96w0a5"; 10 }; 11 12 - propagatedBuildInputs = [ python-Levenshtein ]; 13 checkInputs = [ pycodestyle hypothesis pytest ]; 14 15 meta = with lib; {
··· 1 + { lib, buildPythonPackage, fetchPypi, levenshtein, pycodestyle, hypothesis, pytest }: 2 3 buildPythonPackage rec { 4 pname = "fuzzywuzzy"; ··· 9 sha256 = "1s00zn75y2dkxgnbw8kl8dw4p1mc77cv78fwfa4yb0274s96w0a5"; 10 }; 11 12 + propagatedBuildInputs = [ levenshtein ]; 13 checkInputs = [ pycodestyle hypothesis pytest ]; 14 15 meta = with lib; {
+2 -2
pkgs/development/python-modules/thefuzz/default.nix
··· 4 , pythonOlder 5 , pytestCheckHook 6 , hypothesis 7 - , python-Levenshtein 8 }: 9 10 buildPythonPackage rec { ··· 19 hash = "sha256-b3Em2y8silQhKwXjp0DkX0KRxJfXXSB1Fyj2Nbt0qj0="; 20 }; 21 22 - propagatedBuildInputs = [ python-Levenshtein ]; 23 24 # Skip linting 25 postPatch = ''
··· 4 , pythonOlder 5 , pytestCheckHook 6 , hypothesis 7 + , levenshtein 8 }: 9 10 buildPythonPackage rec { ··· 19 hash = "sha256-b3Em2y8silQhKwXjp0DkX0KRxJfXXSB1Fyj2Nbt0qj0="; 20 }; 21 22 + propagatedBuildInputs = [ levenshtein ]; 23 24 # Skip linting 25 postPatch = ''
+2 -2
pkgs/development/python-modules/trytond/default.nix
··· 13 , wrapt 14 , passlib 15 , pydot 16 - , python-Levenshtein 17 , html2text 18 , weasyprint 19 , gevent ··· 49 50 # extra dependencies 51 pydot 52 - python-Levenshtein 53 html2text 54 weasyprint 55 gevent
··· 13 , wrapt 14 , passlib 15 , pydot 16 + , levenshtein 17 , html2text 18 , weasyprint 19 , gevent ··· 49 50 # extra dependencies 51 pydot 52 + levenshtein 53 html2text 54 weasyprint 55 gevent
+2 -2
pkgs/development/python-modules/videocr/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , python-Levenshtein 5 , pytesseract 6 , opencv4 7 , fuzzywuzzy ··· 17 }; 18 19 propagatedBuildInputs = [ 20 - python-Levenshtein 21 pytesseract 22 opencv4 23 fuzzywuzzy
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , levenshtein 5 , pytesseract 6 , opencv4 7 , fuzzywuzzy ··· 17 }; 18 19 propagatedBuildInputs = [ 20 + levenshtein 21 pytesseract 22 opencv4 23 fuzzywuzzy
+1 -1
pkgs/tools/inputmethods/ibus-engines/ibus-uniemoji/default.nix
··· 11 pygobject3 12 (toPythonModule ibus) 13 pyxdg 14 - python-Levenshtein 15 ]); 16 in stdenv.mkDerivation rec { 17 pname = "ibus-uniemoji";
··· 11 pygobject3 12 (toPythonModule ibus) 13 pyxdg 14 + levenshtein 15 ]); 16 in stdenv.mkDerivation rec { 17 pname = "ibus-uniemoji";