Bug 163826 - [Patch]databases/py-MySQLdb:strict python version
Summary: [Patch]databases/py-MySQLdb:strict python version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-05 09:00 UTC by Wen Heping
Modified: 2012-02-03 02:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2012-01-05 09:00:22 UTC
databases/py-MySQLdb does not support python3, so strict python version.

Fix: 

-USE_PYTHON=            yes
+USE_PYTHON=            -2.7
 USE_PYDISTUTILS=       easy_install
 USE_MYSQL=             yes
 PYDISTUTILS_PKGNAME=   MySQL-python--4CgFcMYbqhmELakXCF2VHE8nks16TJKwVVggi4pi32Vj0i8O
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-01-05 09:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Thomas Abthorpe freebsd_committer freebsd_triage 2012-02-01 15:55:53 UTC
Responsible Changed
From-To: mnag->freebsd-ports-bugs

Reassign to the heap
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-02-03 02:30:43 UTC
wen         2012-02-03 02:30:30 UTC

  FreeBSD ports repository

  Modified files:
    databases/py-MySQLdb Makefile 
  Log:
  - Strict python version
  
  PR:             ports/163826
  Submitted by:   wen@(myself)
  
  Revision  Changes    Path
  1.40      +1 -1      ports/databases/py-MySQLdb/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2012-02-03 02:32:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!