summaryrefslogtreecommitdiff
path: root/graphics/py-openexr
diff options
context:
space:
mode:
authormarkd <markd>2016-02-07 20:59:19 +0000
committermarkd <markd>2016-02-07 20:59:19 +0000
commit443d4cc341e076eecf6968e87b975a19d799b102 (patch)
treeb6324b7a67aaae77186f2fc989da9c477071e8b0 /graphics/py-openexr
parent6ce8156179fcc3f4f4027c091db50c4e41dbac3c (diff)
downloadpkgsrc-443d4cc341e076eecf6968e87b975a19d799b102.tar.gz
Add py-openexr 1.2.0
Python module for ILM's OpenEXR image format and library
Diffstat (limited to 'graphics/py-openexr')
-rw-r--r--graphics/py-openexr/DESCR1
-rw-r--r--graphics/py-openexr/Makefile25
-rw-r--r--graphics/py-openexr/PLIST6
-rw-r--r--graphics/py-openexr/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/graphics/py-openexr/DESCR b/graphics/py-openexr/DESCR
new file mode 100644
index 00000000000..66bb42795b6
--- /dev/null
+++ b/graphics/py-openexr/DESCR
@@ -0,0 +1 @@
+OpenEXR bindings for Python
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile
new file mode 100644
index 00000000000..8c520eccf72
--- /dev/null
+++ b/graphics/py-openexr/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/02/07 20:59:19 markd Exp $
+
+DISTNAME= OpenEXR-1.2.0
+PKGNAME= ${PYPKGPREFIX}-openexr-1.2.0
+CATEGORIES= graphics python
+MASTER_SITES= http://excamera.com/files/
+
+MAINTAINER= markd@NetBSD.org
+HOMEPAGE= http://www.excamera.com/sphinx/articles-openexr.html
+COMMENT= Python module for ILM's OpenEXR image format and library
+#LICENSE= unknown
+
+USE_LANGUAGES= c c++
+
+SUBST_CLASSES= fix-path
+SUBST_MESSAGE.fix-path= Fixing paths.
+SUBST_STAGE.fix-path= pre-configure
+SUBST_FILES.fix-path= setup.py
+SUBST_SED.fix-path= -e 's,/usr/include/OpenEXR,${BUILDLINK_PREFIX.openexr}/include/OpenEXR,'
+SUBST_SED.fix-path+= -e 's,/usr/local/lib,${BUILDLINK_PREFIX.openexr}/lib,'
+
+
+.include "../../graphics/openexr/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-openexr/PLIST b/graphics/py-openexr/PLIST
new file mode 100644
index 00000000000..78484fb1b64
--- /dev/null
+++ b/graphics/py-openexr/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2016/02/07 20:59:19 markd Exp $
+${PYSITELIB}/Imath.py
+${PYSITELIB}/Imath.pyc
+${PYSITELIB}/Imath.pyo
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/OpenEXR.so
diff --git a/graphics/py-openexr/distinfo b/graphics/py-openexr/distinfo
new file mode 100644
index 00000000000..d773450972c
--- /dev/null
+++ b/graphics/py-openexr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/02/07 20:59:19 markd Exp $
+
+SHA1 (OpenEXR-1.2.0.tar.gz) = 96ebd7219456ea674dbc3810323106fe3d3dadcc
+RMD160 (OpenEXR-1.2.0.tar.gz) = 9eda8a00c8606bfa7d50a7cb69cd3de00e2a30e8
+Size (OpenEXR-1.2.0.tar.gz) = 9280 bytes