summaryrefslogtreecommitdiff
path: root/databases/py-sqlite
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-20 20:46:44 +0000
committerwiz <wiz>2014-01-20 20:46:44 +0000
commit8ee7ffa76dff4aef003cb4f9c00008fb9ee4c874 (patch)
tree41bc8096335225ed525bc1373873395f0b0e2f0b /databases/py-sqlite
parent572aef415ffd5012820136a88993f098bad11511 (diff)
downloadpkgsrc-8ee7ffa76dff4aef003cb4f9c00008fb9ee4c874.tar.gz
Convert to distutils.mk. Mark as not for python-3.x.
Bump PKGREVISION.
Diffstat (limited to 'databases/py-sqlite')
-rw-r--r--databases/py-sqlite/Makefile10
-rw-r--r--databases/py-sqlite/PLIST3
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/py-sqlite/Makefile b/databases/py-sqlite/Makefile
index 14d775273fd..a39eae5950a 100644
--- a/databases/py-sqlite/Makefile
+++ b/databases/py-sqlite/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2013/02/22 19:59:06 shattered Exp $
+# $NetBSD: Makefile,v 1.21 2014/01/20 20:46:44 wiz Exp $
DISTNAME= pysqlite-1.0.1
PKGNAME= ${PYPKGPREFIX}-sqlite-1.0.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pysqlite/}
@@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pysqlite.org/
COMMENT= SQLite database adapter for Python
-PYDISTUTILSPKG= yes
-PY_PATCHPLIST= yes
WRKSRC= ${WRKDIR}/pysqlite
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-mxDateTime
+
.include "../../databases/sqlite/buildlink3.mk"
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
.include "../../time/py-mxDateTime/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-sqlite/PLIST b/databases/py-sqlite/PLIST
index 51fe74aa118..32844981d16 100644
--- a/databases/py-sqlite/PLIST
+++ b/databases/py-sqlite/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:43:23 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/01/20 20:46:44 wiz Exp $
${PYSITELIB}/_sqlite.so
+${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/sqlite/__init__.py
${PYSITELIB}/sqlite/__init__.pyc
${PYSITELIB}/sqlite/__init__.pyo