pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/databases/py-pgnotify py-pgnotify: con...
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/efcb11798690
branches: trunk
changeset: 370883:efcb11798690
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 01 15:07:27 2022 +0000
description:
py-pgnotify: convert to egg.mk
Disable for python 2.7. Nothing in pkgsrc needs this, and supporting
this would need hacks.
Bump PKGREVISION.
diffstat:
databases/py-pgnotify/Makefile | 8 +++++---
databases/py-pgnotify/PLIST | 7 +++++--
2 files changed, 10 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 864e08f67c84 -r efcb11798690 databases/py-pgnotify/Makefile
--- a/databases/py-pgnotify/Makefile Sat Jan 01 15:04:58 2022 +0000
+++ b/databases/py-pgnotify/Makefile Sat Jan 01 15:07:27 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2017/09/04 18:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/01 15:07:27 wiz Exp $
DISTNAME= pgnotify-0.1
PKGNAME= ${PYPKGPREFIX}-pgnotify-0.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases python
MASTER_SITES= http://sandbox.rulemaker.net/ngps/Dist/
EXTRACT_SUFX= .zip
@@ -17,5 +17,7 @@
MAKE_ENV+= BINDIR=${PREFIX}/bin
USE_TOOLS+= gmake
-.include "../../lang/python/distutils.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 864e08f67c84 -r efcb11798690 databases/py-pgnotify/PLIST
--- a/databases/py-pgnotify/PLIST Sat Jan 01 15:04:58 2022 +0000
+++ b/databases/py-pgnotify/PLIST Sat Jan 01 15:07:27 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2016/03/20 22:10:13 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.4 2022/01/01 15:07:27 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/pgnotify.py
${PYSITELIB}/pgnotify.pyc
${PYSITELIB}/pgnotify.pyo
Home |
Main Index |
Thread Index |
Old Index