pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/manifold
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 10 08:18:25 UTC 2022
Modified Files:
pkgsrc/sysutils/manifold: Makefile PLIST
Log Message:
manifold: convert to egg.mk
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/manifold/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/manifold/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/manifold/Makefile
diff -u pkgsrc/sysutils/manifold/Makefile:1.16 pkgsrc/sysutils/manifold/Makefile:1.17
--- pkgsrc/sysutils/manifold/Makefile:1.16 Fri Dec 4 20:45:42 2020
+++ pkgsrc/sysutils/manifold/Makefile Mon Jan 10 08:18:25 2022
@@ -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 @@ PYTHON_VERSIONS_ACCEPTED= 27 # not yet p
post-extract:
${CHMOD} -R g-w ${WRKSRC}/*
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/manifold/PLIST
diff -u pkgsrc/sysutils/manifold/PLIST:1.2 pkgsrc/sysutils/manifold/PLIST:1.3
--- pkgsrc/sysutils/manifold/PLIST:1.2 Thu Jan 23 17:39:32 2014
+++ pkgsrc/sysutils/manifold/PLIST Mon Jan 10 08:18:25 2022
@@ -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