pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-tifffile



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Feb 24 19:54:49 UTC 2021

Added Files:
        pkgsrc/graphics/py-tifffile: ALTERNATIVES DESCR Makefile PLIST distinfo

Log Message:
py-tifffile: Add version 2021.2.1

Tifffile is a Python library to
* store numpy arrays in TIFF (Tagged Image File Format) files, and
* read image and metadata from TIFF-like files used in bioimaging.
Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
NDPI, and GeoTIFF files.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-tifffile/ALTERNATIVES \
    pkgsrc/graphics/py-tifffile/DESCR pkgsrc/graphics/py-tifffile/Makefile \
    pkgsrc/graphics/py-tifffile/PLIST pkgsrc/graphics/py-tifffile/distinfo

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

Added files:

Index: pkgsrc/graphics/py-tifffile/ALTERNATIVES
diff -u /dev/null pkgsrc/graphics/py-tifffile/ALTERNATIVES:1.1
--- /dev/null   Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/ALTERNATIVES    Wed Feb 24 19:54:49 2021
@@ -0,0 +1,3 @@
+bin/lsm2bin @PREFIX@/bin/lsm2bin-@PYVERSSUFFIX@
+bin/tiffcomment @PREFIX@/bin/tiffcomment-@PYVERSSUFFIX@
+bin/tifffile @PREFIX@/bin/tifffile-@PYVERSSUFFIX@
Index: pkgsrc/graphics/py-tifffile/DESCR
diff -u /dev/null pkgsrc/graphics/py-tifffile/DESCR:1.1
--- /dev/null   Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/DESCR   Wed Feb 24 19:54:49 2021
@@ -0,0 +1,7 @@
+Tifffile is a Python library to
+* store numpy arrays in TIFF (Tagged Image File Format) files, and
+* read image and metadata from TIFF-like files used in bioimaging.
+Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK,
+LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ,
+GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI),
+NDPI, and GeoTIFF files.
Index: pkgsrc/graphics/py-tifffile/Makefile
diff -u /dev/null pkgsrc/graphics/py-tifffile/Makefile:1.1
--- /dev/null   Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/Makefile        Wed Feb 24 19:54:49 2021
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/02/24 19:54:49 markd Exp $
+
+DISTNAME=      tifffile-2021.2.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tifffile/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.lfd.uci.edu/~gohlke/
+COMMENT=       Read and write TIFF(r) files
+LICENSE=       modified-bsd
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} lsm2bin lsm2bin-${PYVERSSUFFIX} && \
+       ${MV} tiffcomment tiffcomment-${PYVERSSUFFIX} && \
+       ${MV} tifffile tifffile-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-tifffile/PLIST
diff -u /dev/null pkgsrc/graphics/py-tifffile/PLIST:1.1
--- /dev/null   Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/PLIST   Wed Feb 24 19:54:49 2021
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/24 19:54:49 markd Exp $
+bin/lsm2bin-${PYVERSSUFFIX}
+bin/tiffcomment-${PYVERSSUFFIX}
+bin/tifffile-${PYVERSSUFFIX}
+${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}/tifffile/__init__.py
+${PYSITELIB}/tifffile/__init__.pyc
+${PYSITELIB}/tifffile/__init__.pyo
+${PYSITELIB}/tifffile/__main__.py
+${PYSITELIB}/tifffile/__main__.pyc
+${PYSITELIB}/tifffile/__main__.pyo
+${PYSITELIB}/tifffile/lsm2bin.py
+${PYSITELIB}/tifffile/lsm2bin.pyc
+${PYSITELIB}/tifffile/lsm2bin.pyo
+${PYSITELIB}/tifffile/tiffcomment.py
+${PYSITELIB}/tifffile/tiffcomment.pyc
+${PYSITELIB}/tifffile/tiffcomment.pyo
+${PYSITELIB}/tifffile/tifffile.py
+${PYSITELIB}/tifffile/tifffile.pyc
+${PYSITELIB}/tifffile/tifffile.pyo
+${PYSITELIB}/tifffile/tifffile_geodb.py
+${PYSITELIB}/tifffile/tifffile_geodb.pyc
+${PYSITELIB}/tifffile/tifffile_geodb.pyo
Index: pkgsrc/graphics/py-tifffile/distinfo
diff -u /dev/null pkgsrc/graphics/py-tifffile/distinfo:1.1
--- /dev/null   Wed Feb 24 19:54:49 2021
+++ pkgsrc/graphics/py-tifffile/distinfo        Wed Feb 24 19:54:49 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/24 19:54:49 markd Exp $
+
+SHA1 (tifffile-2021.2.1.tar.gz) = be1dc4cf0079523482b0d3b5671a14551d9ab4ea
+RMD160 (tifffile-2021.2.1.tar.gz) = bac85430525f6a2e6c3df359bacf942c6b606bbf
+SHA512 (tifffile-2021.2.1.tar.gz) = 09ee4a6ed844ef8468acfdac75f0ae0e4ad06eb3b2cb53dd7aebe3271aa98efe5c49b89a9e979649cc28ec43b88add18144a741efac4f99055b42dfb9add41cf
+Size (tifffile-2021.2.1.tar.gz) = 239047 bytes



Home | Main Index | Thread Index | Old Index