Will stick with woof with python 2.7
Search Criteria
Package Details: woof-python3 20091227-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-03-29)
| 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: | |
| 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
- http://www.home.unix-ag.org/simon/woof-2009-12-27.py
- woof-nofork.patch
- woof-python3.patch
Latest Comments
Comment by npouillard
Comment by mutterschiff
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
Uploading doesn't work, but otherwise it's great.
I wish someone could take over the project...
Comment by Zucca
Seems to work with current python3.
Can someone confirm too? Then UnFlag.
Anonymous comment
Unfortunately the website seems to be gone
Anonymous comment
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
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
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.