git: 2b8a5ccb0588 - main - devel/py-thriftpy2: Update to 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 18:24:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2b8a5ccb058868b455ac0d1e1bf47ba1f9c15de8
commit 2b8a5ccb058868b455ac0d1e1bf47ba1f9c15de8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:57:59 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:58 +0000
devel/py-thriftpy2: Update to 0.6.0
- Use USES=dos2unix to convert CRLF to LF
Changes: https://github.com/Thriftpy/thriftpy2/releases
---
devel/py-thriftpy2/Makefile | 6 +++---
devel/py-thriftpy2/distinfo | 6 +++---
devel/py-thriftpy2/files/patch-pyproject.toml | 15 ++++++++-------
3 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/devel/py-thriftpy2/Makefile b/devel/py-thriftpy2/Makefile
index bbe775097d3a..4b00cc1ebd34 100644
--- a/devel/py-thriftpy2/Makefile
+++ b/devel/py-thriftpy2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= thriftpy2
-PORTVERSION= 0.5.3
+PORTVERSION= 0.6.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,12 +13,12 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} \
+ ${PY_TOMLI} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4<4.0:devel/py-ply@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.15<2:devel/py-six@${PY_FLAVOR}
-USES= python
+USES= dos2unix python
USE_PYTHON= autoplist concurrent cython pep517
post-install:
diff --git a/devel/py-thriftpy2/distinfo b/devel/py-thriftpy2/distinfo
index e38e391008c7..bc93690f7c57 100644
--- a/devel/py-thriftpy2/distinfo
+++ b/devel/py-thriftpy2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752566718
-SHA256 (thriftpy2-0.5.3.tar.gz) = ade0165ba060b97333bc7a927229e992441bfa17bb8e13ea05590c2ec3551b17
-SIZE (thriftpy2-0.5.3.tar.gz) = 814230
+TIMESTAMP = 1771421652
+SHA256 (thriftpy2-0.6.0.tar.gz) = 621c263f99274d51a9a1deecf301845f1408d497bdafed682db6155132a99cf4
+SIZE (thriftpy2-0.6.0.tar.gz) = 996147
diff --git a/devel/py-thriftpy2/files/patch-pyproject.toml b/devel/py-thriftpy2/files/patch-pyproject.toml
index 8bbcc8eff877..1d542712a29b 100644
--- a/devel/py-thriftpy2/files/patch-pyproject.toml
+++ b/devel/py-thriftpy2/files/patch-pyproject.toml
@@ -1,9 +1,10 @@
---- pyproject.toml.orig 2025-07-14 13:08:30 UTC
+--- pyproject.toml.orig 2026-02-19 12:35:24 UTC
+++ pyproject.toml
-@@ -1,5 +1,5 @@
+@@ -1,6 +1,6 @@ requires = [
[build-system]
--requires = ["setuptools>=68", "cython>=0.28.4,<4", "toml"]
-+requires = ["setuptools>=61", "cython>=0.28.4,<4", "toml"]
-
- [project]
- name = "thriftpy2"
+ requires = [
+- "setuptools>=68",
++ "setuptools>=61",
+ "cython>=0.28.4,<4",
+ "tomli; python_version<'3.11'"
+ ]