Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2019 19:39:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493201 - head/audio/py-pylast
Message-ID:  <201902171939.x1HJdr23034873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 17 19:39:53 2019
New Revision: 493201
URL: https://svnweb.freebsd.org/changeset/ports/493201

Log:
  Remove RUN_DEPENDS: six is removed in 3.0.0
  
  - Add NO_ARCH
  - Update pkg-descr
  - Bump PORTREVISION for dependency change
  - Take maintainership

Modified:
  head/audio/py-pylast/Makefile
  head/audio/py-pylast/pkg-descr

Modified: head/audio/py-pylast/Makefile
==============================================================================
--- head/audio/py-pylast/Makefile	Sun Feb 17 19:39:48 2019	(r493200)
+++ head/audio/py-pylast/Makefile	Sun Feb 17 19:39:53 2019	(r493201)
@@ -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>

Modified: head/audio/py-pylast/pkg-descr
==============================================================================
--- head/audio/py-pylast/pkg-descr	Sun Feb 17 19:39:48 2019	(r493200)
+++ head/audio/py-pylast/pkg-descr	Sun Feb 17 19:39:53 2019	(r493201)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902171939.x1HJdr23034873>