mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
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
10 lines
444 B
Python
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)],
|