- Add py3-pylast 0.5.11

This commit is contained in:
Kris Moore 2014-07-25 00:44:01 +00:00
parent 68dd4b9874
commit 190a536386
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362861
4 changed files with 30 additions and 0 deletions

View file

@ -611,6 +611,7 @@
SUBDIR += py-tagpy
SUBDIR += py-vorbis
SUBDIR += py-xmms2
SUBDIR += py3-pylast
SUBDIR += pytone
SUBDIR += qjackctl
SUBDIR += qmidinet

24
audio/py3-pylast/Makefile Normal file
View file

@ -0,0 +1,24 @@
# Created by: Kris Moore <kmoore@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4
SIZE (pylast-0.5.11.tar.gz) = 26146

View file

@ -0,0 +1,3 @@
A Python interface to Last.fm (and other API compatible social networks)
WWW: http://code.google.com/p/pylast/