Date: Sun, 5 Aug 2018 17:03:51 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476420 - in head/devel: . ipython5 Message-ID: <201808051703.w75H3p9M041185@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Sun Aug 5 17:03:50 2018 New Revision: 476420 URL: https://svnweb.freebsd.org/changeset/ports/476420 Log: Add devel/ipython5 port Copy ipython 5.x to it's own port, because it's the last branch that support both python branches. Current mainline version (6.x) is only support py 3.x. devel/ipython port would be updated to 6.x per discussion in D16508 With hat: python Differential Revision: https://reviews.freebsd.org/D16508 Added: head/devel/ipython5/ - copied from r476418, head/devel/ipython/ Modified: head/devel/Makefile head/devel/ipython5/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Aug 5 16:45:50 2018 (r476419) +++ head/devel/Makefile Sun Aug 5 17:03:50 2018 (r476420) @@ -1237,6 +1237,7 @@ SUBDIR += injeqt SUBDIR += ioncube SUBDIR += ipython + SUBDIR += ipython5 SUBDIR += ireport SUBDIR += isa-l SUBDIR += isfreedesktop Modified: head/devel/ipython5/Makefile ============================================================================== --- head/devel/ipython/Makefile Sun Aug 5 16:40:25 2018 (r476418) +++ head/devel/ipython5/Makefile Sun Aug 5 17:03:50 2018 (r476420) @@ -6,6 +6,7 @@ PORTVERSION= 5.8.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 5 MAINTAINER= python@FreeBSD.org COMMENT= Enhanced Interactive Python shell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051703.w75H3p9M041185>