svn commit: r315160 - in head/devel: . py-pyechonest
Steve Wills
swills at FreeBSD.org
Sun Mar 24 20:43:48 UTC 2013
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 at 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 at feld.me>
+# $FreeBSD$
+
+PORTNAME= pyechonest
+PORTVERSION= 7.1.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= feld at 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
More information about the svn-ports-all
mailing list