Date: Sat, 19 Dec 2020 20:09:20 +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: r558523 - head/devel/py-fasteners Message-ID: <202012192009.0BJK9Kox000945@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:09:20 2020 New Revision: 558523 URL: https://svnweb.freebsd.org/changeset/ports/558523 Log: Update to 0.16 Changes: https://github.com/harlowja/fasteners/blob/master/ChangeLog Modified: head/devel/py-fasteners/Makefile head/devel/py-fasteners/distinfo Modified: head/devel/py-fasteners/Makefile ============================================================================== --- head/devel/py-fasteners/Makefile Sat Dec 19 20:09:15 2020 (r558522) +++ head/devel/py-fasteners/Makefile Sat Dec 19 20:09:20 2020 (r558523) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fasteners -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,17 @@ COMMENT= Python package that provides useful locks LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}monotonic>=0.1:devel/py-monotonic@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>=0.1:devel/py-monotonic@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> Modified: head/devel/py-fasteners/distinfo ============================================================================== --- head/devel/py-fasteners/distinfo Sat Dec 19 20:09:15 2020 (r558522) +++ head/devel/py-fasteners/distinfo Sat Dec 19 20:09:20 2020 (r558523) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599946657 -SHA256 (fasteners-0.15.tar.gz) = 3a176da6b70df9bb88498e1a18a9e4a8579ed5b9141207762368a1017bf8f5ef -SIZE (fasteners-0.15.tar.gz) = 17898 +TIMESTAMP = 1608366134 +SHA256 (fasteners-0.16.tar.gz) = c995d8c26b017c5d6a6de9ad29a0f9cdd57de61ae1113d28fac26622b06a0933 +SIZE (fasteners-0.16.tar.gz) = 24824
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192009.0BJK9Kox000945>