Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:59:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557686 - head/devel/py-isort
Message-ID:  <202012102159.0BALxqWe083828@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:59:52 2020
New Revision: 557686
URL: https://svnweb.freebsd.org/changeset/ports/557686

Log:
  Update to 5.6.4
  
  - Update WWW
  
  Changes:	https://github.com/PyCQA/isort/releases
  PR:		251331
  Submitted by:	amdmi3

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

Modified: head/devel/py-isort/Makefile
==============================================================================
--- head/devel/py-isort/Makefile	Thu Dec 10 21:59:45 2020	(r557685)
+++ head/devel/py-isort/Makefile	Thu Dec 10 21:59:52 2020	(r557686)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	isort
-PORTVERSION=	4.3.21
+PORTVERSION=	5.6.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,19 +12,9 @@ COMMENT=	Python utility/library to sort Python imports
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PY_FUTURES}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
-
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.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>
+.include <bsd.port.mk>

Modified: head/devel/py-isort/distinfo
==============================================================================
--- head/devel/py-isort/distinfo	Thu Dec 10 21:59:45 2020	(r557685)
+++ head/devel/py-isort/distinfo	Thu Dec 10 21:59:52 2020	(r557686)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561659066
-SHA256 (isort-4.3.21.tar.gz) = 54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1
-SIZE (isort-4.3.21.tar.gz) = 69546
+TIMESTAMP = 1607539985
+SHA256 (isort-5.6.4.tar.gz) = dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58
+SIZE (isort-5.6.4.tar.gz) = 90984

Modified: head/devel/py-isort/pkg-descr
==============================================================================
--- head/devel/py-isort/pkg-descr	Thu Dec 10 21:59:45 2020	(r557685)
+++ head/devel/py-isort/pkg-descr	Thu Dec 10 21:59:52 2020	(r557686)
@@ -2,5 +2,4 @@ isort is a Python utility/library to sort imports alph
 automatically separated into sections. It provides a command line utility,
 Python library and plugins for various editors to quickly sort all your imports.
 
-WWW: https://pypi.org/project/isort/
-WWW: https://github.com/timothycrosley/isort
+WWW: https://github.com/PyCQA/isort



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102159.0BALxqWe083828>