From a856cec65879096a74bcd4e962370b8185365d17 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Feb 2019 19:39:53 +0000 Subject: Remove RUN_DEPENDS: six is removed in 3.0.0 - Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Take maintainership --- audio/py-pylast/Makefile | 9 +++++---- audio/py-pylast/pkg-descr | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'audio/py-pylast') 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 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 -- cgit v1.2.3