pythonPackages.afdko: 3.5.0 → 3.5.1
This commit is contained in:
parent
feda1d67d2
commit
0596ac5105
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder, python
|
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder, python
|
||||||
, fonttools, defcon, lxml, fs, unicodedata2, zopfli, brotlipy, fontpens
|
, fonttools, defcon, lxml, fs, unicodedata2, zopfli, brotlipy, fontpens
|
||||||
, brotli, fontmath, mutatormath, booleanoperations
|
, brotli, fontmath, mutatormath, booleanoperations
|
||||||
, ufoprocessor, ufonormalizer, psautohint
|
, ufoprocessor, ufonormalizer, psautohint, tqdm
|
||||||
, setuptools_scm
|
, setuptools_scm
|
||||||
, pytest
|
, pytest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "afdko";
|
pname = "afdko";
|
||||||
version = "3.5.0";
|
version = "3.5.1";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wid4l70bxm297xgayyrgw5glhp6n92gh4sz1nd4rncgf1ziz8ck";
|
sha256 = "1qg7dgl81yq0sp50pkhgvmf8az1svx20zmpkfa68ka9d0ssh1wjw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||||||
ufoprocessor
|
ufoprocessor
|
||||||
ufonormalizer
|
ufonormalizer
|
||||||
psautohint
|
psautohint
|
||||||
|
tqdm
|
||||||
];
|
];
|
||||||
|
|
||||||
# tests are broken on non x86_64
|
# tests are broken on non x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user