diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-06-16 12:50:21 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-06-16 12:50:21 +0000 |
commit | 7a25c81714e94539d28d50722f46689215259222 (patch) | |
tree | 705ac7a002bedd39693c2b682df2b5b3d539f1ca | |
parent | b435ec67c528eab237e16f68e74a2641414b5c6f (diff) | |
download | ports-7a25c81714e94539d28d50722f46689215259222.tar.gz ports-7a25c81714e94539d28d50722f46689215259222.zip |
Notes
-rw-r--r-- | audio/py-pylast/Makefile | 7 | ||||
-rw-r--r-- | audio/py-pylast/distinfo | 4 | ||||
-rw-r--r-- | audio/py-pylast/pkg-descr | 4 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index 04efa1968661..0cacf8e4cb03 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -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@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 diff --git a/audio/py-pylast/distinfo b/audio/py-pylast/distinfo index 23aeb56727db..a36566ea4ea2 100644 --- a/audio/py-pylast/distinfo +++ b/audio/py-pylast/distinfo @@ -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 diff --git a/audio/py-pylast/pkg-descr b/audio/py-pylast/pkg-descr index 4049f029cf7d..34dd65409419 100644 --- a/audio/py-pylast/pkg-descr +++ b/audio/py-pylast/pkg-descr @@ -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 |