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:   markd
Date:           Wed Nov 15 23:26:33 UTC 2017

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

Log Message:
graphics/py-openexr: update to 1.3.0

supports python3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-openexr/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-openexr/distinfo

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.3 pkgsrc/graphics/py-openexr/Makefile:1.4
--- pkgsrc/graphics/py-openexr/Makefile:1.3     Sat Sep 17 21:52:30 2016
+++ pkgsrc/graphics/py-openexr/Makefile Wed Nov 15 23:26:33 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2016/09/17 21:52:30 wiedi Exp $
+# $NetBSD: Makefile,v 1.4 2017/11/15 23:26:33 markd Exp $
 
-DISTNAME=      OpenEXR-1.2.0
-PKGNAME=       ${PYPKGPREFIX}-openexr-1.2.0
+DISTNAME=      OpenEXR-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-openexr-1.3.0
 CATEGORIES=    graphics python
-MASTER_SITES=  http://excamera.com/files/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=O/OpenEXR/}
 
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      http://www.excamera.com/sphinx/articles-openexr.html
@@ -19,8 +19,6 @@ 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,'
 
-PYTHON_VERSIONS_ACCEPTED=              27
-
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/openexr/buildlink3.mk"
 .include "../../lang/python/distutils.mk"

Index: pkgsrc/graphics/py-openexr/distinfo
diff -u pkgsrc/graphics/py-openexr/distinfo:1.2 pkgsrc/graphics/py-openexr/distinfo:1.3
--- pkgsrc/graphics/py-openexr/distinfo:1.2     Sun Feb  7 22:19:01 2016
+++ pkgsrc/graphics/py-openexr/distinfo Wed Nov 15 23:26:33 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/02/07 22:19:01 markd Exp $
+$NetBSD: distinfo,v 1.3 2017/11/15 23:26:33 markd Exp $
 
-SHA1 (OpenEXR-1.2.0.tar.gz) = 96ebd7219456ea674dbc3810323106fe3d3dadcc
-RMD160 (OpenEXR-1.2.0.tar.gz) = 9eda8a00c8606bfa7d50a7cb69cd3de00e2a30e8
-SHA512 (OpenEXR-1.2.0.tar.gz) = 39e24b515128707e71488c10aa7969979dc81ef96262f8fb4002deaa81a9e40015c37ac8bc3b7f9bb449a64ebe3ca820b1d013d4add391781dab0f9b964f47d0
-Size (OpenEXR-1.2.0.tar.gz) = 9280 bytes
+SHA1 (OpenEXR-1.3.0.tar.gz) = 50a2adde77a5ead438754e5a00cd62c2fcaee674
+RMD160 (OpenEXR-1.3.0.tar.gz) = 69419b9730ad6b376ec753da1a3e37d470e7cb26
+SHA512 (OpenEXR-1.3.0.tar.gz) = ada3a5642f9c5cebf81a19e3c0b5c286887cc8429ac746c6467446190fecea0184784eca00966e545b2f467d7c7761a56b95f851ed41ec5c40130dbe94540208
+Size (OpenEXR-1.3.0.tar.gz) = 10776 bytes



Home | Main Index | Thread Index | Old Index