pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-landslide py-landslide: convert to egg.mk
details: https://anonhg.NetBSD.org/pkgsrc/rev/5963ed24de5d
branches: trunk
changeset: 371397:5963ed24de5d
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 10 07:59:56 2022 +0000
description:
py-landslide: convert to egg.mk
diffstat:
www/py-landslide/Makefile | 5 +++--
www/py-landslide/PLIST | 16 ++++++++--------
2 files changed, 11 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r fe09225687d9 -r 5963ed24de5d www/py-landslide/Makefile
--- a/www/py-landslide/Makefile Mon Jan 10 07:59:03 2022 +0000
+++ b/www/py-landslide/Makefile Mon Jan 10 07:59:56 2022 +0000
@@ -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 @@
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"
diff -r fe09225687d9 -r 5963ed24de5d www/py-landslide/PLIST
--- a/www/py-landslide/PLIST Mon Jan 10 07:59:03 2022 +0000
+++ b/www/py-landslide/PLIST Mon Jan 10 07:59:56 2022 +0000
@@ -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