ports/net/py-pysendfile/files/patch-setup.py
Chris Rees 8cb6d791e7 Replace devel/py-sendfile with net/py-pysendfile; upstream of py-sendfile
is dead and py-pysendfile is a fork.

PR:		ports/169177
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer of py-sendfile's email domain is parked
2012-06-24 16:54:41 +00:00

10 lines
444 B
Python

--- ./setup.py.orig 2012-06-17 22:22:27.000000000 +1000
+++ ./setup.py 2012-06-17 22:22:42.000000000 +1000
@@ -79,6 +79,7 @@
'Topic :: Internet :: WWW/HTTP',
'License :: OSI Approved :: MIT License',
],
+ zip_safe=False,
ext_modules = [Extension('sendfile',
sources=['sendfilemodule.c'],
libraries=libraries)],