From owner-svn-ports-all@FreeBSD.ORG Sun Mar 24 20:43:48 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 28D0AE09; Sun, 24 Mar 2013 20:43:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 02D12356; Sun, 24 Mar 2013 20:43:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OKhlXg018378; Sun, 24 Mar 2013 20:43:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OKhlVf018370; Sun, 24 Mar 2013 20:43:47 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201303242043.r2OKhlVf018370@svn.freebsd.org> From: Steve Wills Date: Sun, 24 Mar 2013 20:43:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315160 - in head/devel: . py-pyechonest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 20:43:48 -0000 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 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 +# $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 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