Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:05:47 +0000
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: 4cd7b00f537c - main - textproc/py-pybtex: Update to 0.26.1
Message-ID:  <69e4003b.3346d.27b1669e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4cd7b00f537c0b1287ebc36fe7bb9f71a2aec292

commit 4cd7b00f537c0b1287ebc36fe7bb9f71a2aec292
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:41:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:56 +0000

    textproc/py-pybtex: Update to 0.26.1
    
    - Update WWW
    
    Changes:        https://codeberg.org/pybtex/pybtex/src/branch/master/CHANGES
                    https://docs.pybtex.org/history.html
---
 textproc/py-pybtex/Makefile | 12 ++++++------
 textproc/py-pybtex/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/textproc/py-pybtex/Makefile b/textproc/py-pybtex/Makefile
index a227ac9d53a9..b51b5c7f6415 100644
--- a/textproc/py-pybtex/Makefile
+++ b/textproc/py-pybtex/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pybtex
-PORTVERSION=	0.25.1
+PORTVERSION=	0.26.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -7,20 +7,20 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	BibTeX-compatible bibliography processor in Python
 WWW=		https://pybtex.org/ \
-		https://bitbucket.org/pybtex-devs/pybtex/
+		https://codeberg.org/pybtex/pybtex
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyyaml>=3.01:devel/py-pyyaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}latexcodec>=1.0.4:textproc/py-latexcodec@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>=3.01:devel/py-pyyaml@${PY_FLAVOR}
 
-USES=		python
+USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
+SHEBANG_FILES=	src/pybtex/charwidths/make_charwidths.py
+
 .include <bsd.port.mk>
diff --git a/textproc/py-pybtex/distinfo b/textproc/py-pybtex/distinfo
index 67ba5e2cbe59..98154c0f67b0 100644
--- a/textproc/py-pybtex/distinfo
+++ b/textproc/py-pybtex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751208176
-SHA256 (pybtex-0.25.1.tar.gz) = 9eaf90267c7e83e225af89fea65c370afbf65f458220d3946a9e3049e1eca491
-SIZE (pybtex-0.25.1.tar.gz) = 406157
+TIMESTAMP = 1775587614
+SHA256 (pybtex-0.26.1.tar.gz) = 2e5543bea424e60e9e42eef70bff597be48649d8f68ba061a7a092b2477d5464
+SIZE (pybtex-0.26.1.tar.gz) = 692991


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e4003b.3346d.27b1669e>