From owner-svn-ports-all@freebsd.org Mon Feb 1 19:26:50 2021 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 8206C532CEE; Mon, 1 Feb 2021 19:26:50 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTycT0ZMsz4dgl; Mon, 1 Feb 2021 19:26:49 +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 6550620BBC; Mon, 1 Feb 2021 19:26:48 +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 111JQmie015723; Mon, 1 Feb 2021 19:26:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 111JQm9j015721; Mon, 1 Feb 2021 19:26:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202102011926.111JQm9j015721@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 1 Feb 2021 19:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r563641 - in head/devel/py-jaraco.context: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-jaraco.context: . files X-SVN-Commit-Revision: 563641 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: Mon, 01 Feb 2021 19:26:50 -0000 Author: sunpoet Date: Mon Feb 1 19:26:47 2021 New Revision: 563641 URL: https://svnweb.freebsd.org/changeset/ports/563641 Log: Update to 4.0.0 Changes: https://github.com/jaraco/jaraco.context/blob/main/CHANGES.rst Deleted: head/devel/py-jaraco.context/files/ Modified: head/devel/py-jaraco.context/Makefile head/devel/py-jaraco.context/distinfo Modified: head/devel/py-jaraco.context/Makefile ============================================================================== --- head/devel/py-jaraco.context/Makefile Mon Feb 1 19:26:42 2021 (r563640) +++ head/devel/py-jaraco.context/Makefile Mon Feb 1 19:26:47 2021 (r563641) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jaraco.context -PORTVERSION= 3.0.0 +PORTVERSION= 4.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,14 @@ COMMENT= Context managers by jaraco LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-black-multipy>=0:devel/py-pytest-black-multipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-black>=0.3.7:devel/py-pytest-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-enabler>=0:devel/py-pytest-enabler@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mypy>=0:devel/py-pytest-mypy@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-jaraco.context/distinfo ============================================================================== --- head/devel/py-jaraco.context/distinfo Mon Feb 1 19:26:42 2021 (r563640) +++ head/devel/py-jaraco.context/distinfo Mon Feb 1 19:26:47 2021 (r563641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1581688152 -SHA256 (jaraco.context-3.0.0.tar.gz) = 0b7ddaf9bbed03bf5d1f77365bd4b7265c1bc9f52e58a4442cbd1e3a3827f8a9 -SIZE (jaraco.context-3.0.0.tar.gz) = 12901 +TIMESTAMP = 1612101584 +SHA256 (jaraco.context-4.0.0.tar.gz) = 4cdf4a1a1ede942e926fb75951769972191966cef91c67131afbc163a69bf585 +SIZE (jaraco.context-4.0.0.tar.gz) = 11257