mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
print/py-uharfbuzz: Update to 0.35.0
Changes: https://github.com/harfbuzz/uharfbuzz/releases
This commit is contained in:
parent
863260d262
commit
c95d3cb299
@ -1,5 +1,5 @@
|
||||
PORTNAME= uharfbuzz
|
||||
PORTVERSION= 0.33.0
|
||||
PORTVERSION= 0.35.0
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,7 +11,7 @@ WWW= https://github.com/harfbuzz/uharfbuzz
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= harfbuzz>=6.0.0:print/harfbuzz \
|
||||
BUILD_DEPENDS= harfbuzz>=7.1.0:print/harfbuzz \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1671304908
|
||||
SHA256 (uharfbuzz-0.33.0.zip) = 93c88d074df996a483f80d33144c9acad8657178518380b82ec7979988b7239c
|
||||
SIZE (uharfbuzz-0.33.0.zip) = 1364513
|
||||
TIMESTAMP = 1679498796
|
||||
SHA256 (uharfbuzz-0.35.0.zip) = 9c5c1cc77cd258ed014ceacd117fdbc7c5b13c00ad1c6dec811e6ce5b5cc5bc5
|
||||
SIZE (uharfbuzz-0.35.0.zip) = 1531904
|
||||
|
@ -1,16 +1,16 @@
|
||||
--- setup.py.orig 2022-07-31 12:39:52 UTC
|
||||
--- setup.py.orig 2023-03-13 09:18:30 UTC
|
||||
+++ setup.py
|
||||
@@ -39,12 +39,9 @@ extension = Extension(
|
||||
@@ -39,12 +39,8 @@ if platform.system() == 'Darwin':
|
||||
extension = Extension(
|
||||
'uharfbuzz._harfbuzz',
|
||||
define_macros=define_macros,
|
||||
- include_dirs=['harfbuzz/src'],
|
||||
+ include_dirs=['%%LOCALBASE%%/include/harfbuzz'],
|
||||
sources=[
|
||||
- 'harfbuzz/src/harfbuzz-subset.cc',
|
||||
- 'harfbuzz/src/hb-coretext.cc',
|
||||
- 'harfbuzz/src/hb-directwrite.cc',
|
||||
- 'harfbuzz/src/hb-uniscribe.cc',
|
||||
'src/uharfbuzz/_harfbuzz.pyx',
|
||||
- 'harfbuzz/src/harfbuzz.cc',
|
||||
- 'harfbuzz/src/hb-subset-repacker.cc',
|
||||
- 'harfbuzz/src/graph/gsubgpos-context.cc',
|
||||
'src/uharfbuzz/_draw_test_funcs.cc',
|
||||
],
|
||||
language='c++',
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/uharfbuzz/_harfbuzz.cpp.orig 2022-07-31 07:40:22 UTC
|
||||
--- src/uharfbuzz/_harfbuzz.cpp.orig 2023-03-13 09:19:32 UTC
|
||||
+++ src/uharfbuzz/_harfbuzz.cpp
|
||||
@@ -30,15 +30,12 @@
|
||||
@@ -30,16 +30,12 @@
|
||||
"-std=c++11"
|
||||
],
|
||||
"include_dirs": [
|
||||
@ -11,9 +11,10 @@
|
||||
"name": "uharfbuzz._harfbuzz",
|
||||
"sources": [
|
||||
"src/uharfbuzz/_harfbuzz.pyx",
|
||||
- "harfbuzz/src/harfbuzz.cc",
|
||||
- "harfbuzz/src/hb-subset-repacker.cc",
|
||||
- "harfbuzz/src/graph/gsubgpos-context.cc",
|
||||
"src/uharfbuzz/_draw_test_funcs.cc"
|
||||
- "harfbuzz/src/harfbuzz-subset.cc",
|
||||
- "harfbuzz/src/hb-coretext.cc",
|
||||
- "harfbuzz/src/hb-directwrite.cc",
|
||||
- "harfbuzz/src/hb-uniscribe.cc"
|
||||
]
|
||||
},
|
||||
"module_name": "uharfbuzz._harfbuzz"
|
||||
|
Loading…
Reference in New Issue
Block a user