pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/roundup roundup: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c42185d0460
branches:  trunk
changeset: 371610:1c42185d0460
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:19:31 2022 +0000

description:
roundup: convert to egg.mk

diffstat:

 devel/roundup/Makefile |  6 +++---
 devel/roundup/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r be3f304a4049 -r 1c42185d0460 devel/roundup/Makefile
--- a/devel/roundup/Makefile    Mon Jan 10 22:18:58 2022 +0000
+++ b/devel/roundup/Makefile    Mon Jan 10 22:19:31 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2020/12/04 20:45:13 nia Exp $
+# $NetBSD: Makefile,v 1.62 2022/01/10 22:19:31 wiz Exp $
 
 DISTNAME=      roundup-1.4.19
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/roundup/}
 
@@ -42,6 +42,6 @@
        ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${ROUNDUPDOCDIR}
        cd ${WRKSRC}/doc && pax -s '/.*\.1//g' -rw -pp -pm . ${DESTDIR}${ROUNDUPDOCDIR}
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r be3f304a4049 -r 1c42185d0460 devel/roundup/PLIST
--- a/devel/roundup/PLIST       Mon Jan 10 22:18:58 2022 +0000
+++ b/devel/roundup/PLIST       Mon Jan 10 22:19:31 2022 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.19 2012/04/08 20:21:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/01/10 22:19:31 wiz Exp $
 bin/roundup-admin
 bin/roundup-demo
 bin/roundup-gettext
 bin/roundup-mailgw
 bin/roundup-server
 bin/roundup-xmlrpc-server
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/roundup/__init__.py
 ${PYSITELIB}/roundup/__init__.pyc
 ${PYSITELIB}/roundup/__init__.pyo



Home | Main Index | Thread Index | Old Index