pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-notify py-notify: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7746db0e24a7
branches:  trunk
changeset: 371506:7746db0e24a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 18:49:22 2022 +0000

description:
py-notify: convert to egg.mk

diffstat:

 sysutils/py-notify/Makefile |  7 ++++---
 sysutils/py-notify/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 572d2e6095f9 -r 7746db0e24a7 sysutils/py-notify/Makefile
--- a/sysutils/py-notify/Makefile       Mon Jan 10 18:48:23 2022 +0000
+++ b/sysutils/py-notify/Makefile       Mon Jan 10 18:49:22 2022 +0000
@@ -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 @@
 
 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"
diff -r 572d2e6095f9 -r 7746db0e24a7 sysutils/py-notify/PLIST
--- a/sysutils/py-notify/PLIST  Mon Jan 10 18:48:23 2022 +0000
+++ b/sysutils/py-notify/PLIST  Mon Jan 10 18:49:22 2022 +0000
@@ -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