aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pylast
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2013-03-24 20:09:00 +0000
committerSteve Wills <swills@FreeBSD.org>2013-03-24 20:09:00 +0000
commit68bd83d38de85a20b2a7ad0d3386cb82e9d450e3 (patch)
tree2dc75aed624f2669451d8a5ed2c58c688363b960 /audio/py-pylast
parent0d8b4648c9fb455893c0fe5da5b23df110d0281e (diff)
downloadports-68bd83d38de85a20b2a7ad0d3386cb82e9d450e3.tar.gz
ports-68bd83d38de85a20b2a7ad0d3386cb82e9d450e3.zip
Notes
Diffstat (limited to 'audio/py-pylast')
-rw-r--r--audio/py-pylast/Makefile22
-rw-r--r--audio/py-pylast/distinfo2
-rw-r--r--audio/py-pylast/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile
new file mode 100644
index 000000000000..a826f939d36a
--- /dev/null
+++ b/audio/py-pylast/Makefile
@@ -0,0 +1,22 @@
+# Created by: Mark Felder <feld@feld.me>
+# $FreeBSD$
+
+PORTNAME= pylast
+PORTVERSION= 0.5.11
+CATEGORIES= audio python
+MASTER_SITES= CHEESESHOP
+
+MAINTAINER= feld@feld.me
+COMMENT= A Python interface to Last.fm
+
+LICENSE= AL2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \
+ %%PYTHON_SITELIBDIR%%/pylast.pyc \
+ %%PYTHON_SITELIBDIR%%/pylast.pyo
+
+.include <bsd.port.mk>
diff --git a/audio/py-pylast/distinfo b/audio/py-pylast/distinfo
new file mode 100644
index 000000000000..23aeb56727db
--- /dev/null
+++ b/audio/py-pylast/distinfo
@@ -0,0 +1,2 @@
+SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4
+SIZE (pylast-0.5.11.tar.gz) = 26146
diff --git a/audio/py-pylast/pkg-descr b/audio/py-pylast/pkg-descr
new file mode 100644
index 000000000000..4049f029cf7d
--- /dev/null
+++ b/audio/py-pylast/pkg-descr
@@ -0,0 +1,3 @@
+A Python interface to Last.fm (and other API compatible social networks)
+
+WWW: http://code.google.com/p/pylast/