Date: Wed, 25 Sep 2024 04:26:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7d83d5115eb3 - main - x11-fonts/py-shaperglot: Update to 0.6.2 Message-ID: <202409250426.48P4QL3t035568@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d83d5115eb337a66dfca6f9407b929586f38458 commit 7d83d5115eb337a66dfca6f9407b929586f38458 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:14:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:22:38 +0000 x11-fonts/py-shaperglot: Update to 0.6.2 Changes: https://github.com/googlefonts/shaperglot/releases --- x11-fonts/py-shaperglot/Makefile | 4 ++-- x11-fonts/py-shaperglot/distinfo | 6 +++--- x11-fonts/py-shaperglot/files/patch-pyproject.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/x11-fonts/py-shaperglot/Makefile b/x11-fonts/py-shaperglot/Makefile index 96319d9cbcb7..84a16adf27ef 100644 --- a/x11-fonts/py-shaperglot/Makefile +++ b/x11-fonts/py-shaperglot/Makefile @@ -1,5 +1,5 @@ PORTNAME= shaperglot -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflanguages>=0.6.3:x11-fonts/py-gflanguages@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gflanguages>=0.6.4:x11-fonts/py-gflanguages@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}num2words>=0.5<0.6:devel/py-num2words@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.3,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} \ diff --git a/x11-fonts/py-shaperglot/distinfo b/x11-fonts/py-shaperglot/distinfo index 2cbdbc99001a..1f8d932f54cd 100644 --- a/x11-fonts/py-shaperglot/distinfo +++ b/x11-fonts/py-shaperglot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726487390 -SHA256 (shaperglot-0.6.1.tar.gz) = d872450428d7e09298c213b45028298f6b60fc43a2b583ae653598e02095c62b -SIZE (shaperglot-0.6.1.tar.gz) = 219818 +TIMESTAMP = 1726741001 +SHA256 (shaperglot-0.6.2.tar.gz) = 6412da75ccbd96ef27794745bce78bb0ac5509420bc0578123aa169196073811 +SIZE (shaperglot-0.6.2.tar.gz) = 220079 diff --git a/x11-fonts/py-shaperglot/files/patch-pyproject.toml b/x11-fonts/py-shaperglot/files/patch-pyproject.toml index d8de0645794b..e1797d732b92 100644 --- a/x11-fonts/py-shaperglot/files/patch-pyproject.toml +++ b/x11-fonts/py-shaperglot/files/patch-pyproject.toml @@ -1,10 +1,10 @@ ---- pyproject.toml.orig 2024-09-04 10:09:01 UTC +--- pyproject.toml.orig 2024-09-16 12:44:56 UTC +++ pyproject.toml @@ -43,7 +43,7 @@ repository = "https://github.com/simoncozens/shaperglo repository = "https://github.com/simoncozens/shaperglot" [build-system] --requires = ["setuptools>=74.1.0", "setuptools_scm[toml]>=8.1.0"] +-requires = ["setuptools>=75.0.0", "setuptools_scm[toml]>=8.1.0"] +requires = ["setuptools>=61", "setuptools_scm[toml]>=8.0.4"] build-backend = "setuptools.build_meta"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409250426.48P4QL3t035568>