Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Aug 2010 16:59:01 -0400 (EDT)
From:      Greg Larkin <glarkin@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wen@FreeBSD.org
Subject:   ports/149251: [PATCH] biology/pyfasta: Restrict Python version to 2.5+
Message-ID:  <201008032059.o73Kx1oP038307@fbsd70.entropy.prv>
Resent-Message-ID: <201008032100.o73L0Icw037844@freefall.freebsd.org>

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

>Number:         149251
>Category:       ports
>Synopsis:       [PATCH] biology/pyfasta: Restrict Python version to 2.5+
>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:   Tue Aug 03 21:00:17 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Greg Larkin
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD fbsd70.entropy.prv 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
pyfasta requires Python 2.5+ (cf: http://pypi.python.org/pypi/pyfasta/),
so USE_PYTHON is changed to reflect that.

This was noticed during a tinderbox build with the following options set:
PYTHON_VERSION=python2.4
PYTHON_DEFAULT_VERSION=python2.4

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

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

--- pyfasta-0.3.9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/biology/pyfasta/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	19 Mar 2010 08:32:48 -0000	1.6
+++ Makefile	3 Aug 2010 20:57:12 -0000
@@ -16,7 +16,7 @@
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-USE_PYTHON=		yes
+USE_PYTHON=		2.5+
 USE_PYDISTUTILS=	easy_install
 
 .include <bsd.port.mk>
--- pyfasta-0.3.9.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?201008032059.o73Kx1oP038307>