Import of pkgsrc-2014Q1
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user