pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/manifold manifold: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ce404d5fd4a
branches:  trunk
changeset: 371411:5ce404d5fd4a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:18:25 2022 +0000

description:
manifold: convert to egg.mk

diffstat:

 sysutils/manifold/Makefile |   6 +++---
 sysutils/manifold/PLIST    |  16 ++++++++--------
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (44 lines):

diff -r bb2389bfe4d7 -r 5ce404d5fd4a sysutils/manifold/Makefile
--- a/sysutils/manifold/Makefile        Mon Jan 10 08:17:28 2022 +0000
+++ b/sysutils/manifold/Makefile        Mon Jan 10 08:18:25 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/12/04 20:45:42 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/10 08:18:25 wiz Exp $
 
 PKGNAME=       ${DISTNAME:S/^M/m/}
-PKGREVISION=   2
+PKGREVISION=   3
 DISTNAME=      Manifold-0.2.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Manifold/}
@@ -20,5 +20,5 @@
 post-extract:
        ${CHMOD} -R g-w ${WRKSRC}/*
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bb2389bfe4d7 -r 5ce404d5fd4a sysutils/manifold/PLIST
--- a/sysutils/manifold/PLIST   Mon Jan 10 08:17:28 2022 +0000
+++ b/sysutils/manifold/PLIST   Mon Jan 10 08:18:25 2022 +0000
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/23 17:39:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 08:18:25 wiz Exp $
 bin/manifold
-${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}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
-${PYSITELIB}/${EGG_FILE}/zip-safe
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
 ${PYSITELIB}/manifold/__init__.py
 ${PYSITELIB}/manifold/__init__.pyc
 ${PYSITELIB}/manifold/__init__.pyo



Home | Main Index | Thread Index | Old Index