Hi, This updates py-sqlite2 so as to fix three failing tests in the upcoming py-sqlalchemy update.
(I *think* the MODPY_PY_PREFIX replacement is right) OK? Index: Makefile =================================================================== RCS file: /home/edd/cvsync/ports/databases/py-sqlite2/Makefile,v retrieving revision 1.27 diff -u -p -r1.27 Makefile --- Makefile 22 Nov 2015 19:51:28 -0000 1.27 +++ Makefile 31 Aug 2016 08:58:48 -0000 @@ -2,7 +2,7 @@ COMMENT = SQLite3 adapter for Python -MODPY_EGG_VERSION = 2.8.1 +MODPY_EGG_VERSION = 2.8.3 DISTNAME = pysqlite-${MODPY_EGG_VERSION} PKGNAME = py-sqlite2-${MODPY_EGG_VERSION} Index: distinfo =================================================================== RCS file: /home/edd/cvsync/ports/databases/py-sqlite2/distinfo,v retrieving revision 1.13 diff -u -p -r1.13 distinfo --- distinfo 22 Nov 2015 19:51:28 -0000 1.13 +++ distinfo 31 Aug 2016 08:59:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (pysqlite-2.8.1.tar.gz) = dcrhj5ZG8qYTfh+1MC26Z0tpgu6rOigpN36YsTz+oGY= -SIZE (pysqlite-2.8.1.tar.gz) = 79539 +SHA256 (pysqlite-2.8.3.tar.gz) = F9MzWGPoz4OS7qca3TPas/ltBgZm/mirc4JGnTB/RJA= +SIZE (pysqlite-2.8.3.tar.gz) = 80567 Index: pkg/PLIST =================================================================== RCS file: /home/edd/cvsync/ports/databases/py-sqlite2/pkg/PLIST,v retrieving revision 1.9 diff -u -p -r1.9 PLIST --- pkg/PLIST 22 Nov 2015 19:51:28 -0000 1.9 +++ pkg/PLIST 30 Aug 2016 16:25:17 -0000 @@ -27,5 +27,5 @@ lib/python${MODPY_VERSION}/site-packages lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/types.pyc lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/userfunctions.py lib/python${MODPY_VERSION}/site-packages/pysqlite2/test/userfunctions.pyc -share/doc/py-sqlite2/ -share/doc/py-sqlite2/sqlite3.txt +share/doc/${MODPY_PY_PREFIX}sqlite2/ +share/doc/${MODPY_PY_PREFIX}sqlite2/sqlite3.txt -- Best Regards Edd Barrett http://www.theunixzoo.co.uk