pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-openexr py-openexr: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9cb356bc2121
branches:  trunk
changeset: 371584:9cb356bc2121
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 21:49:42 2022 +0000

description:
py-openexr: convert to egg.mk

diffstat:

 graphics/py-openexr/Makefile |  6 +++---
 graphics/py-openexr/PLIST    |  7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r dc77d07a3442 -r 9cb356bc2121 graphics/py-openexr/Makefile
--- a/graphics/py-openexr/Makefile      Mon Jan 10 21:48:10 2022 +0000
+++ b/graphics/py-openexr/Makefile      Mon Jan 10 21:49:42 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2021/08/15 14:24:02 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2022/01/10 21:49:42 wiz Exp $
 
 DISTNAME=      OpenEXR-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OpenEXR/}
 
@@ -25,5 +25,5 @@
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dc77d07a3442 -r 9cb356bc2121 graphics/py-openexr/PLIST
--- a/graphics/py-openexr/PLIST Mon Jan 10 21:48:10 2022 +0000
+++ b/graphics/py-openexr/PLIST Mon Jan 10 21:49:42 2022 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2016/02/07 20:59:19 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 21:49:42 wiz Exp $
 ${PYSITELIB}/Imath.py
 ${PYSITELIB}/Imath.pyc
 ${PYSITELIB}/Imath.pyo
-${PYSITELIB}/${EGG_FILE}
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/OpenEXR.so



Home | Main Index | Thread Index | Old Index