Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2011 00:14:10 +0100 (CET)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        python@FreeBSD.org
Subject:   ports/162417: [PATCH] devel/py27-freebsd: extend python compatibility to 2.7
Message-ID:  <201111092314.pA9NEA72033638@backoffice.colby.local>
Resent-Message-ID: <201111092320.pA9NK6VM088541@freefall.freebsd.org>

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

>Number:         162417
>Category:       ports
>Synopsis:       [PATCH] devel/py27-freebsd: extend python compatibility to 2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 09 23:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD backoffice 8.2-STABLE FreeBSD 8.2-STABLE #1: Wed Oct 12 21:16:42 CEST 2011
>Description:
Currently py-freebsd brings in python26 as a dependency, but it seems to work fine with python27 too.

Port maintainer (python@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py27-freebsd-0.9.3_6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/py-freebsd/Makefile,v
retrieving revision 1.23
diff -u -u -r1.23 Makefile
--- Makefile	7 Nov 2011 04:24:52 -0000	1.23
+++ Makefile	9 Nov 2011 23:12:07 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	freebsd
 PORTVERSION=	0.9.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~perky/distfiles/
@@ -18,7 +18,7 @@
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Python interface to FreeBSD-specific system libraries
 
-USE_PYTHON=	2.5-2.6
+USE_PYTHON=	2.5-2.7
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	py-freebsd
 
--- py27-freebsd-0.9.3_6.patch ends here ---

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



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