From 190a536386a8593585f86bca5ef78df17766ceee Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Fri, 25 Jul 2014 00:44:01 +0000 Subject: [PATCH] - Add py3-pylast 0.5.11 --- audio/Makefile | 1 + audio/py3-pylast/Makefile | 24 ++++++++++++++++++++++++ audio/py3-pylast/distinfo | 2 ++ audio/py3-pylast/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) create mode 100644 audio/py3-pylast/Makefile create mode 100644 audio/py3-pylast/distinfo create mode 100644 audio/py3-pylast/pkg-descr diff --git a/audio/Makefile b/audio/Makefile index ad0197f63869..f271a2429488 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -611,6 +611,7 @@ SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-xmms2 + SUBDIR += py3-pylast SUBDIR += pytone SUBDIR += qjackctl SUBDIR += qmidinet 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 +# $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 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/