Bug 176108 - [NEW PORT] devel/py27-bluelet: Pure-Python asynchronous I/O using coroutines
Summary: [NEW PORT] devel/py27-bluelet: Pure-Python asynchronous I/O using coroutines
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 13:40 UTC by Mark Felder
Modified: 2013-02-15 02:50 UTC (History)
0 users

See Also:


Attachments
.shar (1.66 KB, text/plain)
2013-02-13 13:40 UTC, Mark Felder
no flags Details
py-bluelet.shar (1.80 KB, application/octet-stream)
2013-02-13 16:02 UTC, Mark Felder
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2013-02-13 13:40:00 UTC
Bluelet is a simple, pure-Python solution for writing intelligible asynchronous socket applications.

WWW: https://github.com/sampsyo/bluelet

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-13 13:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Mark Felder freebsd_committer freebsd_triage 2013-02-13 16:02:26 UTC
pkg-plist had a line a bit long and I forgot to require setuptools... use  
the attached SHAR.... sorry
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-15 02:46:19 UTC
Responsible Changed
From-To: swills->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-02-15 02:48:43 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-02-15 02:49:19 UTC
Author: miwi
Date: Fri Feb 15 02:49:05 2013
New Revision: 312264
URL: http://svnweb.freebsd.org/changeset/ports/312264

Log:
  Bluelet is a simple, pure-Python solution for writing intelligible asynchronous
  socket applications.
  
  WWW: https://github.com/sampsyo/bluelet
  
  PR:		ports/176108
  Submitted by:	Mark Felder <feld@feld.me>

Added:
  head/devel/py-bluelet/
  head/devel/py-bluelet/Makefile   (contents, props changed)
  head/devel/py-bluelet/distinfo   (contents, props changed)
  head/devel/py-bluelet/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Feb 15 02:47:46 2013	(r312263)
+++ head/devel/Makefile	Fri Feb 15 02:49:05 2013	(r312264)
@@ -3387,6 +3387,7 @@
     SUBDIR += py-bison
     SUBDIR += py-bitarray
     SUBDIR += py-bitstring
+    SUBDIR += py-bluelet
     SUBDIR += py-boto
     SUBDIR += py-botocore
     SUBDIR += py-cclib

Added: head/devel/py-bluelet/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bluelet/Makefile	Fri Feb 15 02:49:05 2013	(r312264)
@@ -0,0 +1,22 @@
+# Created by: Mark Felder <feld@feld.me>
+# $FreeBSD$
+
+PORTNAME=	bluelet
+PORTVERSION=	0.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	feld@feld.me
+COMMENT=	Pure-Python asynchronous I/O using coroutines
+
+LICENSE=	MIT
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+
+PLIST_FILES=	%%PYTHON_SITELIBDIR%%/bluelet.py \
+		%%PYTHON_SITELIBDIR%%/bluelet.pyc \
+		%%PYTHON_SITELIBDIR%%/bluelet.pyo
+
+.include <bsd.port.mk>

Added: head/devel/py-bluelet/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bluelet/distinfo	Fri Feb 15 02:49:05 2013	(r312264)
@@ -0,0 +1,2 @@
+SHA256 (bluelet-0.1.tar.gz) = 7fe0d3034d648f19a60304d710b68a7b9ed710f0b3c6c5f7fa0c8fe3d935912b
+SIZE (bluelet-0.1.tar.gz) = 9328

Added: head/devel/py-bluelet/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-bluelet/pkg-descr	Fri Feb 15 02:49:05 2013	(r312264)
@@ -0,0 +1,4 @@
+Bluelet is a simple, pure-Python solution for writing intelligible asynchronous
+socket applications.
+
+WWW: https://github.com/sampsyo/bluelet
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"