Bug 174252 - [NEW PORT] devel/py-circuits: Asynchronous Component-based Event Application Framework
Summary: [NEW PORT] devel/py-circuits: Asynchronous Component-based Event Application ...
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 04:40 UTC by koobs
Modified: 2012-12-10 03:02 UTC (History)
0 users

See Also:


Attachments
.shar (42.33 KB, text/plain)
2012-12-07 04:40 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!