Bug 84585 - New port: www/py-twistedWeb2 Twisted Web2 Server Framework
Summary: New port: www/py-twistedWeb2 Twisted Web2 Server Framework
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-05 19:10 UTC by Landon Fuller
Modified: 2006-09-10 17:50 UTC (History)
0 users

See Also:


Attachments
py-twistedWeb2.shar (6.34 KB, text/plain)
2005-08-05 19:10 UTC, Landon Fuller
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Landon Fuller 2005-08-05 19:10:14 UTC
	To quote http://twistedmatrix.com/projects/web2:
	Twisted.Web2 is the next generation Web Server Framework built with Twisted. Web2 is under active development and it's APIs should not be considered stable at this point.
Comment 1 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-08-06 01:56:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

I'll handle this as this requires some addition to bsd.python.mk
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-05 17:28:34 UTC
State Changed
From-To: open->closed

New port added with some modifications, thank you!
Comment 3 free.as.in.speech 2006-09-10 17:46:11 UTC
it seems to me that some subdirectories are missing in the port.

i have freebsd 6.1, i cvsupped ports on september 10, 2006 and did a
portinstall www/py-twistedWeb2.

all of these should be subdirectories of
/usr/local/lib/python2.4/site-packages/twisted/web2 after installation (at
least they're all part of twistedweb2, and i would expect them to be there):
 auth
 channel
 client
 dav
 filter
 scripts
 test
 topfiles

but only test and scripts are there.  that makes it hard to do:

>>> import twisted.web2.client

thanks!
brian