From owner-svn-ports-head@FreeBSD.ORG Fri Jul 25 00:44:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8899240F; Fri, 25 Jul 2014 00:44:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9AB2BFC; Fri, 25 Jul 2014 00:44:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6P0i2Lc097864; Fri, 25 Jul 2014 00:44:02 GMT (envelope-from kmoore@svn.freebsd.org) Received: (from kmoore@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6P0i1a1097857; Fri, 25 Jul 2014 00:44:01 GMT (envelope-from kmoore@svn.freebsd.org) Message-Id: <201407250044.s6P0i1a1097857@svn.freebsd.org> From: Kris Moore Date: Fri, 25 Jul 2014 00:44:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362861 - in head/audio: . py3-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.18 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: Fri, 25 Jul 2014 00:44:02 -0000 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 +# $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 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/