- maintenance update to 2.3.5: usual set of improvements and bug fixes.
Full changelogs: http://initd.org/tracker/pysqlite/wiki/2.3.4_Changelog http://initd.org/tracker/pysqlite/wiki/2.3.5_Changelog - update my email - remove quotes from COMMENT ok sthen@
This commit is contained in:
parent
b7b17079e6
commit
5cb05b40fd
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2007/03/31 21:52:02 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2007/09/10 11:02:47 eric Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "SQLite3 adapter for Python"
|
||||
COMMENT= SQLite3 adapter for Python
|
||||
|
||||
DISTNAME= pysqlite-2.3.3
|
||||
DISTNAME= pysqlite-2.3.5
|
||||
PKGNAME= ${DISTNAME:S/^pysqlite/py-sqlite2/}
|
||||
CATEGORIES= databases devel
|
||||
|
||||
MAINTAINER= Eric Faurot <eric.faurot@gmail.com>
|
||||
MAINTAINER= Eric Faurot <eric@openbsd.org>
|
||||
|
||||
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/
|
||||
MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/
|
||||
HOMEPAGE= http://pysqlite.org/
|
||||
|
||||
# BSD-like
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (pysqlite-2.3.3.tar.gz) = ysPoJ/Ir7/+LYwIQnG7/NA==
|
||||
RMD160 (pysqlite-2.3.3.tar.gz) = KFvMIVYGF4Pjpl0ftO/pVR4vhtQ=
|
||||
SHA1 (pysqlite-2.3.3.tar.gz) = 9t2jXHwURU88kQE2kSQaEdEij3c=
|
||||
SHA256 (pysqlite-2.3.3.tar.gz) = kO495X6SsmgDHPxtEjkwnOYoou+IcI9tRxqXboEP+rg=
|
||||
SIZE (pysqlite-2.3.3.tar.gz) = 60695
|
||||
MD5 (pysqlite-2.3.5.tar.gz) = tKGF6TaEg3D8waWxd1W2QQ==
|
||||
RMD160 (pysqlite-2.3.5.tar.gz) = 7pBktz8P/JC99Ya0U0vYxIv0tEA=
|
||||
SHA1 (pysqlite-2.3.5.tar.gz) = rt5avqGwyE4DDBdRaeBi+dksa04=
|
||||
SHA256 (pysqlite-2.3.5.tar.gz) = B06I4UdizyVoRlj7yJPrn1XPS5iJtx+K7ubomS0/M/4=
|
||||
SIZE (pysqlite-2.3.5.tar.gz) = 85198
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/03/31 21:52:02 martynas Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/09/10 11:02:48 eric Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/pysqlite2/
|
||||
lib/python${MODPY_VERSION}/site-packages/pysqlite2/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pysqlite2/__init__.pyc
|
||||
@ -25,9 +25,12 @@ lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/userfunctions.pyc
|
||||
share/doc/py-sqlite2/
|
||||
share/doc/py-sqlite2/default.css
|
||||
share/doc/py-sqlite2/docutils.css
|
||||
share/doc/py-sqlite2/install-source-win32.html
|
||||
share/doc/py-sqlite2/install-source-win32.txt
|
||||
share/doc/py-sqlite2/install-source.html
|
||||
share/doc/py-sqlite2/install-source.txt
|
||||
share/doc/py-sqlite2/silvercity.css
|
||||
share/doc/py-sqlite2/usage-guide.html
|
||||
share/doc/py-sqlite2/usage-guide.txt
|
||||
share/examples/py-sqlite2/
|
||||
share/examples/py-sqlite2/adapter_datetime.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user