diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-11 10:51:38 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-11 10:51:38 +0000 |
commit | 30e0b6c42f86d7487b03311e934a58ce21bbc85d (patch) | |
tree | 6b22ac2281d1ab8dea8ecf34fdfd7ee251a7859c /databases/py-pysqlite20/files/patch-setup.py | |
parent | - Add OPTIONS for PDF support (diff) |
- Remove expired ports: Unmaintained upstream, only useful for
python2.4 or less, no consumers in the ports tree.
Approved by: novel (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=287177
Diffstat (limited to 'databases/py-pysqlite20/files/patch-setup.py')
-rw-r--r-- | databases/py-pysqlite20/files/patch-setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/py-pysqlite20/files/patch-setup.py b/databases/py-pysqlite20/files/patch-setup.py deleted file mode 100644 index e205e6a07bd0..000000000000 --- a/databases/py-pysqlite20/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- setup.py.orig Thu Feb 2 09:01:31 2006 -+++ setup.py Fri Feb 10 12:19:00 2006 -@@ -23,10 +23,7 @@ - - import glob, os, sys - --from ez_setup import use_setuptools --use_setuptools() -- --from setuptools import setup, Extension -+from distutils.core import setup, Extension, Command - - # If you need to change anything, it should be enough to change setup.cfg. - |