svn commit: r389838 - head/audio/py-pylast
Mark Felder
feld at FreeBSD.org
Tue Jun 16 12:50:22 UTC 2015
Author: feld
Date: Tue Jun 16 12:50:21 2015
New Revision: 389838
URL: https://svnweb.freebsd.org/changeset/ports/389838
Log:
Update to 1.2.1
PR: 200879
Modified:
head/audio/py-pylast/Makefile
head/audio/py-pylast/distinfo
head/audio/py-pylast/pkg-descr
Modified: head/audio/py-pylast/Makefile
==============================================================================
--- head/audio/py-pylast/Makefile Tue Jun 16 12:42:25 2015 (r389837)
+++ head/audio/py-pylast/Makefile Tue Jun 16 12:50:21 2015 (r389838)
@@ -2,18 +2,19 @@
# $FreeBSD$
PORTNAME= pylast
-PORTVERSION= 0.5.11
-PORTREVISION= 1
+PORTVERSION= 1.2.1
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld at FreeBSD.org
-COMMENT= Python interface to Last.fm
+COMMENT= Python interface to Last.fm and Libre.fm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
+
USES= python
USE_PYTHON= distutils autoplist
Modified: head/audio/py-pylast/distinfo
==============================================================================
--- head/audio/py-pylast/distinfo Tue Jun 16 12:42:25 2015 (r389837)
+++ head/audio/py-pylast/distinfo Tue Jun 16 12:50:21 2015 (r389838)
@@ -1,2 +1,2 @@
-SHA256 (pylast-0.5.11.tar.gz) = bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4
-SIZE (pylast-0.5.11.tar.gz) = 26146
+SHA256 (pylast-1.2.1.tar.gz) = fd87ac3932ad6f137848fe36b4062ecf07cb043d93a6798e9acd00accccdea10
+SIZE (pylast-1.2.1.tar.gz) = 31538
Modified: head/audio/py-pylast/pkg-descr
==============================================================================
--- head/audio/py-pylast/pkg-descr Tue Jun 16 12:42:25 2015 (r389837)
+++ head/audio/py-pylast/pkg-descr Tue Jun 16 12:50:21 2015 (r389838)
@@ -1,3 +1,3 @@
-A Python interface to Last.fm (and other API compatible social networks)
+A Python interface to Last.fm (and other API compatible social networks).
-WWW: http://code.google.com/p/pylast/
+WWW: https://github.com/pylast/pylast
More information about the svn-ports-head
mailing list