diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-16 17:15:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-16 17:15:24 +0000 |
commit | b6e3d736e68a3004a04db762c80bf538a06724d5 (patch) | |
tree | 9ff26a63445bb402eeb4b420f7994486b1d81eb4 /databases/py-apsw | |
parent | ca974bec13b5a41f70d268d7aa345c1756e8825d (diff) | |
download | pkgsrc-b6e3d736e68a3004a04db762c80bf538a06724d5.tar.gz |
Import py27-apsw-3.8.4.2pl1 as databases/py-apsw, packaged for wip by rhialto.
APSW provides an SQLite 3 wrapper that provides the thinnest layer over
the SQLite database library possible. Everything you can do from the
SQLite C API, you can do from Python. Although APSW looks vaguely
similar to the PEP 249 (DBAPI), it is not compliant with that API
because instead it works the way SQLite 3 does.
Diffstat (limited to 'databases/py-apsw')
-rw-r--r-- | databases/py-apsw/DESCR | 5 | ||||
-rw-r--r-- | databases/py-apsw/Makefile | 21 | ||||
-rw-r--r-- | databases/py-apsw/PLIST | 3 | ||||
-rw-r--r-- | databases/py-apsw/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/databases/py-apsw/DESCR b/databases/py-apsw/DESCR new file mode 100644 index 00000000000..6a4dd903966 --- /dev/null +++ b/databases/py-apsw/DESCR @@ -0,0 +1,5 @@ +APSW provides an SQLite 3 wrapper that provides the thinnest layer over +the SQLite database library possible. Everything you can do from the +SQLite C API, you can do from Python. Although APSW looks vaguely +similar to the PEP 249 (DBAPI), it is not compliant with that API +because instead it works the way SQLite 3 does. diff --git a/databases/py-apsw/Makefile b/databases/py-apsw/Makefile new file mode 100644 index 00000000000..20962bc0db8 --- /dev/null +++ b/databases/py-apsw/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/04/16 17:15:24 wiz Exp $ + +DISTNAME= apsw-3.8.4.2-r1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r/pl/} +CATEGORIES= databases +MASTER_SITES= https://github.com/rogerbinns/apsw/releases/download/${DISTNAME:C/^[^-]*-//1}/ +EXTRACT_SUFX= .zip + +MAINTAINER= rhialto@falu.nl +HOMEPAGE= http://rogerbinns.github.io/apsw/ +COMMENT= Python wrapper for SQLite +LICENSE= zlib + +USE_LANGUAGES= c + +EGG_NAME= ${DISTNAME:S/-r/_r/} + +BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.8.3 +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/py-apsw/PLIST b/databases/py-apsw/PLIST new file mode 100644 index 00000000000..e09fad40421 --- /dev/null +++ b/databases/py-apsw/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2014/04/16 17:15:24 wiz Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/apsw.so diff --git a/databases/py-apsw/distinfo b/databases/py-apsw/distinfo new file mode 100644 index 00000000000..0da4cbf6985 --- /dev/null +++ b/databases/py-apsw/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/04/16 17:15:24 wiz Exp $ + +SHA1 (apsw-3.8.4.2-r1.zip) = 46177e40c16e827c81161a0e20c0202a2538728e +RMD160 (apsw-3.8.4.2-r1.zip) = 265596cf331d15dd75b585f2a9579a6459269181 +Size (apsw-3.8.4.2-r1.zip) = 664927 bytes |