pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/py-pgnotify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan  1 15:07:27 UTC 2022

Modified Files:
        pkgsrc/databases/py-pgnotify: Makefile PLIST

Log Message:
py-pgnotify: convert to egg.mk

Disable for python 2.7. Nothing in pkgsrc needs this, and supporting
this would need hacks.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/databases/py-pgnotify/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/py-pgnotify/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-pgnotify/Makefile
diff -u pkgsrc/databases/py-pgnotify/Makefile:1.20 pkgsrc/databases/py-pgnotify/Makefile:1.21
--- pkgsrc/databases/py-pgnotify/Makefile:1.20  Mon Sep  4 18:00:51 2017
+++ pkgsrc/databases/py-pgnotify/Makefile       Sat Jan  1 15:07:27 2022
@@ -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+=            MANDIR=${PREFIX}/${PKGMANDIR
 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"

Index: pkgsrc/databases/py-pgnotify/PLIST
diff -u pkgsrc/databases/py-pgnotify/PLIST:1.3 pkgsrc/databases/py-pgnotify/PLIST:1.4
--- pkgsrc/databases/py-pgnotify/PLIST:1.3      Sun Mar 20 22:10:13 2016
+++ pkgsrc/databases/py-pgnotify/PLIST  Sat Jan  1 15:07:27 2022
@@ -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