Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 13:13:00 +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: f48f6f7e38ea - main - textproc/py-textual-image: Update to 0.12.0
Message-ID:  <69ef60dc.32b03.1bf228cd@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=f48f6f7e38ea7036efe78acc2a174eb73ee62595

commit f48f6f7e38ea7036efe78acc2a174eb73ee62595
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-27 13:04:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-27 13:07:52 +0000

    textproc/py-textual-image: Update to 0.12.0
    
    - Add NUMPY option
    
    Changes:        https://github.com/lnqs/textual-image/releases
---
 textproc/py-textual-image/Makefile | 5 +++--
 textproc/py-textual-image/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/py-textual-image/Makefile b/textproc/py-textual-image/Makefile
index 0bc849dfb1f2..1061764fc4ad 100644
--- a/textproc/py-textual-image/Makefile
+++ b/textproc/py-textual-image/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	textual-image
-PORTVERSION=	0.8.5
+PORTVERSION=	0.12.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,9 +22,10 @@ USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	TEXTUAL
+OPTIONS_DEFINE=	NUMPY TEXTUAL
 TEXTUAL_DESC=	Textual support
 
+NUMPY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=2.0.0,1:math/py-numpy@${PY_FLAVOR}
 TEXTUAL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}textual>=0.68.0:textproc/py-textual@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/textproc/py-textual-image/distinfo b/textproc/py-textual-image/distinfo
index 0d7f1c022dd4..0a0a8a57f242 100644
--- a/textproc/py-textual-image/distinfo
+++ b/textproc/py-textual-image/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767157679
-SHA256 (textual_image-0.8.5.tar.gz) = 43d4c0026a4f21fa255f41eac7b0fc1f7410a4c7bc9bf95b908bec901b0a8c3a
-SIZE (textual_image-0.8.5.tar.gz) = 109049
+TIMESTAMP = 1777252808
+SHA256 (textual_image-0.12.0.tar.gz) = fdd0b5ff9c8a99740bc360a99ce014d563fa97d07a5b49b472470809f57c0a74
+SIZE (textual_image-0.12.0.tar.gz) = 116403


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60dc.32b03.1bf228cd>