diff options
author | swills <swills@FreeBSD.org> | 2013-03-25 04:43:46 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-03-25 04:43:46 +0800 |
commit | fd85c454d8a2161932a0798298778f05cc758b14 (patch) | |
tree | c27d5fd4bfed055a516a7c41fc9ad09929c0ec68 | |
parent | 06f108cc8bc8c89a85fdfbcdceff8666a389ca5b (diff) | |
download | freebsd-ports-gnome-fd85c454d8a2161932a0798298778f05cc758b14.tar.gz freebsd-ports-gnome-fd85c454d8a2161932a0798298778f05cc758b14.tar.zst freebsd-ports-gnome-fd85c454d8a2161932a0798298778f05cc758b14.zip |
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>
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-pyechonest/Makefile | 19 | ||||
-rw-r--r-- | devel/py-pyechonest/distinfo | 2 | ||||
-rw-r--r-- | devel/py-pyechonest/pkg-descr | 4 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 598f141abb18..c05aac1f0dc7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-pyechonest/Makefile b/devel/py-pyechonest/Makefile new file mode 100644 index 000000000000..86ffeebe7833 --- /dev/null +++ b/devel/py-pyechonest/Makefile @@ -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> diff --git a/devel/py-pyechonest/distinfo b/devel/py-pyechonest/distinfo new file mode 100644 index 000000000000..9c6cf3b857a9 --- /dev/null +++ b/devel/py-pyechonest/distinfo @@ -0,0 +1,2 @@ +SHA256 (pyechonest-7.1.0.tar.gz) = 113242565015ad5364a9af36d9adb5b8850805e06faab11d8244eca395de0160 +SIZE (pyechonest-7.1.0.tar.gz) = 35272 diff --git a/devel/py-pyechonest/pkg-descr b/devel/py-pyechonest/pkg-descr new file mode 100644 index 000000000000..3f26b4bca231 --- /dev/null +++ b/devel/py-pyechonest/pkg-descr @@ -0,0 +1,4 @@ +Bluelet is a simple, pure-Python solution for writing intelligible asynchronous +socket applications. + +WWW: https://github.com/sampsyo/bluelet |