svn commit: r494724 - head/devel/py-isort

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 5 17:29:31 UTC 2019


Author: sunpoet
Date: Tue Mar  5 17:29:30 2019
New Revision: 494724
URL: https://svnweb.freebsd.org/changeset/ports/494724

Log:
  Update to 4.3.10
  
  Changes:	https://github.com/timothycrosley/isort/releases

Modified:
  head/devel/py-isort/Makefile
  head/devel/py-isort/distinfo

Modified: head/devel/py-isort/Makefile
==============================================================================
--- head/devel/py-isort/Makefile	Tue Mar  5 17:29:24 2019	(r494723)
+++ head/devel/py-isort/Makefile	Tue Mar  5 17:29:30 2019	(r494724)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	isort
-PORTVERSION=	4.3.9
+PORTVERSION=	4.3.10
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +21,10 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 3200
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>

Modified: head/devel/py-isort/distinfo
==============================================================================
--- head/devel/py-isort/distinfo	Tue Mar  5 17:29:24 2019	(r494723)
+++ head/devel/py-isort/distinfo	Tue Mar  5 17:29:30 2019	(r494724)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551599054
-SHA256 (isort-4.3.9.tar.gz) = f19b23b22fb5a919a081bc31aabcc0991614c244d9215267e11abf2ca7b684ce
-SIZE (isort-4.3.9.tar.gz) = 62076
+TIMESTAMP = 1551799752
+SHA256 (isort-4.3.10.tar.gz) = 144c4295314c0ed34fb034f838b2b7e242c52dd3eafdd6f5d49078692f582c0c
+SIZE (isort-4.3.10.tar.gz) = 66339


More information about the svn-ports-all mailing list