Merge pull request #107534 from sternenseemann/fontparts-0.9.7
pythonPackages.fontparts: 0.9.6 -> 0.9.7
This commit is contained in:
commit
4889d04435
@ -1,19 +1,21 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, python
|
{ lib, buildPythonPackage, fetchPypi, python
|
||||||
, fonttools, lxml, fs, unicodedata2
|
, fonttools, lxml, fs, unicodedata2
|
||||||
, defcon, fontpens, fontmath, booleanoperations
|
, defcon, fontpens, fontmath, booleanoperations
|
||||||
, pytest
|
, pytest, setuptools_scm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fontParts";
|
pname = "fontParts";
|
||||||
version = "0.9.6";
|
version = "0.9.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0q8ilc1ypmasci2x1nq69hnfsnvbi1czaxgsb3zgqd8777bn5v9z";
|
sha256 = "183y1y11bqd4ky4anyv40qbvsm6i90gnydqzrjg7syspjsqvfqgy";
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
booleanoperations
|
booleanoperations
|
||||||
fonttools
|
fonttools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user