Unverified Commit 39899b42 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #279352 from Stunkymonkey/ufolib2-normalize

python311Packages.ufolib2: rename from ufoLib2
parents abef7875 e5597afc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  ];
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
, pytestCheckHook
, pythonOlder
, ufo2ft
, ufoLib2
, ufolib2
}:

buildPythonPackage rec {
@@ -47,7 +47,7 @@ buildPythonPackage rec {
  nativeCheckInputs = [
    pytestCheckHook
    ufo2ft
    ufoLib2
    ufolib2
  ];

  pythonImportsCheck = [
+2 −2
Original line number Diff line number Diff line
@@ -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
Loading