pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/py-sqlite2 py-sqlite2: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/3a73571098bd
branches: trunk
changeset: 371511:3a73571098bd
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 18:55:37 2022 +0000
description:
py-sqlite2: convert to egg.mk
diffstat:
databases/py-sqlite2/Makefile | 6 +++---
databases/py-sqlite2/PLIST | 3 +--
2 files changed, 4 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 49bc9e6b414a -r 3a73571098bd databases/py-sqlite2/Makefile
--- a/databases/py-sqlite2/Makefile Mon Jan 10 18:54:33 2022 +0000
+++ b/databases/py-sqlite2/Makefile Mon Jan 10 18:55:37 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2021/12/08 16:03:48 adam Exp $
+# $NetBSD: Makefile,v 1.64 2022/01/10 18:55:37 wiz Exp $
DISTNAME= pysqlite-2.8.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysqlite/}
@@ -17,6 +17,6 @@
do-postinstall-test:
cd ${WRKDIR} && ${PYTHONBIN} -c "from pysqlite2 import test;test.test()"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 49bc9e6b414a -r 3a73571098bd databases/py-sqlite2/PLIST
--- a/databases/py-sqlite2/PLIST Mon Jan 10 18:54:33 2022 +0000
+++ b/databases/py-sqlite2/PLIST Mon Jan 10 18:55:37 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2018/04/04 11:40:34 fhajny Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.14 2022/01/10 18:55:37 wiz Exp $
${PYSITELIB}/pysqlite2/__init__.py
${PYSITELIB}/pysqlite2/__init__.pyc
${PYSITELIB}/pysqlite2/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index