From owner-svn-ports-head@FreeBSD.ORG Sun Mar 24 20:09:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ED7693B7; Sun, 24 Mar 2013 20:09:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C69F023A; Sun, 24 Mar 2013 20:09:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2OK91Rd006672; Sun, 24 Mar 2013 20:09:01 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2OK91eN006662; Sun, 24 Mar 2013 20:09:01 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201303242009.r2OK91eN006662@svn.freebsd.org> From: Steve Wills Date: Sun, 24 Mar 2013 20:09:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315156 - in head/audio: . py-pylast X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Mar 2013 20:09:02 -0000 Author: swills Date: Sun Mar 24 20:09:00 2013 New Revision: 315156 URL: http://svnweb.freebsd.org/changeset/ports/315156 Log: A Python interface to Last.fm (and other API compatible social networks) WWW: http://code.google.com/p/pylast/ PR: ports/176308 Submitted by: Mark Felder Added: head/audio/py-pylast/ head/audio/py-pylast/Makefile (contents, props changed) head/audio/py-pylast/distinfo (contents, props changed) head/audio/py-pylast/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Mar 24 19:58:04 2013 (r315155) +++ head/audio/Makefile Sun Mar 24 20:09:00 2013 (r315156) @@ -633,6 +633,7 @@ SUBDIR += py-mutagen SUBDIR += py-ogg SUBDIR += py-openal + SUBDIR += py-pylast SUBDIR += py-pyliblo SUBDIR += py-shout SUBDIR += py-speex Added: head/audio/py-pylast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-pylast/Makefile Sun Mar 24 20:09:00 2013 (r315156) @@ -0,0 +1,22 @@ +# Created by: Mark Felder +# $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 Added: head/audio/py-pylast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-pylast/distinfo Sun Mar 24 20:09:00 2013 (r315156) @@ -0,0 +1,2 @@ +SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4 +SIZE (pylast-0.5.11.tar.gz) = 26146 Added: head/audio/py-pylast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/py-pylast/pkg-descr Sun Mar 24 20:09:00 2013 (r315156) @@ -0,0 +1,3 @@ +A Python interface to Last.fm (and other API compatible social networks) + +WWW: http://code.google.com/p/pylast/