pysqlite-1.0

This commit is contained in:
djm 2004-10-16 08:19:54 +00:00
parent 4d20f146d8
commit 838c96e1c8
3 changed files with 8 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2004/08/05 07:27:57 xsa Exp $
# $OpenBSD: Makefile,v 1.7 2004/10/16 08:19:54 djm Exp $
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
COMMENT= "SQLite adapter for Python"
VERSION= 0.5.1
VERSION= 1.0
DISTNAME= pysqlite-${VERSION}
PKGNAME= py-sqlite-${VERSION}
CATEGORIES= databases

View File

@ -1,3 +1,3 @@
MD5 (pysqlite-0.5.1.tar.gz) = 4cf1ac9e8d53a74cedd80dc536018efe
RMD160 (pysqlite-0.5.1.tar.gz) = 5411d68f9fbd0d340b306c2d4cbc41393ecfb234
SHA1 (pysqlite-0.5.1.tar.gz) = 7080dd4c6cedcf48adadbc6c44fc1c83ac9cebfe
MD5 (pysqlite-1.0.tar.gz) = f21b19ff048f6bafbbfc3edb86b4c4e4
RMD160 (pysqlite-1.0.tar.gz) = 825eb712e86a511696e9c89b625ba22114974943
SHA1 (pysqlite-1.0.tar.gz) = de2500654b8e74a7258641f1b3c7a0118b8e8c9e

View File

@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:31:47 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2004/10/16 08:19:54 djm Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/_sqlite.so
lib/python${MODPY_VERSION}/site-packages/sqlite/
lib/python${MODPY_VERSION}/site-packages/sqlite/__init__.py