pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-landslide



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 07:59:56 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-landslide/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-landslide/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-landslide/Makefile
diff -u pkgsrc/www/py-landslide/Makefile:1.7 pkgsrc/www/py-landslide/Makefile:1.8
--- pkgsrc/www/py-landslide/Makefile:1.7        Mon Nov  1 21:05:56 2021
+++ pkgsrc/www/py-landslide/Makefile    Mon Jan 10 07:59:56 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2021/11/01 21:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/10 07:59:56 wiz Exp $
 
 DISTNAME=      landslide-1.1.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/landslide/}
 
@@ -25,6 +26,6 @@ post-install:
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} tests.py
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-landslide/PLIST
diff -u pkgsrc/www/py-landslide/PLIST:1.2 pkgsrc/www/py-landslide/PLIST:1.3
--- pkgsrc/www/py-landslide/PLIST:1.2   Tue Jul  2 04:19:59 2019
+++ pkgsrc/www/py-landslide/PLIST       Mon Jan 10 07:59:56 2022
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2019/07/02 04:19:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 07:59:56 wiz Exp $
 bin/landslide-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/entry_points.txt
-${PYSITELIB}/${EGG_FILE}/not-zip-safe
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/landslide/__init__.py
 ${PYSITELIB}/landslide/__init__.pyc
 ${PYSITELIB}/landslide/__init__.pyo



Home | Main Index | Thread Index | Old Index