svn commit: r476420 - in head/devel: . ipython5
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sun Aug 5 17:03:52 UTC 2018
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 at FreeBSD.org
COMMENT= Enhanced Interactive Python shell
More information about the svn-ports-all
mailing list