You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
b7a671b9f2
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@90939 d073be05-634f-4543-b044-5fe20cf6d1d6
23 lines
1.3 KiB
Diff
23 lines
1.3 KiB
Diff
--- setup.py.orig 2005-06-13 01:26:23.000000000 -0500
|
|
+++ setup.py 2012-03-18 19:15:15.000000000 -0500
|
|
@@ -30,18 +30,5 @@
|
|
ext_modules = [ Extension( "pytiff",
|
|
sources = ["pytiff.c"],
|
|
libraries = ["tiff"]) ],
|
|
- headers = ["pytiff-constants.h"],
|
|
- data_files = \
|
|
- [ ("local/share/doc/pytiff/testimages", ["testimages/cramps.tif",
|
|
- "testimages/fax2d.tif",
|
|
- "testimages/g3test.tif",
|
|
- "testimages/caspian.tif",
|
|
- "testimages/horse.tif",
|
|
- "testimages/horse-tiled.tif",
|
|
- "testimages/horse-16bit-col-bigendian.tif",
|
|
- "testimages/horse-16bit-col-littleendian.tif",
|
|
- "testimages/horse-separate-planes.tif",
|
|
- ] ),
|
|
- ("local/share/doc/pytiff", ["test_pytiff.py", "pytiff.html", "README", "CHANGES"])
|
|
- ]
|
|
+ headers = ["pytiff-constants.h"]
|
|
)
|