Merge pull request #241114 from SuperSandro2000/pypy3Packages.skia-pathops
pypy3Packages.skia-pathops: mark broken, update homepage
This commit is contained in:
commit
76d738bbb3
@ -2,6 +2,7 @@
|
|||||||
, stdenv
|
, stdenv
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, cython
|
, cython
|
||||||
|
, isPyPy
|
||||||
, ninja
|
, ninja
|
||||||
, setuptools-scm
|
, setuptools-scm
|
||||||
, setuptools
|
, setuptools
|
||||||
@ -50,8 +51,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python access to operations on paths using the Skia library";
|
description = "Python access to operations on paths using the Skia library";
|
||||||
homepage = "https://skia.org/dev/present/pathops";
|
homepage = "https://github.com/fonttools/skia-pathops";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
maintainers = [ lib.maintainers.BarinovMaxim ];
|
maintainers = [ lib.maintainers.BarinovMaxim ];
|
||||||
|
# ERROR at //gn/BUILDCONFIG.gn:87:14: Script returned non-zero exit code.
|
||||||
|
broken = isPyPy;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user