python3Packages.fontparts: 0.12.1 -> 0.12.2
https://github.com/robotools/fontParts/releases/tag/0.12.2
This commit is contained in:
@@ -21,33 +21,23 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fontparts";
|
||||
version = "0.12.1";
|
||||
version = "0.12.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "fontParts";
|
||||
inherit version;
|
||||
hash = "sha256-eeU13S1IcC+bsiK3YDlT4rVDeXDGcxx1wY/is8t5pCA=";
|
||||
inherit pname version;
|
||||
hash = "sha256-d41ZVJOiCPITRjgGajBZh2JhnV345yPTCiTEGJzPoQ0=";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
# replace remaining usage of assertEquals for Python 3.12 support
|
||||
# https://github.com/robotools/fontParts/pull/720
|
||||
url = "https://github.com/robotools/fontParts/commit/d7484cd98051aa1588683136da0bb99eac31523b.patch";
|
||||
hash = "sha256-maoUgbmXY/RC4TUZI4triA9OIfB4T98qjUaQ94uhsbg=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs =
|
||||
dependencies =
|
||||
[
|
||||
booleanoperations
|
||||
defcon
|
||||
|
||||
Reference in New Issue
Block a user