Bug 174252

Summary: [NEW PORT] devel/py-circuits: Asynchronous Component-based Event Application Framework
Product: Ports & Packages Reporter: koobs <koobs.freebsd>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
.shar none

Description koobs 2012-12-07 04:40:00 UTC
circuits is a Lightweight Event driven and Asynchronous Application Framework
for the Python Programming Language with a strong Component Architecture.

circuits also includes a lightweight, high performance and scalable HTTP/WSGI
compliant web server as well as various I/O and Networking components.

Features:

- Event driven, with concurrency support
- Component architecture
- Asynchronous I/O components
- No compulsory external dependencies
- Full featured web framework (circuits.web)
- Coroutine based synchronization primitives

WWW: https://bitbucket.org/prologic/circuits/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-07 04:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 koobs 2012-12-07 08:14:49 UTC
Missing QA Testing section in original PR is below:

<QA>
portlint: looks fine.
unittest: 227 passed, 2 skipped in 31.87 seconds
testport:

VERSION             ARCH    STATUS
10.0-CURRENT        amd64   OK
7.4-RELEASE         amd64   OK
7.4-RELEASE         i386    OK
8.3-RELEASE         amd64   OK
8.3-RELEASE         i386    OK
9.0-RELEASE         amd64   OK
9.0-RELEASE         i386    OK
9.1-RC3             amd64   OK
9.1-RC3             i386    OK
</QA>
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-12-10 03:02:22 UTC
State Changed
From-To: open->closed

New port added. Thanks!