svn commit: r315156 - in head/audio: . py-pylast

Steve Wills swills at FreeBSD.org
Sun Mar 24 20:09:02 UTC 2013


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 at 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 at feld.me>
+# $FreeBSD$
+
+PORTNAME=	pylast
+PORTVERSION=	0.5.11
+CATEGORIES=	audio python
+MASTER_SITES=	CHEESESHOP
+
+MAINTAINER=	feld at 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/


More information about the svn-ports-all mailing list