svn commit: r493201 - head/audio/py-pylast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 17 19:39:58 UTC 2019


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list