git: b0cfb0d76e13 - main - print/py-freetype-py: Update to 2.5.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 18:45:34 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b0cfb0d76e137d98c8013b3540ca45e17fef2fb6
commit b0cfb0d76e137d98c8013b3540ca45e17fef2fb6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-08 18:21:01 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-08 18:37:46 +0000
print/py-freetype-py: Update to 2.5.1
Changes: https://github.com/rougier/freetype-py/releases
---
print/py-freetype-py/Makefile | 5 ++---
print/py-freetype-py/distinfo | 6 +++---
print/py-freetype-py/files/patch-pyproject.toml | 6 ------
3 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/print/py-freetype-py/Makefile b/print/py-freetype-py/Makefile
index 962eec77ea0b..5d0f1a477f2f 100644
--- a/print/py-freetype-py/Makefile
+++ b/print/py-freetype-py/Makefile
@@ -1,5 +1,5 @@
PORTNAME= freetype-py
-PORTVERSION= 2.4.0
+PORTVERSION= 2.5.1
CATEGORIES= print python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,7 @@ WWW= https://github.com/rougier/freetype-py
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libfreetype.so:print/freetype2
diff --git a/print/py-freetype-py/distinfo b/print/py-freetype-py/distinfo
index 378dfa8033b9..e988606c1119 100644
--- a/print/py-freetype-py/distinfo
+++ b/print/py-freetype-py/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683478922
-SHA256 (freetype-py-2.4.0.zip) = 8ad81195d2f8f339aba61700cebfbd77defad149c51f59b75a2a5e37833ae12e
-SIZE (freetype-py-2.4.0.zip) = 832493
+TIMESTAMP = 1725559881
+SHA256 (freetype-py-2.5.1.zip) = cfe2686a174d0dd3d71a9d8ee9bf6a2c23f5872385cf8ce9f24af83d076e2fbd
+SIZE (freetype-py-2.5.1.zip) = 851738
diff --git a/print/py-freetype-py/files/patch-pyproject.toml b/print/py-freetype-py/files/patch-pyproject.toml
deleted file mode 100644
index dd8f9fb52fe9..000000000000
--- a/print/py-freetype-py/files/patch-pyproject.toml
+++ /dev/null
@@ -1,6 +0,0 @@
---- pyproject.toml.orig 2023-05-04 03:28:06 UTC
-+++ pyproject.toml
-@@ -1,2 +1,2 @@
- [build-system]
--requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "certifi", "cmake"]
-+requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "certifi"]