Bug 176306 - [NEW PORT] devel/pyechonest: Python interface to The Echo Nest APIs
Summary: [NEW PORT] devel/pyechonest: Python interface to The Echo Nest APIs
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: 2013-02-20 22:40 UTC by Mark Felder
Modified: 2013-03-24 20:50 UTC (History)
0 users

See Also:


Attachments
.shar (1.48 KB, text/plain)
2013-02-20 22:40 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-20 22: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-20 22:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-24 20:43:55 UTC
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-03-24 20:44:17 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!