summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy/files
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2013-07-15 16:31:20 +0000
committerNicola Vitale <nivit@FreeBSD.org>2013-07-15 16:31:20 +0000
commita6f43a5cdaf165b6b9eaabb9cea764409d774853 (patch)
tree5d0540da348d97a965670e6fe0fa709bbaf20d00 /databases/py-sqlalchemy/files
parent- Update to 0.17 (diff)
- 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
Notes
Notes: svn path=/head/; revision=323064
Diffstat (limited to 'databases/py-sqlalchemy/files')
-rw-r--r--databases/py-sqlalchemy/files/patch-setup.py12
1 files changed, 0 insertions, 12 deletions
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,