Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2025 15:55:59 GMT
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: 53f801752307 - main - devel/bpython: Update to 0.24
Message-ID:  <202502031555.513FtxEo007660@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53f80175230730be81f0f295dd3effca9cac5106

commit 53f80175230730be81f0f295dd3effca9cac5106
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:16:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:50:45 +0000

    devel/bpython: Update to 0.24
    
    - Update WWW
    
    Changes:        https://github.com/bpython/bpython/releases
---
 devel/bpython/Makefile | 19 +++++++++++++------
 devel/bpython/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile
index 0fe5cbee799c..2d1327e6d18b 100644
--- a/devel/bpython/Makefile
+++ b/devel/bpython/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	bpython
-PORTVERSION=	0.24
-PORTREVISION=	1
+PORTVERSION=	0.25
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://bpython-interpreter.org/releases/
@@ -8,12 +7,14 @@ PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Fancy interface to the Python interpreter
-WWW=		https://bpython-interpreter.org/
+WWW=		https://bpython-interpreter.org/ \
+		https://docs.bpython-interpreter.org/en/latest/ \
+		https://github.com/bpython/bpython
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=43:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=62.4.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3,1:textproc/py-sphinx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curtsies>=0.4.0:devel/py-curtsies@${PY_FLAVOR} \
@@ -23,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}curtsies>=0.4.0:devel/py-curtsies@${PY_FLAVO
 		${PYTHON_PKGNAMEPREFIX}xdg>=0:devel/py-xdg@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
@@ -33,6 +34,12 @@ OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
 
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
 post-install-EXAMPLES-on:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 	${INSTALL_DATA} ${WRKSRC}/theme/*.theme ${STAGEDIR}${EXAMPLESDIR}/
@@ -45,4 +52,4 @@ post-install-NLS-on:
 	${INSTALL_DATA} ${WRKSRC}/bpython/translations/${lang}/LC_MESSAGES/bpython.mo ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/bpython/distinfo b/devel/bpython/distinfo
index af56b3c86517..7d7907842ddb 100644
--- a/devel/bpython/distinfo
+++ b/devel/bpython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1675190929
-SHA256 (bpython-0.24.tar.gz) = 98736ffd7a8c48fd2bfb53d898a475f4241bde0b672125706af04d9d08fd3dbd
-SIZE (bpython-0.24.tar.gz) = 222879
+TIMESTAMP = 1738088820
+SHA256 (bpython-0.25.tar.gz) = c246fc909ef6dcc26e9d8cb4615b0e6b1613f3543d12269b19ffd0782166c65b
+SIZE (bpython-0.25.tar.gz) = 207610



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031555.513FtxEo007660>