svn commit: r564271 - head/devel/py-ipdb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:45:29 UTC 2021


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


More information about the svn-ports-all mailing list