python311Packages.ufolib2: rename from ufoLib2

This commit is contained in:
Felix Buehler 2024-01-07 12:49:48 +01:00
parent d1f67f730f
commit e5597afc62
9 changed files with 15 additions and 14 deletions

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
python3.pkgs.statmake
python3.pkgs.ufo2ft
python3.pkgs.setuptools
python3.pkgs.ufoLib2
python3.pkgs.ufolib2
gettext
appstream-glib
];

View file

@ -10,7 +10,7 @@
, orjson
, poetry-core
, pytestCheckHook
, ufoLib2
, ufolib2
}:
buildPythonPackage rec {
@ -34,7 +34,7 @@ buildPythonPackage rec {
glyphslib
openstep-plist
orjson
ufoLib2
ufolib2
];
nativeBuildInputs = [
poetry-core

View file

@ -3,7 +3,7 @@
, fetchFromGitHub
, fonttools
, openstep-plist
, ufoLib2
, ufolib2
, pytestCheckHook
, unicodedata2
, setuptools-scm
@ -34,7 +34,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
fonttools
openstep-plist
ufoLib2
ufolib2
unicodedata2
ufonormalizer
xmldiff
@ -59,4 +59,3 @@ buildPythonPackage rec {
maintainers = [ lib.maintainers.BarinovMaxim ];
};
}

View file

@ -11,7 +11,7 @@
, pytestCheckHook
, pythonOlder
, ufo2ft
, ufoLib2
, ufolib2
}:
buildPythonPackage rec {
@ -47,7 +47,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
ufo2ft
ufoLib2
ufolib2
];
pythonImportsCheck = [

View file

@ -13,7 +13,7 @@
, defcon
, fonttools
, skia-pathops
, ufoLib2
, ufolib2
# tests
, pytestCheckHook
@ -40,7 +40,7 @@ buildPythonPackage rec {
compreffor
booleanoperations
cffsubr
ufoLib2
ufolib2
skia-pathops
]
++ fonttools.optional-dependencies.lxml

View file

@ -14,12 +14,13 @@
}:
buildPythonPackage rec {
pname = "ufoLib2";
pname = "ufolib2";
version = "0.16.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
pname = "ufoLib2";
inherit version;
hash = "sha256-SfDcf3LMrP5/rv4NU9N5cdRWZNiwVj7zaVb6e/pVor0=";
};

View file

@ -43,7 +43,7 @@ python3.pkgs.buildPythonApplication rec {
toml
tomlkit
ufo2ft
ufoLib2
ufolib2
zopfli
];

View file

@ -463,6 +463,7 @@ mapAliases ({
tvnamer = throw "tvnamer was moved to pkgs.tvnamer"; # added 2021-07-05
types-cryptography = throw "types-cryptography has been removed because it is obsolete since cryptography version 3.4.4."; # added 2022-05-30
types-paramiko = throw "types-paramiko has been removed because it was unused."; # added 2022-05-30
ufoLib2 = ufolib2; # added 2024-01-07
ukrainealarm = throw "ukrainealarm has been removed, as it has been replaced as a home-assistant dependency by uasiren."; # added 2024-01-05
unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01
uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13

View file

@ -15493,7 +15493,7 @@ self: super: with self; {
ufo2ft = callPackage ../development/python-modules/ufo2ft { };
ufoLib2 = callPackage ../development/python-modules/ufoLib2 { };
ufolib2 = callPackage ../development/python-modules/ufolib2 { };
ufolint = callPackage ../development/python-modules/ufolint { };