summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2012-05-01 13:28:10 +0000
committerNicola Vitale <nivit@FreeBSD.org>2012-05-01 13:28:10 +0000
commita6891d9c85a35d599b73b34a2df2e07e3c56288f (patch)
tree2c6987c06e5c79c7b3b078a0190333b3e2cfce6e /databases/py-sqlalchemy/files
parentUpdate WWW (diff)
- Update to 0.7.6
- 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>
Diffstat (limited to 'databases/py-sqlalchemy/files')
-rw-r--r--databases/py-sqlalchemy/files/patch-setup.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/py-sqlalchemy/files/patch-setup.py b/databases/py-sqlalchemy/files/patch-setup.py
new file mode 100644
index 000000000000..f4633df01c88
--- /dev/null
+++ b/databases/py-sqlalchemy/files/patch-setup.py
@@ -0,0 +1,12 @@
+$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,