From owner-svn-ports-all@freebsd.org Sat Dec 19 20:09:25 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85AA54CF87D; Sat, 19 Dec 2020 20:09:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cyxdv2j9xz4dds; Sat, 19 Dec 2020 20:09:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 016FC23221; Sat, 19 Dec 2020 20:09:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJK9KGX000948; Sat, 19 Dec 2020 20:09:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJK9Kox000945; Sat, 19 Dec 2020 20:09:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012192009.0BJK9Kox000945@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 20:09:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558523 - head/devel/py-fasteners X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-fasteners X-SVN-Commit-Revision: 558523 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 20:09:25 -0000 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 +.include + +.if ${PYTHON_REL} < 3400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}monotonic>=0.1:devel/py-monotonic@${PY_FLAVOR} +.endif + +.include 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