pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/py-sendmail-admin py-sendmail-admin: convert to e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa84adec19a1
branches:  trunk
changeset: 371560:fa84adec19a1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:46:42 2022 +0000

description:
py-sendmail-admin: convert to egg.mk

diffstat:

 mail/py-sendmail-admin/Makefile |  6 +++---
 mail/py-sendmail-admin/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 28d2c27b589d -r fa84adec19a1 mail/py-sendmail-admin/Makefile
--- a/mail/py-sendmail-admin/Makefile   Mon Jan 10 20:45:46 2022 +0000
+++ b/mail/py-sendmail-admin/Makefile   Mon Jan 10 20:46:42 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2014/12/31 13:57:28 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/10 20:46:42 wiz Exp $
 
 VER=           1.0
 DISTNAME=      sendmail-admin-${VER}
 PKGNAME=       ${PYPKGPREFIX}-sendmail-admin-${VER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail python
 MASTER_SITES=  http://www.clapper.org/software/python/sendmail-admin/
 
@@ -16,6 +16,6 @@
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 28d2c27b589d -r fa84adec19a1 mail/py-sendmail-admin/PLIST
--- a/mail/py-sendmail-admin/PLIST      Mon Jan 10 20:45:46 2022 +0000
+++ b/mail/py-sendmail-admin/PLIST      Mon Jan 10 20:46:42 2022 +0000
@@ -1,4 +1,7 @@
-@comment $NetBSD: PLIST,v 1.3 2012/04/08 20:21:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/01/10 20:46:42 wiz Exp $
 bin/mailqs
 bin/rmmq
-${PYSITELIB}/${EGG_FILE}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index