mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
bbd8389146
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]
15 lines
371 B
Python
15 lines
371 B
Python
--- ./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.
|
|
|