mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
x11-fonts/py-gflanguages: Update to 0.4.4
Changes: https://github.com/googlefonts/lang/releases
This commit is contained in:
parent
e970db051c
commit
16e971b8d0
@ -1,5 +1,5 @@
|
||||
PORTNAME= gflanguages
|
||||
PORTVERSION= 0.4.3
|
||||
PORTVERSION= 0.4.4
|
||||
CATEGORIES= x11-fonts python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,7 +11,7 @@ WWW= https://github.com/googlefonts/lang
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=4:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.7+
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1669058017
|
||||
SHA256 (gflanguages-0.4.3.tar.gz) = ba15b5e0b300d3357c37abcf62e4691d084b3fbc3d21d3c14d328d809b1b8082
|
||||
SIZE (gflanguages-0.4.3.tar.gz) = 675445
|
||||
TIMESTAMP = 1677771385
|
||||
SHA256 (gflanguages-0.4.4.tar.gz) = 46c7c48987c959974228b2a58a980e8f7b5b54285d22e3c122f3cf7021e4bc2d
|
||||
SIZE (gflanguages-0.4.4.tar.gz) = 675282
|
||||
|
@ -1,11 +1,6 @@
|
||||
--- setup.py.orig 2022-11-14 13:16:17 UTC
|
||||
--- setup.py.orig 2023-02-24 14:23:41 UTC
|
||||
+++ setup.py
|
||||
@@ -51,10 +51,10 @@ setup(
|
||||
'Programming Language :: Python :: 3'
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
- setup_requires=['setuptools_scm>=4,<6.1'],
|
||||
+ setup_requires=['setuptools_scm>=4'],
|
||||
@@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user