ports/149251: [PATCH] biology/pyfasta: Restrict Python version to 2.5+

Greg Larkin glarkin at FreeBSD.org
Tue Aug 3 21:00:18 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list