freebsd-ports/devel/pychecker/files/patch-setup.py
Sergei Kolobov 1020d956c7 - It looks like pydistutils installation mechanism use different logic
depending on PREFIX used - e.g. /usr/local vs. /tmp
  Work around that by adding a patch to avoid installing docs via setup.py.
  We install docs via the port's Makefile instead.
- Adjust pkg-plist accordingly (remove duplicate docs entries)
- Bump PORTREVISION due to changed package

PR:		ports/79341
Submitted by:	Radim Kolar <hsn@netmag.cz>
2005-04-25 12:10:42 +00:00

10 lines
545 B
Python

--- setup.py.orig Mon Apr 25 15:50:35 2005
+++ setup.py Mon Apr 25 15:50:42 2005
@@ -78,7 +78,6 @@ fairly infrequent."""
author_email = "pychecker@metaslash.com",
url = "http://pychecker.sourceforge.net/",
packages = [ 'pychecker' ],
- data_files = [ (install_dir, DOC_FILES) ],
scripts = [ LOCAL_SCRIPT, ],
# classifiers was added in Python 2.3, but needed for PyPI
#classifiers = CLASSIFIERS,