Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2013 20:09:01 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315156 - in head/audio: . py-pylast
Message-ID:  <201303242009.r2OK91eN006662@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <feld@feld.me>

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 <feld@feld.me>
+# $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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303242009.r2OK91eN006662>