python3Packages.ufo2ft: 3.5.1 -> 3.6.0
https://github.com/googlefonts/ufo2ft/releases/tag/v3.6.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -15,31 +15,20 @@
|
||||
skia-pathops,
|
||||
syrupy,
|
||||
ufolib2,
|
||||
fetchpatch,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ufo2ft";
|
||||
version = "3.5.1";
|
||||
version = "3.6.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-FUITbL+FnscmZjZMlgh/dX4+tJR6MD0LoH5jDNisQkI=";
|
||||
hash = "sha256-hKqTjD8cTgyxHZnaojPAT5JY11okvLiNOnemoULnpmw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Unreleased patch for fonttools >= 4.58.5
|
||||
# https://github.com/googlefonts/ufo2ft/issues/920
|
||||
(fetchpatch {
|
||||
name = "ufo2ft-fonttools-4.58.5.patch";
|
||||
url = "https://github.com/googlefonts/ufo2ft/commit/5ca4800ef39167c377fc669b41e146520cfa641b.patch";
|
||||
hash = "sha256-7hEO6D7LK+LxTK1jcaC8kLw/9ZOOpr41qFysLrZBZ4M=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user