Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 20:43:47 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315160 - in head/devel: . py-pyechonest
Message-ID:  <201303242043.r2OKhlVf018370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303242043.r2OKhlVf018370>