mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11-fonts/py-gflanguages: Update to 0.7.1
Changes: https://github.com/googlefonts/lang/releases
This commit is contained in:
parent
aa92e695f0
commit
ef5c24aa79
3 changed files with 15 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= gflanguages
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -16,9 +16,15 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FL
|
|||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.9+
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 31000
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=0:devel/py-importlib-resources@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1730724848
|
||||
SHA256 (gflanguages-0.7.0.tar.gz) = 384b713d7d61b00e2af0bd7a91c35c418cc7c43bc613bada5ba778684c88feff
|
||||
SIZE (gflanguages-0.7.0.tar.gz) = 838529
|
||||
TIMESTAMP = 1732239546
|
||||
SHA256 (gflanguages-0.7.1.tar.gz) = 823595d53f97536a8ace884336ad51959821f0681156b486869c2b5d3b933ed1
|
||||
SIZE (gflanguages-0.7.1.tar.gz) = 841360
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
--- pyproject.toml.orig 2024-11-01 10:44:56 UTC
|
||||
--- pyproject.toml.orig 2024-11-18 12:50:04 UTC
|
||||
+++ pyproject.toml
|
||||
@@ -22,8 +22,7 @@ dependencies = [
|
||||
@@ -23,7 +23,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
- "protobuf>=3.7.0, <4",
|
||||
- "importlib_resources", # Needed for 3.9 and below
|
||||
+ "protobuf>=3.7.0",
|
||||
"importlib_resources ; python_version < '3.10'",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Add table
Reference in a new issue