ports/ftp/py-pyftpdlib/files/patch-setup.py
Li-Wen Hsu fc20563ac8 - Update to 0.7.0
- Remove LICENSE_FILE for well-known licenses
- Remove DOCSDIR and NOPORTDOCS checks - Not bundled by upstream anymore
- Update and sort pkg-plist

PR:		ports/169102
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-28 17:57:19 +00:00

14 lines
325 B
Python

--- ./setup.py.orig 2012-06-15 22:18:19.000000000 +1000
+++ ./setup.py 2012-06-15 22:18:34.000000000 +1000
@@ -38,10 +38,7 @@
import os
import sys
-try:
- from setuptools import setup
-except ImportError:
- from distutils.core import setup
+from distutils.core import setup
name = 'pyftpdlib'
version = '0.7.0'