diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-05 12:08:30 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-05 12:08:30 +0800 |
commit | 086f5b7ec9a0287e963a080d049a79ae58f51e21 (patch) | |
tree | ba05388f14dd243cb473e99a6fa87a1d210015b3 /audio | |
parent | d575acba1dd434f6a62fdbfc32b1a12a81b77dbb (diff) | |
download | freebsd-ports-gnome-086f5b7ec9a0287e963a080d049a79ae58f51e21.tar.gz freebsd-ports-gnome-086f5b7ec9a0287e963a080d049a79ae58f51e21.tar.zst freebsd-ports-gnome-086f5b7ec9a0287e963a080d049a79ae58f51e21.zip |
Update to 3.2.0
Changes: https://github.com/pylast/pylast/releases
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-pylast/Makefile | 4 | ||||
-rw-r--r-- | audio/py-pylast/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/py-pylast/Makefile b/audio/py-pylast/Makefile index 0b496a800876..1caeb019a739 100644 --- a/audio/py-pylast/Makefile +++ b/audio/py-pylast/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pylast -PORTVERSION= 3.1.0 +PORTVERSION= 3.2.0 CATEGORIES= audio python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,6 +13,8 @@ COMMENT= Python interface to Last.fm and Libre.fm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} + USES= python:3.5+ USE_PYTHON= autoplist distutils diff --git a/audio/py-pylast/distinfo b/audio/py-pylast/distinfo index 257991371c98..5460e80a3d24 100644 --- a/audio/py-pylast/distinfo +++ b/audio/py-pylast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551964414 -SHA256 (pylast-3.1.0.tar.gz) = 7eb58682beccc0052c3284aba64a9a6454b5e89706f789ebeb2403dc1045606a -SIZE (pylast-3.1.0.tar.gz) = 34551 +TIMESTAMP = 1578125703 +SHA256 (pylast-3.2.0.tar.gz) = 87c433ac63b592c92a5e8d5176fc8b65794ca239f7e295e6e46851e0c67b11d5 +SIZE (pylast-3.2.0.tar.gz) = 42893 |