lol

python3Packges.pyicu: rename from PyICU

+19 -16
+1 -1
pkgs/applications/misc/gramps/default.nix
··· 29 sha256 = "00358nzyw686ypqv45imc5k9frcqnhla0hpx9ynna3iy6iz5006x"; 30 }; 31 32 - pythonPath = with pythonPackages; [ bsddb3 PyICU pygobject3 pycairo ]; 33 34 # Same installPhase as in buildPythonApplication but without --old-and-unmanageble 35 # install flag.
··· 29 sha256 = "00358nzyw686ypqv45imc5k9frcqnhla0hpx9ynna3iy6iz5006x"; 30 }; 31 32 + pythonPath = with pythonPackages; [ bsddb3 pyicu pygobject3 pycairo ]; 33 34 # Same installPhase as in buildPythonApplication but without --old-and-unmanageble 35 # install flag.
+2 -2
pkgs/development/python-modules/agate/default.nix
··· 9 , lxml 10 , nose 11 , parsedatetime 12 - , PyICU 13 , python-slugify 14 , pytimeparse 15 , pythonOlder ··· 46 glibcLocales 47 lxml 48 nose 49 - PyICU 50 pytz 51 ]; 52
··· 9 , lxml 10 , nose 11 , parsedatetime 12 + , pyicu 13 , python-slugify 14 , pytimeparse 15 , pythonOlder ··· 46 glibcLocales 47 lxml 48 nose 49 + pyicu 50 pytz 51 ]; 52
+2 -2
pkgs/development/python-modules/natsort/default.nix
··· 4 , fetchPypi 5 , glibcLocales 6 , hypothesis 7 - , PyICU 8 , pytest-mock 9 , pytestCheckHook 10 , pythonOlder ··· 24 25 propagatedBuildInputs = [ 26 fastnumbers 27 - PyICU 28 ]; 29 30 checkInputs = [
··· 4 , fetchPypi 5 , glibcLocales 6 , hypothesis 7 + , pyicu 8 , pytest-mock 9 , pytestCheckHook 10 , pythonOlder ··· 24 25 propagatedBuildInputs = [ 26 fastnumbers 27 + pyicu 28 ]; 29 30 checkInputs = [
+2 -2
pkgs/development/python-modules/normality/default.nix
··· 4 , text-unidecode 5 , chardet 6 , banal 7 - , PyICU 8 , pytestCheckHook 9 }: 10 buildPythonPackage rec { ··· 22 text-unidecode 23 chardet 24 banal 25 - PyICU 26 ]; 27 28 checkInputs = [
··· 4 , text-unidecode 5 , chardet 6 , banal 7 + , pyicu 8 , pytestCheckHook 9 }: 10 buildPythonPackage rec { ··· 22 text-unidecode 23 chardet 24 banal 25 + pyicu 26 ]; 27 28 checkInputs = [
+5 -3
pkgs/development/python-modules/pyicu/default.nix
··· 7 }: 8 9 buildPythonPackage rec { 10 - pname = "PyICU"; 11 version = "2.10.2"; 12 13 src = fetchPypi { 14 - inherit pname version; 15 - sha256 = "sha256-DDMJ7qf6toV1B6zmJANRW2D+CWy/tPkNFPVf91xUQcE="; 16 }; 17 18 nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config
··· 7 }: 8 9 buildPythonPackage rec { 10 + pname = "pyicu"; 11 version = "2.10.2"; 12 + format = "setuptools"; 13 14 src = fetchPypi { 15 + pname = "PyICU"; 16 + inherit version; 17 + hash = "sha256-DDMJ7qf6toV1B6zmJANRW2D+CWy/tPkNFPVf91xUQcE="; 18 }; 19 20 nativeBuildInputs = [ icu ]; # for icu-config, but should be replaced with pkg-config
+2 -2
pkgs/development/python-modules/slob/default.nix
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , isPy3k 5 - , PyICU 6 , python 7 }: 8 ··· 18 sha256 = "01195hphjnlcvgykw143rf06s6y955sjc1r825a58vhjx7hj54zh"; 19 }; 20 21 - propagatedBuildInputs = [ PyICU ]; 22 23 checkPhase = '' 24 ${python.interpreter} -m unittest slob
··· 2 , buildPythonPackage 3 , fetchFromGitHub 4 , isPy3k 5 + , pyicu 6 , python 7 }: 8 ··· 18 sha256 = "01195hphjnlcvgykw143rf06s6y955sjc1r825a58vhjx7hj54zh"; 19 }; 20 21 + propagatedBuildInputs = [ pyicu ]; 22 23 checkPhase = '' 24 ${python.interpreter} -m unittest slob
+1 -1
pkgs/servers/matrix-synapse/default.nix
··· 65 psycopg2 66 pyasn1 67 pydantic 68 - PyICU 69 pyjwt 70 pymacaroons 71 pynacl
··· 65 psycopg2 66 pyasn1 67 pydantic 68 + pyicu 69 pyjwt 70 pymacaroons 71 pynacl
+1 -1
pkgs/servers/nominatim/default.nix
··· 49 psycopg2 50 psutil 51 jinja2 52 - PyICU 53 datrie 54 ]; 55
··· 49 psycopg2 50 psutil 51 jinja2 52 + pyicu 53 datrie 54 ]; 55
+1 -1
pkgs/tools/misc/xdxf2slob/default.nix
··· 11 sha256 = "0m3dnc3816ja3kmik1wabb706dkqdf5sxvabwgf2rcrq891xcddd"; 12 }; 13 14 - propagatedBuildInputs = [ python3Packages.PyICU python3Packages.slob ]; 15 16 meta = with lib; { 17 description = "Tool to convert XDXF dictionary files to slob format";
··· 11 sha256 = "0m3dnc3816ja3kmik1wabb706dkqdf5sxvabwgf2rcrq891xcddd"; 12 }; 13 14 + propagatedBuildInputs = [ python3Packages.pyicu python3Packages.slob ]; 15 16 meta = with lib; { 17 description = "Tool to convert XDXF dictionary files to slob format";
+1
pkgs/top-level/python-aliases.nix
··· 148 pycryptodome-test-vectors = throw "pycryptodome-test-vectors has been removed because it is an internal package to pycryptodome"; # added 2022-05-28 149 pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07 150 pyialarmxr-homeassistant = throw "The package was removed together with the component support in home-assistant 2022.7.0"; # added 2022-07-07 151 pyjson5 = json5; # added 2022-08-28 152 pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20 153 PyLD = pyld; # added 2022-06-22
··· 148 pycryptodome-test-vectors = throw "pycryptodome-test-vectors has been removed because it is an internal package to pycryptodome"; # added 2022-05-28 149 pyialarmxr = pyialarmxr-homeassistant; # added 2022-06-07 150 pyialarmxr-homeassistant = throw "The package was removed together with the component support in home-assistant 2022.7.0"; # added 2022-07-07 151 + PyICU = pyicu; # Added 2022-12-22 152 pyjson5 = json5; # added 2022-08-28 153 pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20 154 PyLD = pyld; # added 2022-06-22
+1 -1
pkgs/top-level/python-packages.nix
··· 8013 8014 pyicloud = callPackage ../development/python-modules/pyicloud { }; 8015 8016 - PyICU = callPackage ../development/python-modules/pyicu { }; 8017 8018 pyimpfuzzy = callPackage ../development/python-modules/pyimpfuzzy { 8019 inherit (pkgs) ssdeep;
··· 8013 8014 pyicloud = callPackage ../development/python-modules/pyicloud { }; 8015 8016 + pyicu = callPackage ../development/python-modules/pyicu { }; 8017 8018 pyimpfuzzy = callPackage ../development/python-modules/pyimpfuzzy { 8019 inherit (pkgs) ssdeep;