Index: head/devel/py-six/Makefile =================================================================== --- head/devel/py-six/Makefile (revision 522961) +++ head/devel/py-six/Makefile (revision 522962) @@ -1,26 +1,26 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= six -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python 2 and 3 compatibility utilities LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v .include Index: head/devel/py-six/distinfo =================================================================== --- head/devel/py-six/distinfo (revision 522961) +++ head/devel/py-six/distinfo (revision 522962) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544577254 -SHA256 (six-1.12.0.tar.gz) = d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 -SIZE (six-1.12.0.tar.gz) = 32725 +TIMESTAMP = 1578923326 +SHA256 (six-1.13.0.tar.gz) = 30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66 +SIZE (six-1.13.0.tar.gz) = 33726 Index: head/devel/py-six/pkg-descr =================================================================== --- head/devel/py-six/pkg-descr (revision 522961) +++ head/devel/py-six/pkg-descr (revision 522962) @@ -1,6 +1,6 @@ Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. -WWW: https://pypi.org/project/six/ +WWW: https://github.com/benjaminp/six