View | Details | Raw Unified | Return to bug 210636 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	sqlite3
4
PORTNAME=	sqlite3
5
PORTVERSION=	${PYTHON_PORTVERSION}
5
PORTVERSION=	${PYTHON_PORTVERSION}
6
PORTREVISION=	7
7
CATEGORIES=	databases python
6
CATEGORIES=	databases python
8
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
7
MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)files/setup.py (-1 / +1 lines)
Lines 38-44 Link Here
38
except AttributeError:
38
except AttributeError:
39
    macros.append(('SQLITE_OMIT_LOAD_EXTENSION', '1'))
39
    macros.append(('SQLITE_OMIT_LOAD_EXTENSION', '1'))
40
40
41
setup(name = "_sqlite3",
41
setup(name = "sqlite3",
42
      description = "SQLite 3 extension to Python",
42
      description = "SQLite 3 extension to Python",
43
43
44
      ext_modules = [Extension('_sqlite3', sqlite_srcs,
44
      ext_modules = [Extension('_sqlite3', sqlite_srcs,

Return to bug 210636