From 431946392160f90f01c19124d35fcc2b812e9804 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Nov 2010 23:03:16 +0100 Subject: [PATCH] Added Twisted-10.1.0 build template. --- srcpkgs/Twisted/template | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 srcpkgs/Twisted/template diff --git a/srcpkgs/Twisted/template b/srcpkgs/Twisted/template new file mode 100644 index 0000000000..5b8390346a --- /dev/null +++ b/srcpkgs/Twisted/template @@ -0,0 +1,44 @@ +# Template file for 'Twisted' +pkgname=Twisted +version=10.1.0 +distfiles="http://tmrc.mit.edu/mirror/twisted/Twisted/${version%.*}/Twisted-${version}.tar.bz2" +build_style=python-module +short_desc="Event-driven networking engine written in Python" +maintainer="Juan RP " +checksum=eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b +long_desc=" + Twisted is an event-based framework for internet applications which works on + Python 2.4 through 2.6. The following are some of the modules included + with Twisted: + + - twisted.application + A "Service" system that allows you to organize your application in + hierarchies with well-defined startup and dependency semantics, + - twisted.cred + A general credentials and authentication system that facilitates + pluggable authentication backends, + - twisted.enterprise + Asynchronous database access, compatible with any Python DBAPI2.0 + modules, + - twisted.internet + Low-level asynchronous networking APIs that allow you to define + your own protocols that run over certain transports, + - twisted.manhole + A tool for remote debugging of your services which gives you a + Python interactive interpreter, + - twisted.protocols + Basic protocol implementations and helpers for your own protocol + implementations, + - twisted.python + A large set of utilities for Python tricks, reflection, text + processing, and anything else, + - twisted.spread + A secure, fast remote object system, + - twisted.trial + A unit testing framework that integrates well with Twisted-based code." + +Add_dependency run glibc +Add_dependency full python +Add_dependency full zope.interface +Add_dependency full pycrypto +Add_dependency full pyopenssl