freebsd-ports/devel/py-twisted152/pkg-descr
Martin Wilke e429a72751 - devel/py-twisted: Update to 15.5.0, Create devel/py-twisted152
- Update to 15.5.0 which comes with a small API change, and repackage
  into a single port as upstream are no longer creating sub-packages [1].

-  Copy py-twisted to py-twisted152 to allow MAINTAINERS of dependent ports
   to switch to the new version, given the API change mentioned above

Changes:
    https://github.com/twisted/twisted/blob/twisted-15.5.0/NEWS
    [1] https://github.com/twisted/twisted/blob/twisted-15.3.0/NEWS#L47

PR:		205062
Submitted by:	yuri@rawbw.com
Reviewed by:	antoine / koobs
Discussed:      #freebsd-python
Differential Revision:	D4715
2015-12-27 16:37:10 +00:00

12 lines
578 B
Text

From the README:
Twisted is an event-based framework for Internet applications. It includes
a web server, a telnet server, a chat server, a news server, a generic
client and server for remote object access, and APIs for creating new
protocols and services. Twisted supports integration of the Tk, GTK+, Qt or
wxPython event loop with its main event loop. The Win32 event loop is also
supported, as is basic support for running servers on top of Jython.
Twisted is based on an unconventional and somewhat Twisted design philosophy.
WWW: http://twistedmatrix.com/