Skip to content

Commit

Permalink
x11-fonts/py-gflanguages: Update to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 30, 2022
1 parent b706191 commit beafd31
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions x11-fonts/py-gflanguages/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gflanguages
PORTVERSION= 0.4.0
PORTVERSION= 0.4.3
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions x11-fonts/py-gflanguages/distinfo
@@ -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
10 changes: 7 additions & 3 deletions x11-fonts/py-gflanguages/files/patch-setup.py
@@ -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',
]
)

0 comments on commit beafd31

Please sign in to comment.