x11-fonts/py-gflanguages: Update to 0.4.3

Changes:	https://github.com/googlefonts/lang/releases
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:47:02 +08:00
parent b706191c47
commit beafd31389
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= gflanguages
PORTVERSION= 0.4.0
PORTVERSION= 0.4.3
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +12,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=4:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0,1:devel/py-protobuf@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1654774052
SHA256 (gflanguages-0.4.0.tar.gz) = c1ef3c27b741fcf5064ebbf4e3d9ef2bef037e9ec620c9a9d0aa5c3add2124bf
SIZE (gflanguages-0.4.0.tar.gz) = 673638
TIMESTAMP = 1669058017
SHA256 (gflanguages-0.4.3.tar.gz) = ba15b5e0b300d3357c37abcf62e4691d084b3fbc3d21d3c14d328d809b1b8082
SIZE (gflanguages-0.4.3.tar.gz) = 675445

View File

@ -1,11 +1,15 @@
--- setup.py.orig 2022-03-04 21:26:42 UTC
--- setup.py.orig 2022-11-14 13:16:17 UTC
+++ setup.py
@@ -51,7 +51,7 @@ setup(
@@ -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'],
install_requires=[
'protobuf'
# 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',
]
)