a6891d9c85
- 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>
12 lines
376 B
Python
12 lines
376 B
Python
$FreeBSD$
|
|
--- setup.py.orig 2012-03-15 05:23:20.000000000 +0100
|
|
+++ setup.py 2012-04-10 19:19:38.000000000 +0200
|
|
@@ -128,7 +128,7 @@
|
|
package_dir={'': 'lib'},
|
|
license="MIT License",
|
|
cmdclass=cmdclass,
|
|
-
|
|
+ zip_safe=False,
|
|
tests_require=['nose >= 0.11'],
|
|
test_suite="sqla_nose",
|
|
long_description=readme,
|