Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 02:02:55 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: 7b38bbdf5f5b - main - devel/ipython: Update to 8.16.1
Message-ID:  <202310050202.39522txY059782@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=7b38bbdf5f5b4bcd26f4f88cb264bfb69b6f6582

commit 7b38bbdf5f5b4bcd26f4f88cb264bfb69b6f6582
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-05 01:58:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-05 02:00:34 +0000

    devel/ipython: Update to 8.16.1
    
    Changes:        https://github.com/ipython/ipython/blob/main/docs/source/whatsnew/version8.rst
                    https://ipython.readthedocs.io/en/stable/whatsnew/version8.html
---
 devel/ipython/Makefile | 4 ++--
 devel/ipython/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile
index 81a8bb067fcb..b9e8c18c8006 100644
--- a/devel/ipython/Makefile
+++ b/devel/ipython/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ipython
-PORTVERSION=	8.16.0
+PORTVERSION=	8.16.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://ipython.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.rst
 
-BUILD_DEPENDS=	${PY_SETUPTOOLS} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=51.0.0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo
index 0e460e120a5f..0f09853e1b23 100644
--- a/devel/ipython/distinfo
+++ b/devel/ipython/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696048490
-SHA256 (ipython-8.16.0.tar.gz) = 7a1b2e1e6a3ec5baa466163c451335081f31859883889ff0289c6b21f7a095e2
-SIZE (ipython-8.16.0.tar.gz) = 5484881
+TIMESTAMP = 1696433034
+SHA256 (ipython-8.16.1.tar.gz) = ad52f58fca8f9f848e256c629eff888efc0528c12fe0f8ec14f33205f23ef938
+SIZE (ipython-8.16.1.tar.gz) = 5485037



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