Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2012 08:55:07 GMT
From:      wen <wen@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163826: [Patch]databases/py-MySQLdb:strict python version
Message-ID:  <201201050855.q058t7F4037103@red.freebsd.org>
Resent-Message-ID: <201201050900.q0590MTo070230@freefall.freebsd.org>

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

>Number:         163826
>Category:       ports
>Synopsis:       [Patch]databases/py-MySQLdb:strict python version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 05 09:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     wen
>Release:        FreeBSD-10.0
>Organization:
FreeBSD
>Environment:
>Description:
databases/py-MySQLdb does not support python3, so strict python version.
>How-To-Repeat:

>Fix:
--- Makefile.orig       2012-01-05 16:43:45.000000000 +0800
+++ Makefile    2012-01-05 16:52:32.000000000 +0800
@@ -16,7 +16,7 @@
 MAINTAINER=    mnag@FreeBSD.org
 COMMENT=       Access a MySQL database through Python

-USE_PYTHON=            yes
+USE_PYTHON=            -2.7
 USE_PYDISTUTILS=       easy_install
 USE_MYSQL=             yes
 PYDISTUTILS_PKGNAME=   MySQL-python

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



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