Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2005 16:08:53 +0800
From:      Dryice Liu <dryice@hotpop.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dryice Liu <dryice@liu.com.cn>
Subject:   ports/79852: [maintainer update] devel/ipython: require Python 2.2+
Message-ID:  <20050413080849.E3C441A01A6@smtp-1.hotpop.com>
Resent-Message-ID: <200504130810.j3D8ASdn019705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         79852
>Category:       ports
>Synopsis:       [maintainer update] devel/ipython: require Python 2.2+
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 13 08:10:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Apr 5 15:19:05 CST 2005


>Description:
	Require Python 2.2+. There are some code depends on 2.2
	features.
	
>How-To-Repeat:

>Fix:



--- ipython.diff begins here ---
diff -ruN ipython.old/Makefile ipython/Makefile
--- ipython.old/Makefile	Sat Mar  5 11:26:18 2005
+++ ipython/Makefile	Wed Apr 13 10:46:01 2005
@@ -18,7 +18,7 @@
 MAN1=		ipython.1 pycolor.1
 MANCOMPRESSED=	yes
 
-USE_PYTHON=	2.1+
+USE_PYTHON=	2.2+
 USE_PYDISTUTILS=	yes
 
 .include <bsd.port.pre.mk>
--- ipython.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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