pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-openexr



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 10 21:49:42 UTC 2022

Modified Files:
        pkgsrc/graphics/py-openexr: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/py-openexr/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/py-openexr/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-openexr/Makefile
diff -u pkgsrc/graphics/py-openexr/Makefile:1.10 pkgsrc/graphics/py-openexr/Makefile:1.11
--- pkgsrc/graphics/py-openexr/Makefile:1.10    Sun Aug 15 14:24:02 2021
+++ pkgsrc/graphics/py-openexr/Makefile Mon Jan 10 21:49:42 2022
@@ -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 @@ SUBST_SED.fix-path+=  -e 's,IlmImf,IlmThr
 
 .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"

Index: pkgsrc/graphics/py-openexr/PLIST
diff -u pkgsrc/graphics/py-openexr/PLIST:1.1 pkgsrc/graphics/py-openexr/PLIST:1.2
--- pkgsrc/graphics/py-openexr/PLIST:1.1        Sun Feb  7 20:59:19 2016
+++ pkgsrc/graphics/py-openexr/PLIST    Mon Jan 10 21:49:42 2022
@@ -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