pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-moin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 18:40:33 UTC 2022

Modified Files:
        pkgsrc/www/py-moin: Makefile PLIST

Log Message:
py-moin: convert to egg.mk


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/py-moin/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-moin/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-moin/Makefile
diff -u pkgsrc/www/py-moin/Makefile:1.44 pkgsrc/www/py-moin/Makefile:1.45
--- pkgsrc/www/py-moin/Makefile:1.44    Sun Jul 11 10:36:59 2021
+++ pkgsrc/www/py-moin/Makefile Mon Jan 10 18:40:33 2022
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2021/07/11 10:36:59 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2022/01/10 18:40:33 wiz Exp $
 
 VER=           1.9.11
 DISTNAME=      moin-${VER}
 PKGNAME=       ${PYPKGPREFIX}-moin-${VER}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  http://static.moinmo.in/files/
 
@@ -40,6 +41,6 @@ REPLACE_PERL+=        MoinMoin/web/static/htdoc
 
 PYTHON_SELF_CONFLICT=  yes
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-moin/PLIST
diff -u pkgsrc/www/py-moin/PLIST:1.14 pkgsrc/www/py-moin/PLIST:1.15
--- pkgsrc/www/py-moin/PLIST:1.14       Sun Jul 11 10:36:59 2021
+++ pkgsrc/www/py-moin/PLIST    Mon Jan 10 18:40:33 2022
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.14 2021/07/11 10:36:59 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.15 2022/01/10 18:40:33 wiz Exp $
 bin/moin
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/MoinMoin/Page.py
 ${PYSITELIB}/MoinMoin/Page.pyc
 ${PYSITELIB}/MoinMoin/Page.pyo



Home | Main Index | Thread Index | Old Index