openbsd-ports/news/hellanzb/patches/patch-setup_py
jasper 60370412bb import hellanzb 0.13 for mglocker and dharthmei
hellanzb is a Python application designed for *nix environments that
retrieves nzb files and fully processes them. The goal being to make
getting files from Usenet (e.g.: Giganews Newsgroups) as hands-free as
possible. Once fully installed, all thats required is moving an nzb file
to the queue directory. The rest; fetching, par-checking, un-raring,
etc. is taken care of by hellanzb.

ok mglocker@
2007-06-24 16:57:40 +00:00

15 lines
773 B
Plaintext

$OpenBSD: patch-setup_py,v 1.1.1.1 2007/06/24 16:57:40 jasper Exp $
--- setup.py.orig Tue Mar 27 06:20:43 2007
+++ setup.py Mon Jun 11 00:43:49 2007
@@ -38,8 +38,8 @@ def runSetup():
packages = [ 'Hellanzb', 'Hellanzb.NZBLeecher', 'Hellanzb.HellaXMLRPC',
'Hellanzb.external', 'Hellanzb.external.elementtree' ],
scripts = [ 'hellanzb.py' ],
- data_files = [ ( 'etc', [ 'etc/hellanzb.conf.sample' ] ),
- ( 'share/doc/hellanzb', [ 'CHANGELOG', 'CREDITS', 'README', 'LICENSE' ] ) ],
+ data_files = [ ( 'share/examples/hellanzb', [ 'etc/hellanzb.conf.sample' ] ),
+ ( 'share/doc/hellanzb', [ 'README'] ) ],
)
py2app_options = dict(
app = [ 'hellanzb.py' ],