git: f34a3c2ab53f - main - graphics/py-ManimPango: update 0.5.0 → 0.6.1
Yuri Victorovich <[email protected]> Sun, 02 Aug 2026 00:25:59 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f34a3c2ab53f7402199388888e1306306e988869 commit f34a3c2ab53f7402199388888e1306306e988869 Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-01 19:57:20 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-02 00:25:48 +0000 graphics/py-ManimPango: update 0.5.0 → 0.6.1 --- graphics/py-ManimPango/Makefile | 3 ++- graphics/py-ManimPango/distinfo | 6 +++--- graphics/py-ManimPango/files/patch-pyproject.toml | 8 +++++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/graphics/py-ManimPango/Makefile b/graphics/py-ManimPango/Makefile index fa2f7ef46dbd..339accb2edd3 100644 --- a/graphics/py-ManimPango/Makefile +++ b/graphics/py-ManimPango/Makefile @@ -1,8 +1,9 @@ PORTNAME= ManimPango -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.1 CATEGORIES= graphics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${DISTVERSION} MAINTAINER= [email protected] COMMENT= Bindings for Pango for use with Manim diff --git a/graphics/py-ManimPango/distinfo b/graphics/py-ManimPango/distinfo index 39bfc1a96b95..962d7645cfbd 100644 --- a/graphics/py-ManimPango/distinfo +++ b/graphics/py-ManimPango/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697345172 -SHA256 (ManimPango-0.5.0.tar.gz) = 299913bbccb0f15954b64401cf9df24607e1a01edda589ea77de1ed4cc2bc284 -SIZE (ManimPango-0.5.0.tar.gz) = 4076375 +TIMESTAMP = 1785611796 +SHA256 (manimpango-0.6.1.tar.gz) = 59a00bbf8e99dab5f94341087c88e609fe946e79724627429cf59da84cbd40bf +SIZE (manimpango-0.6.1.tar.gz) = 4080834 diff --git a/graphics/py-ManimPango/files/patch-pyproject.toml b/graphics/py-ManimPango/files/patch-pyproject.toml index 191c3cdab2cd..fba28cbbfa9d 100644 --- a/graphics/py-ManimPango/files/patch-pyproject.toml +++ b/graphics/py-ManimPango/files/patch-pyproject.toml @@ -1,9 +1,11 @@ ---- pyproject.toml.orig 2023-10-15 04:53:07 UTC +-- Relax Cython version requirement to work with available Cython ports + +--- pyproject.toml.orig 2026-08-01 19:19:46 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ +@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta" [build-system] build-backend = "setuptools.build_meta" --requires = ["Cython>=3.0.2", "setuptools>=59.2.0", "wheel"] +-requires = ["Cython>=3.0.2,<3.1", "setuptools>=59.2.0", "wheel"] +requires = ["Cython>0", "setuptools>=59.2.0", "wheel"] [tool.isort]