1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/graphics/tilecache/files/patch-setup.py
Eitan Adler b21965d5e2 TileCache provides a Python-based WMS-C/TMS server, with pluggable
caching mechanisms and rendering backends.

WWW:	http://tilecache.org/

PR:		ports/161773
Submitted by:	Joris Dedieu <joris.dedieu@gmail.com>
Approved by:	bapt (mentor)
2011-10-27 22:57:30 +00:00

13 lines
604 B
Python

--- setup.py.orig 2011-10-18 15:02:11.000000000 +0200
+++ setup.py 2011-10-18 15:02:47.000000000 +0200
@@ -39,8 +35,7 @@
url='http://tilecache.org/',
long_description=readme,
packages=['TileCache', 'TileCache.Caches', 'TileCache.Services', 'TileCache.Layers'],
- scripts=['tilecache.cgi', 'tilecache.fcgi',
- 'tilecache_seed.py', 'tilecache_install_config.py',
+ scripts=['tilecache_seed.py', 'tilecache_install_config.py',
'tilecache_clean.py', 'tilecache_http_server.py'],
zip_safe=False,
test_suite = 'tests.run_doc_tests',