Bug 176308 - [NEW PORT] audio/pylast: A Python interface to Last.fm
Summary: [NEW PORT] audio/pylast: A Python interface to Last.fm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-20 23:00 UTC by Mark Felder
Modified: 2013-03-24 20:10 UTC (History)
0 users

See Also:


Attachments
.shar (1.47 KB, text/plain)
2013-02-20 23:00 UTC, Mark Felder
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2013-02-20 23:00:00 UTC
A Python interface to Last.fm (and other
API compatible social networks)

WWW: http://code.google.com/p/pylast/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-20 23:00:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-24 20:09:08 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-03-24 20:09:16 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!