diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-17 19:39:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-17 19:39:53 +0000 |
commit | a856cec65879096a74bcd4e962370b8185365d17 (patch) | |
tree | 525deb31ddde7910c8e9fa15c2c7656c1c1ff7fc /audio/py-pylast | |
parent | a716745f322dcb6110c77c16c3dacf862e0a0fc3 (diff) |
Notes
Diffstat (limited to 'audio/py-pylast')
-rw-r--r-- | audio/py-pylast/Makefile | 9 | ||||
-rw-r--r-- | audio/py-pylast/pkg-descr | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index ed3e8140dca2..6927614db587 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -3,19 +3,20 @@ PORTNAME= pylast PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to Last.fm and Libre.fm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} - USES= python:3.5+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/audio/py-pylast/pkg-descr b/audio/py-pylast/pkg-descr index 34dd65409419..56c48396d5e2 100644 --- a/audio/py-pylast/pkg-descr +++ b/audio/py-pylast/pkg-descr @@ -1,3 +1,4 @@ -A Python interface to Last.fm (and other API compatible social networks). +pyLast is a Python interface to Last.fm and other API-compatible websites such +as Libre.fm. WWW: https://github.com/pylast/pylast |