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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 17:55:27 UTC 2020


Author: sunpoet
Date: Sat Oct 10 17:55:22 2020
New Revision: 551944
URL: https://svnweb.freebsd.org/changeset/ports/551944

Log:
  Update to 4.0.0
  
  Changes:	https://github.com/pylast/pylast/releases

Modified:
  head/audio/py-pylast/Makefile
  head/audio/py-pylast/distinfo

Modified: head/audio/py-pylast/Makefile
==============================================================================
--- head/audio/py-pylast/Makefile	Sat Oct 10 17:55:17 2020	(r551943)
+++ head/audio/py-pylast/Makefile	Sat Oct 10 17:55:22 2020	(r551944)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pylast
-PORTVERSION=	3.3.0
+PORTVERSION=	4.0.0
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@ 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
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/audio/py-pylast/distinfo
==============================================================================
--- head/audio/py-pylast/distinfo	Sat Oct 10 17:55:17 2020	(r551943)
+++ head/audio/py-pylast/distinfo	Sat Oct 10 17:55:22 2020	(r551944)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1593161495
-SHA256 (pylast-3.3.0.tar.gz) = 4d2b6a06e88131f3d923229d879c94cd5bfc0d2251735d59155197b9d6100df3
-SIZE (pylast-3.3.0.tar.gz) = 44765
+TIMESTAMP = 1602317861
+SHA256 (pylast-4.0.0.tar.gz) = 8ec555d6c4c1b474e9b3c96c3786abd38303a1a5716d928b0f3cfdcb4499b093
+SIZE (pylast-4.0.0.tar.gz) = 44617


More information about the svn-ports-head mailing list