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)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: swills Date: Sun Mar 24 20:43:46 2013 New Revision: 315160 URL: http://svnweb.freebsd.org/changeset/ports/315160 Log: Bluelet is a simple, pure-Python solution for writing intelligible asynchronous socket applications. WWW: https://github.com/sampsyo/bluelet PR: ports/176306 Submitted by: Mark Felder <feld@feld.me> Added: head/devel/py-pyechonest/ head/devel/py-pyechonest/Makefile (contents, props changed) head/devel/py-pyechonest/distinfo (contents, props changed) head/devel/py-pyechonest/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 24 20:39:21 2013 (r315159) +++ head/devel/Makefile Sun Mar 24 20:43:46 2013 (r315160) @@ -3584,6 +3584,7 @@ SUBDIR += py-pycallgraph SUBDIR += py-pycerberus SUBDIR += py-pydasm + SUBDIR += py-pyechonest SUBDIR += py-pyev SUBDIR += py-pygithub SUBDIR += py-pygpx Added: head/devel/py-pyechonest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyechonest/Makefile Sun Mar 24 20:43:46 2013 (r315160) @@ -0,0 +1,19 @@ +# Created by: Mark Felder <feld@feld.me> +# $FreeBSD$ + +PORTNAME= pyechonest +PORTVERSION= 7.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP + +MAINTAINER= feld@feld.me +COMMENT= Python interface to The Echo Nest APIs + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +.include <bsd.port.mk> Added: head/devel/py-pyechonest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyechonest/distinfo Sun Mar 24 20:43:46 2013 (r315160) @@ -0,0 +1,2 @@ +SHA256 (pyechonest-7.1.0.tar.gz) = 113242565015ad5364a9af36d9adb5b8850805e06faab11d8244eca395de0160 +SIZE (pyechonest-7.1.0.tar.gz) = 35272 Added: head/devel/py-pyechonest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pyechonest/pkg-descr Sun Mar 24 20:43:46 2013 (r315160) @@ -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"
State Changed From-To: open->closed New port added, with minor changes. Thanks!