diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-03 15:14:07 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-03 15:14:07 +0000 |
commit | 44237f3989f43498901a50505c4bb80927f1e416 (patch) | |
tree | 423894d0868bdafcea6f3880e6976519fa4334f6 /databases/py-pysqlite22/files | |
parent | - Update to 0.16 (diff) |
* Makefile
- Add databases/py-pysqlite22 entry
* databases/py-pysqlite22
- Update to 2.2.2 (new port)
* databases/py-pysqlite21
- Fix LATEST_LINK
* databases/py-pysqlite20
- Define LATEST_LINK
PR: 96635
Submitted by: Edwin Groothuis <edwin___mavetju.org>
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=161281
Diffstat (limited to 'databases/py-pysqlite22/files')
-rw-r--r-- | databases/py-pysqlite22/files/patch-setup.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/py-pysqlite22/files/patch-setup.py b/databases/py-pysqlite22/files/patch-setup.py deleted file mode 100644 index ef2d74fbc889..000000000000 --- a/databases/py-pysqlite22/files/patch-setup.py +++ /dev/null @@ -1,14 +0,0 @@ ---- ./setup.py.orig Fri Jan 27 17:35:03 2006 -+++ ./setup.py Fri Jan 27 17:35:26 2006 -@@ -23,10 +23,7 @@ - - import glob, os, sys - --from ez_setup import use_setuptools --use_setuptools() -- --from setuptools import setup, Extension, Command -+from distutils.core import setup, Extension, Command - - # If you need to change anything, it should be enough to change setup.cfg. - |