From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 3 21:00:18 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8730E1065674 for ; Tue, 3 Aug 2010 21:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 358638FC26 for ; Tue, 3 Aug 2010 21:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o73L0IUR037845 for ; Tue, 3 Aug 2010 21:00:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o73L0Icw037844; Tue, 3 Aug 2010 21:00:18 GMT (envelope-from gnats) Resent-Date: Tue, 3 Aug 2010 21:00:18 GMT Resent-Message-Id: <201008032100.o73L0Icw037844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB83B106564A for ; Tue, 3 Aug 2010 20:59:08 +0000 (UTC) (envelope-from glarkin@sourcehosting.net) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id B61C28FC15 for ; Tue, 3 Aug 2010 20:59:08 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1OgOZi-000FQB-If; Tue, 03 Aug 2010 16:59:07 -0400 Received: from fbsd70.entropy.prv (fbsd70.entropy.prv [192.168.1.14]) by cube.entropy.prv (Postfix) with ESMTP id 9BA2F4340895; Tue, 3 Aug 2010 16:59:02 -0400 (EDT) Received: from fbsd70.entropy.prv (localhost [127.0.0.1]) by fbsd70.entropy.prv (8.14.2/8.14.2) with ESMTP id o73Kx2lo038308; Tue, 3 Aug 2010 16:59:02 -0400 (EDT) (envelope-from glarkin@fbsd70.entropy.prv) Received: (from glarkin@localhost) by fbsd70.entropy.prv (8.14.2/8.14.2/Submit) id o73Kx1oP038307; Tue, 3 Aug 2010 16:59:01 -0400 (EDT) (envelope-from glarkin) Message-Id: <201008032059.o73Kx1oP038307@fbsd70.entropy.prv> Date: Tue, 3 Aug 2010 16:59:01 -0400 (EDT) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wen@FreeBSD.org Subject: ports/149251: [PATCH] biology/pyfasta: Restrict Python version to 2.5+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 21:00:18 -0000 >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 --- pyfasta-0.3.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: