pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/zopeedit zopeedit: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80363b93dec1
branches:  trunk
changeset: 371615:80363b93dec1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:25:46 2022 +0000

description:
zopeedit: convert to egg.mk

diffstat:

 www/zopeedit/Makefile |  8 +++-----
 www/zopeedit/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r cc3fd8dbeca5 -r 80363b93dec1 www/zopeedit/Makefile
--- a/www/zopeedit/Makefile     Mon Jan 10 22:24:39 2022 +0000
+++ b/www/zopeedit/Makefile     Mon Jan 10 22:25:46 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2020/12/04 20:45:49 nia Exp $
-#
+# $NetBSD: Makefile,v 1.29 2022/01/10 22:25:46 wiz Exp $
 
 DISTNAME=      zopeedit-0.7-src
 PKGNAME=       ${DISTNAME:S/-src//}
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    www
 #MASTER_SITES= http://www.zope.org/Members/Caseman/ExternalEditor/0.7/
 EXTRACT_SUFX=  .tgz
@@ -22,6 +21,5 @@
 
 EGG_NAME=      zopeedit-0.0.0
 
-.include "../../lang/python/distutils.mk"
-.include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r cc3fd8dbeca5 -r 80363b93dec1 www/zopeedit/PLIST
--- a/www/zopeedit/PLIST        Mon Jan 10 22:24:39 2022 +0000
+++ b/www/zopeedit/PLIST        Mon Jan 10 22:25:46 2022 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:22:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/01/10 22:25:46 wiz Exp $
 bin/zopeedit.py
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 man/man1/zopeedit.1
 share/doc/zopeedit/README.txt



Home | Main Index | Thread Index | Old Index