pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-notify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:49:22 UTC 2022

Modified Files:
        pkgsrc/sysutils/py-notify: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/py-notify/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-notify/PLIST

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

Modified files:

Index: pkgsrc/sysutils/py-notify/Makefile
diff -u pkgsrc/sysutils/py-notify/Makefile:1.43 pkgsrc/sysutils/py-notify/Makefile:1.44
--- pkgsrc/sysutils/py-notify/Makefile:1.43     Tue Dec 19 13:09:09 2017
+++ pkgsrc/sysutils/py-notify/Makefile  Mon Jan 10 18:49:22 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2017/12/19 13:09:09 adam Exp $
+# $NetBSD: Makefile,v 1.44 2022/01/10 18:49:22 wiz Exp $
 
 DISTNAME=      py-notify-0.3.1
 PKGNAME=       ${DISTNAME:S/^py/${PYPKGPREFIX}/1}
-CATEGORIES=    devel python
+PKGREVISION=   1
+CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/py-notify/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,5 +13,5 @@ LICENSE=      gnu-lgpl-v2.1
 
 PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 0.3.1
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/py-notify/PLIST
diff -u pkgsrc/sysutils/py-notify/PLIST:1.5 pkgsrc/sysutils/py-notify/PLIST:1.6
--- pkgsrc/sysutils/py-notify/PLIST:1.5 Tue Dec 19 13:09:09 2017
+++ pkgsrc/sysutils/py-notify/PLIST     Mon Jan 10 18:49:22 2022
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/12/19 13:09:09 adam Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 18:49:22 wiz Exp $
 ${PYSITELIB}/notify/_2_5/__init__.py
 ${PYSITELIB}/notify/_2_5/__init__.pyc
 ${PYSITELIB}/notify/_2_5/__init__.pyo



Home | Main Index | Thread Index | Old Index