pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-simpletal py-SimpleTAL: convert to egg.mk



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

description:
py-SimpleTAL: convert to egg.mk

diffstat:

 www/py-simpletal/Makefile |  6 +++---
 www/py-simpletal/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 97bcf35bea36 -r d70df764e3bf www/py-simpletal/Makefile
--- a/www/py-simpletal/Makefile Mon Jan 10 18:22:05 2022 +0000
+++ b/www/py-simpletal/Makefile Mon Jan 10 18:22:46 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2020/01/26 17:32:23 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2022/01/10 18:22:46 wiz Exp $
 
 DISTNAME=      SimpleTAL-4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  http://www.owlfish.com/software/simpleTAL/downloads/
 
@@ -18,5 +18,5 @@
 do-test:
        ${PYTHONBIN} ${WRKSRC}/runtests.py
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 97bcf35bea36 -r d70df764e3bf www/py-simpletal/PLIST
--- a/www/py-simpletal/PLIST    Mon Jan 10 18:22:05 2022 +0000
+++ b/www/py-simpletal/PLIST    Mon Jan 10 18:22:46 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:22:00 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.5 2022/01/10 18:22:46 wiz Exp $
 ${PYSITELIB}/simpletal/DummyLogger.py
 ${PYSITELIB}/simpletal/DummyLogger.pyc
 ${PYSITELIB}/simpletal/DummyLogger.pyo



Home | Main Index | Thread Index | Old Index