1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-fonts/py-gflanguages: Update to 0.6.1

Changes:	https://github.com/googlefonts/lang/releases
This commit is contained in:
Po-Chuan Hsieh 2024-05-20 00:20:30 +08:00
parent 1c33ef10ad
commit 5cab51bb80
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= gflanguages
PORTVERSION= 0.5.17
PORTREVISION= 1
PORTVERSION= 0.6.1
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,8 +11,8 @@ WWW= https://github.com/googlefonts/lang
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1708449552
SHA256 (gflanguages-0.5.17.tar.gz) = 752720450eaeb234aa57416a0f23fe286bc72f4eb095315570ef8c999d8d300b
SIZE (gflanguages-0.5.17.tar.gz) = 795126
TIMESTAMP = 1715842878
SHA256 (gflanguages-0.6.1.tar.gz) = 9a544dceb020784b75fd56d0117588c420fd36450b30e9e416c00b3b91fed526
SIZE (gflanguages-0.6.1.tar.gz) = 793305

View File

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2024-05-16 08:51:11 UTC
+++ pyproject.toml
@@ -22,7 +22,7 @@ dependencies = [
]
dependencies = [
- "protobuf>=3.7.0, <4"
+ "protobuf>=3.7.0"
]
[project.optional-dependencies]

View File

@ -1,10 +0,0 @@
--- setup.py.orig 2023-02-24 14:23:41 UTC
+++ setup.py
@@ -55,6 +55,6 @@ setup(
install_requires=[
# 3.7.0 fixed a bug on parsing some METADATA.pb files.
# We cannot use v4 because our protobuf files have been compiled with v3.
- 'protobuf>=3.7.0, <4',
+ 'protobuf>=3.7.0',
]
)