Package Details: woof-python3 20091227-3

Package Base: woof-python3
Description: An ad-hoc single file webserver; Web Offer One File - Patched for python 3 support
Upstream URL: http://www.home.unix-ag.org/simon/woof.html
Category: devel
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 9
First Submitted: 2011-02-08 19:57
Last Updated: 2011-04-05 22:42

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by npouillard

2012-12-30 16:28

Will stick with woof with python 2.7

Comment by mutterschiff

2012-12-17 20:39

File woof-2009-12-27.py is not a regular file -- refusing to patch
21 out of 21 hunks ignored -- saving rejects to file woof-2009-12-27.py.rej

Comment by Zucca

2012-05-29 17:38

Uploading doesn't work, but otherwise it's great.
I wish someone could take over the project...

Comment by Zucca

2012-05-20 19:44

Seems to work with current python3.
Can someone confirm too? Then UnFlag.

Anonymous comment

2012-02-13 17:51

Unfortunately the website seems to be gone

Anonymous comment

2011-04-06 02:19

Thanks for fixing this guys, I love this package and it's been really annoying having to email files to the next desk.

Anonymous comment

2011-04-03 19:08

I've noticed my patch didn't fix the broken pipe error after some python 3 update.
It would be nice to still support multiple simultaneous downloads, but it might
require some more work.
Feel free to adopt the package.

Comment by npouillard

2011-03-31 19:43

Woof is currently broken https://bugs.archlinux.org/task/21687?project=5

This "Broken Pipe" can be workaround by removing the usage of fork (which is not really useful on the context of one-time download).

While replacing `os.fork ()' by `0' does the trick here is a cleaner patch:
http://paste.pocoo.org/show/363409/

If you don't want to maintain the package anymore, I can adopt it.