diff options
author | gdt <gdt@pkgsrc.org> | 2011-01-27 16:49:32 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2011-01-27 16:49:32 +0000 |
commit | 90672c1b7b73cc8bce34303b7e3b0da98d2a609c (patch) | |
tree | 19f2caa7c3f962a9813fdcd65296243189792a8d /databases/py-sqlite2 | |
parent | 955841103a5592c1eef9050f85c79b1cb8bd3a86 (diff) | |
download | pkgsrc-90672c1b7b73cc8bce34303b7e3b0da98d2a609c.tar.gz |
Use distutils.mk instead of extension.mk, so that egg file is installed.
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r-- | databases/py-sqlite2/Makefile | 7 | ||||
-rw-r--r-- | databases/py-sqlite2/PLIST | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index bf73015624b..24cc46e6a2a 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2010/10/02 06:11:03 obache Exp $ +# $NetBSD: Makefile,v 1.22 2011/01/27 16:49:32 gdt Exp $ DISTNAME= pysqlite-2.6.0 PKGNAME= ${PYPKGPREFIX}-sqlite2-2.6.0 +PKGREVISION= 1 CATEGORIES= databases python MASTER_SITES= http://pysqlite.googlecode.com/files/ @@ -11,9 +12,7 @@ COMMENT= SQLite database adapter for Python PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes - -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .if !defined(PYPACKAGE) || ${PYPACKAGE} != "python24" PLIST.python25= yes diff --git a/databases/py-sqlite2/PLIST b/databases/py-sqlite2/PLIST index 0178055ff69..ae507109d8d 100644 --- a/databases/py-sqlite2/PLIST +++ b/databases/py-sqlite2/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.8 2010/10/02 06:11:03 obache Exp $ +@comment $NetBSD: PLIST,v 1.9 2011/01/27 16:49:32 gdt Exp $ +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/pysqlite2/__init__.py ${PYSITELIB}/pysqlite2/__init__.pyc ${PYSITELIB}/pysqlite2/__init__.pyo |