summaryrefslogtreecommitdiff
path: root/databases/py-sqlite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlite/Makefile')
-rw-r--r--databases/py-sqlite/Makefile10
1 files changed, 5 insertions, 5 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"