Skip to content

Commit

Permalink
x11-fonts/py-gflanguages: Update to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 21, 2023
1 parent e970db0 commit 16e971b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions x11-fonts/py-gflanguages/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gflanguages
PORTVERSION= 0.4.3
PORTVERSION= 0.4.4
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -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+
Expand Down
6 changes: 3 additions & 3 deletions x11-fonts/py-gflanguages/distinfo
@@ -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
9 changes: 2 additions & 7 deletions x11-fonts/py-gflanguages/files/patch-setup.py
@@ -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.
Expand Down

0 comments on commit 16e971b

Please sign in to comment.