mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
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>
This commit is contained in:
parent
0d8b4648c9
commit
68bd83d38d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315156
@ -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
|
||||
|
22
audio/py-pylast/Makefile
Normal file
22
audio/py-pylast/Makefile
Normal file
@ -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>
|
2
audio/py-pylast/distinfo
Normal file
2
audio/py-pylast/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4
|
||||
SIZE (pylast-0.5.11.tar.gz) = 26146
|
3
audio/py-pylast/pkg-descr
Normal file
3
audio/py-pylast/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A Python interface to Last.fm (and other API compatible social networks)
|
||||
|
||||
WWW: http://code.google.com/p/pylast/
|
Loading…
Reference in New Issue
Block a user