mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
print/py-vharfbuzz: Update to 0.3.1
Changes: https://github.com/simoncozens/vharfbuzz/releases
This commit is contained in:
parent
a2790079e1
commit
75f563f997
3 changed files with 24 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= vharfbuzz
|
PORTNAME= vharfbuzz
|
||||||
PORTVERSION= 0.3.0
|
PORTVERSION= 0.3.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= print python
|
CATEGORIES= print python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,9 +11,11 @@ WWW= https://github.com/simoncozens/vharfbuzz
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.34.0:print/py-uharfbuzz@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.34.0:print/py-uharfbuzz@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent pep517
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1708449434
|
TIMESTAMP = 1724084634
|
||||||
SHA256 (vharfbuzz-0.3.0.tar.gz) = 6c12a656f2ee73f0ad405f934ab8bc9e08259e3e100a1efb155f891cfcec1402
|
SHA256 (vharfbuzz-0.3.1.tar.gz) = cc5570f0dc61edc449364fd2ec3dee88819284132267f25eb92757e2137de247
|
||||||
SIZE (vharfbuzz-0.3.0.tar.gz) = 11544
|
SIZE (vharfbuzz-0.3.1.tar.gz) = 12389
|
||||||
|
|
16
print/py-vharfbuzz/files/patch-pyproject.toml
Normal file
16
print/py-vharfbuzz/files/patch-pyproject.toml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
--- pyproject.toml.orig 2024-08-12 14:09:24 UTC
|
||||||
|
+++ pyproject.toml
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
[build-system]
|
||||||
|
-requires = ["setuptools>=45", "setuptools_scm[toml]>=8.1"]
|
||||||
|
+requires = ["setuptools>=45", "setuptools_scm[toml]>=8"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
@@ -45,4 +45,4 @@ exclude = '''
|
||||||
|
(
|
||||||
|
_version.py
|
||||||
|
)
|
||||||
|
-'''
|
||||||
|
\ No newline at end of file
|
||||||
|
+'''
|
Loading…
Add table
Reference in a new issue