Author: malat-guest Date: 2011-11-16 09:00:19 +0000 (Wed, 16 Nov 2011) New Revision: 8575
Modified: trunk/packages/tifffile/trunk/debian/patches/setuppy.patch Log: update info Modified: trunk/packages/tifffile/trunk/debian/patches/setuppy.patch =================================================================== --- trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2011-11-16 08:38:07 UTC (rev 8574) +++ trunk/packages/tifffile/trunk/debian/patches/setuppy.patch 2011-11-16 09:00:19 UTC (rev 8575) @@ -1,8 +1,8 @@ Index: tifffile-20111112/setup.py =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ tifffile-20111112/setup.py 2011-11-13 19:43:55.000000000 +0100 -@@ -0,0 +1,17 @@ ++++ tifffile-20111112/setup.py 2011-11-16 09:59:20.000000000 +0100 +@@ -0,0 +1,23 @@ +"""A Python script to build the _tifffile extension module. + +Usage:: ``python setup.py build_ext --inplace`` @@ -13,6 +13,12 @@ +import numpy + +setup(name='_tifffile', ++ version="2011.11.12", ++ description="Read image and meta-data from TIFF, STK, LSM, OME-TIFF, and FluoView files", ++ keywords="tiff,stk,lsm", ++ author="Christoph Gohlke", ++ url="http://www.lfd.uci.edu/~gohlke/", ++ license="BSD", + ext_modules=[ + Extension( + '_tifffile', ['tifffile.c'], _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
