Date: Fri, 25 Jul 2014 00:44:01 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362861 - in head/audio: . py3-pylast Message-ID: <201407250044.s6P0i1a1097857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Fri Jul 25 00:44:01 2014 New Revision: 362861 URL: http://svnweb.freebsd.org/changeset/ports/362861 QAT: https://qat.redports.org/buildarchive/r362861/ Log: - Add py3-pylast 0.5.11 Added: head/audio/py3-pylast/ head/audio/py3-pylast/Makefile (contents, props changed) head/audio/py3-pylast/distinfo (contents, props changed) head/audio/py3-pylast/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Jul 24 23:37:10 2014 (r362860) +++ head/audio/Makefile Fri Jul 25 00:44:01 2014 (r362861) @@ -611,6 +611,7 @@ SUBDIR += py-tagpy SUBDIR += py-vorbis SUBDIR += py-xmms2 + SUBDIR += py3-pylast SUBDIR += pytone SUBDIR += qjackctl SUBDIR += qmidinet Added: head/audio/py3-pylast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py3-pylast/Makefile Fri Jul 25 00:44:01 2014 (r362861) @@ -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> Added: head/audio/py3-pylast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py3-pylast/distinfo Fri Jul 25 00:44:01 2014 (r362861) @@ -0,0 +1,2 @@ +SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4 +SIZE (pylast-0.5.11.tar.gz) = 26146 Added: head/audio/py3-pylast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py3-pylast/pkg-descr Fri Jul 25 00:44:01 2014 (r362861) @@ -0,0 +1,3 @@ +A Python interface to Last.fm (and other API compatible social networks) + +WWW: http://code.google.com/p/pylast/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407250044.s6P0i1a1097857>