Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 2021 20:45:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564271 - head/devel/py-ipdb
Message-ID:  <202102062045.116KjQRI019431@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb  6 20:45:25 2021
New Revision: 564271
URL: https://svnweb.freebsd.org/changeset/ports/564271

Log:
  Change RUN_DEPENDS from ipython5 to ipython
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/py-ipdb/Makefile

Modified: head/devel/py-ipdb/Makefile
==============================================================================
--- head/devel/py-ipdb/Makefile	Sat Feb  6 20:45:20 2021	(r564270)
+++ head/devel/py-ipdb/Makefile	Sat Feb  6 20:45:25 2021	(r564271)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ipdb
 PORTVERSION=	0.13.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,7 @@ COMMENT=	IPython-enabled pdb
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython5>=5.1.0:devel/ipython5@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=5.1.0:devel/ipython@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils



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