summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove leading indefinite article from COMMENTNicola Vitale2013-07-151-12/+0
| | | | | | | | | | | | | | | - Run 2to3 command on lib, doc and examples dirs, when Python ver. >= 3.0 - Switch off MYSQL and PGSQL options (suggested by koobs@, via private email) - Remove patch/patch-setup.py (pass --always-unzip to PYDISTUTILS_INSTALLARGS instead) - Add a post-patch target to fix tests (see http://goo.gl/iu8IB ) Build log: http://goo.gl/JkFG2 Notes: svn path=/head/; revision=323064
* - Update to 0.7.6Nicola Vitale2012-05-011-0/+12
- Add databases/py-pymysql to RUN_DEPENDS when the Python version is >= 3.0. I have temporarily commented that code, because PyMySQL requires a 2to3 step to build with Python3 - Add files/patch-setup.py - Fix a typo in MYSQL option PR: ports/166827 Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com> Notes: svn path=/head/; revision=295788