Update to 0.4.3.

PR:		ports/53183
Submitted by:	Gerhard Haering <gh@ghaering.de> (maintainer)
This commit is contained in:
Norikatsu Shigemura
2003-06-11 16:28:12 +00:00
parent 9c922cdda1
commit 075c1c6a33
32 changed files with 32 additions and 192 deletions

View File

@@ -6,14 +6,14 @@
#
PORTNAME= PySQLite
PORTVERSION= 0.3.0
PORTVERSION= 0.4.3
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pysqlite
PKGNAMEPREFIX= py-
DISTNAME= pysqlite-${PORTVERSION}
MAINTAINER= gerhard.haering@gmx.de
MAINTAINER= gh@ghaering.de
COMMENT= A DB-API v2 Python library for the SQLite embedded SQL engine
RUN_DEPENDS= ${DATETIME_DEP}:${PORTSDIR}/lang/py-mx-base
@@ -32,10 +32,6 @@ DATETIME_DEP= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's^/usr/local/include/sqlite^${LOCALBASE}/include^g' ${WRKSRC}/setup.py
${REINPLACE_CMD} -e 's^/usr/local/lib^${LOCALBASE}/lib^g' ${WRKSRC}/setup.py
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}