diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2014-07-25 00:44:01 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2014-07-25 00:44:01 +0000 |
commit | 190a536386a8593585f86bca5ef78df17766ceee (patch) | |
tree | 63651b35c844854a6c5d2500bd32f34d73d99411 /audio/py3-pylast | |
parent | 68dd4b9874d107f815b65addc1324e77329f7d1e (diff) | |
download | ports-190a536386a8593585f86bca5ef78df17766ceee.tar.gz ports-190a536386a8593585f86bca5ef78df17766ceee.zip |
Notes
Diffstat (limited to 'audio/py3-pylast')
-rw-r--r-- | audio/py3-pylast/Makefile | 24 | ||||
-rw-r--r-- | audio/py3-pylast/distinfo | 2 | ||||
-rw-r--r-- | audio/py3-pylast/pkg-descr | 3 |
3 files changed, 29 insertions, 0 deletions
diff --git a/audio/py3-pylast/Makefile b/audio/py3-pylast/Makefile new file mode 100644 index 000000000000..7ad0f8d46826 --- /dev/null +++ b/audio/py3-pylast/Makefile @@ -0,0 +1,24 @@ +# Created by: Kris Moore <kmoore@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= pylast +PORTVERSION= 0.5.11 +CATEGORIES= audio python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Python3 interface to Last.fm + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_PYTHON= 3 +USE_PYDISTUTILS= yes +INSTALLS_EGGINFO= yes + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylast.py \ + %%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyc \ + %%PYTHON_SITELIBDIR%%/__pycache__/pylast.cpython-33.pyo + +.include <bsd.port.mk> diff --git a/audio/py3-pylast/distinfo b/audio/py3-pylast/distinfo new file mode 100644 index 000000000000..23aeb56727db --- /dev/null +++ b/audio/py3-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/py3-pylast/pkg-descr b/audio/py3-pylast/pkg-descr new file mode 100644 index 000000000000..4049f029cf7d --- /dev/null +++ b/audio/py3-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/ |