diff options
| author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-03 17:44:14 +0000 |
|---|---|---|
| committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2013-01-03 17:44:14 +0000 |
| commit | fc587d5191ecd1e9e06ef27943c49d74b5076fd0 (patch) | |
| tree | 3c8a2f64cc1918d230e59316bf953927506c7f29 /databases/py-PyGreSQL/files/patch-setup.py | |
| parent | - sync list of vim mirrors with official list on http://www.vim.org/mirrors.php (diff) | |
- update to 4.1
- trim Makefile header
- update MASTER_SITES
- remove indefinite article from COMMENT
- limit python version to 2.x only
- convert to optionsng (NOPORTDOCS case)
- patch out setuptools for from setup.py for now (mainly to not use PYEASYINSTALL_OSARCH)
- update formatting in pkg-descr and change tab with space at WWW
Reported by: D'Arcy J.M. Cain <darcy@PyGreSQL.org> (on ports@)
Notes
Notes:
svn path=/head/; revision=309900
Diffstat (limited to '')
| -rw-r--r-- | databases/py-PyGreSQL/files/patch-setup.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/py-PyGreSQL/files/patch-setup.py b/databases/py-PyGreSQL/files/patch-setup.py new file mode 100644 index 000000000000..7c0b98c55316 --- /dev/null +++ b/databases/py-PyGreSQL/files/patch-setup.py @@ -0,0 +1,17 @@ +--- ./setup.py.orig 2013-01-03 16:46:09.000000000 +0400 ++++ ./setup.py 2013-01-03 21:16:42.000000000 +0400 +@@ -47,10 +47,10 @@ + + import os + import platform +-try: +- from setuptools import setup +-except ImportError: +- from distutils.core import setup ++#try: ++# from setuptools import setup ++#except ImportError: ++from distutils.core import setup + from distutils.extension import Extension + from distutils.command.build_ext import build_ext + from distutils.ccompiler import get_default_compiler |
