aboutsummaryrefslogtreecommitdiff
path: root/audio/py-pylast
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:39:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-17 19:39:53 +0000
commita856cec65879096a74bcd4e962370b8185365d17 (patch)
tree525deb31ddde7910c8e9fa15c2c7656c1c1ff7fc /audio/py-pylast
parenta716745f322dcb6110c77c16c3dacf862e0a0fc3 (diff)
downloadports-a856cec65879096a74bcd4e962370b8185365d17.tar.gz
ports-a856cec65879096a74bcd4e962370b8185365d17.zip
Remove RUN_DEPENDS: six is removed in 3.0.0
- Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership
Notes
Notes: svn path=/head/; revision=493201
Diffstat (limited to 'audio/py-pylast')
-rw-r--r--audio/py-pylast/Makefile9
-rw-r--r--audio/py-pylast/pkg-descr3
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