From a6f43a5cdaf165b6b9eaabb9cea764409d774853 Mon Sep 17 00:00:00 2001 From: Nicola Vitale Date: Mon, 15 Jul 2013 16:31:20 +0000 Subject: - Remove leading indefinite article from COMMENT - 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 --- databases/py-sqlalchemy/files/patch-setup.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 databases/py-sqlalchemy/files/patch-setup.py (limited to 'databases/py-sqlalchemy/files') diff --git a/databases/py-sqlalchemy/files/patch-setup.py b/databases/py-sqlalchemy/files/patch-setup.py deleted file mode 100644 index f4633df01c88..000000000000 --- a/databases/py-sqlalchemy/files/patch-setup.py +++ /dev/null @@ -1,12 +0,0 @@ -$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, -- cgit v1.2.3