diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:16:04 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:16:04 +0000 |
commit | bbd8389146f81d931e1d89ad2335d33589912a48 (patch) | |
tree | d58f602a8449ad111874763603a08b6e7c7c417d /databases/py-pysqlite21/files | |
parent | - Remove entries of ports which were removed and restored (diff) |
* MOVED
Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20
* databases/Makefile
Remove py-PySQLite2
Add entry to py-pysqlite20 and py-pysqlite21
* databases/py-PySQLite10, databases/py-PySQLite11
Mark NO_LATEST_LINK
portlint(1)
* databases/py-PySQLite2
Removed
* databases/py-pysqlite20 [1]
Update CONFLICTS
Mark NO_LATEST_LINK
portlint(1)
* databases/py-pysqlite21 [1]
Update to 2.1.2
Update CONFLICTS
portlint(1)
Repocopy by: marcus [1]
Notes
Notes:
svn path=/head/; revision=154611
Diffstat (limited to 'databases/py-pysqlite21/files')
-rw-r--r-- | databases/py-pysqlite21/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/py-pysqlite21/files/patch-setup.py b/databases/py-pysqlite21/files/patch-setup.py new file mode 100644 index 000000000000..ef2d74fbc889 --- /dev/null +++ b/databases/py-pysqlite21/files/patch-setup.py @@ -0,0 +1,14 @@ +--- ./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. + |