From owner-dev-commits-ports-all@freebsd.org Fri Jul 16 00:06:52 2021 Return-Path: Delivered-To: dev-commits-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 B440F653CB2; Fri, 16 Jul 2021 00:06:52 +0000 (UTC) (envelope-from git@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 4GQs3w2Zcxz3CwL; Fri, 16 Jul 2021 00:06:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1ACFE136A3; Fri, 16 Jul 2021 00:06:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16G06qww067621; Fri, 16 Jul 2021 00:06:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16G06qEW067620; Fri, 16 Jul 2021 00:06:52 GMT (envelope-from git) Date: Fri, 16 Jul 2021 00:06:52 GMT Message-Id: <202107160006.16G06qEW067620@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3dca15023259 - main - devel/py-testtools: Update to 2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3dca15023259e6c61af13fcb8d21ca8b905307e2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2021 00:06:52 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dca15023259e6c61af13fcb8d21ca8b905307e2 commit 3dca15023259e6c61af13fcb8d21ca8b905307e2 Author: Po-Chuan Hsieh AuthorDate: 2021-07-15 23:52:37 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-15 23:52:37 +0000 devel/py-testtools: Update to 2.5.0 - Convert REINPLACE_CMD to patch file Changes: https://github.com/testing-cabal/testtools/releases --- devel/py-testtools/Makefile | 13 +++---------- devel/py-testtools/distinfo | 6 +++--- devel/py-testtools/files/patch-requirements.txt | 7 +++++++ devel/py-testtools/pkg-descr | 1 - 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 12b2329d0c0b..97c9f0c89000 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,7 +1,7 @@ # Created by: Carlo Strub PORTNAME= testtools -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,13 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=1.0.0:devel/py-extras@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-mimeparse>=0:devel/py-python-mimeparse@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unittest2>=1.0.0:devel/py-unittest2@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes @@ -30,9 +26,6 @@ PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst \ OPTIONS_DEFINE= DOCS -post-patch: - @${REINPLACE_CMD} -e '/^fixtures/d' ${WRKSRC}/requirements.txt - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} diff --git a/devel/py-testtools/distinfo b/devel/py-testtools/distinfo index 1b20f4e8ec5b..b5343e73748c 100644 --- a/devel/py-testtools/distinfo +++ b/devel/py-testtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585064069 -SHA256 (testtools-2.4.0.tar.gz) = 64c974a6cca4385d05f4bbfa2deca1c39ce88ede31c3448bee86a7259a9a61c8 -SIZE (testtools-2.4.0.tar.gz) = 233032 +TIMESTAMP = 1626383176 +SHA256 (testtools-2.5.0.tar.gz) = 57c13433d94f9ffde3be6534177d10fb0c1507cc499319128958ca91a65cb23f +SIZE (testtools-2.5.0.tar.gz) = 235399 diff --git a/devel/py-testtools/files/patch-requirements.txt b/devel/py-testtools/files/patch-requirements.txt new file mode 100644 index 000000000000..a6e8eb0038ae --- /dev/null +++ b/devel/py-testtools/files/patch-requirements.txt @@ -0,0 +1,7 @@ +--- requirements.txt.orig 2021-07-14 18:29:13 UTC ++++ requirements.txt +@@ -2,4 +2,3 @@ pbr>=0.11 + # TODO(stephenfin): Remove this once fixtures no longer depends on extras + # or explicitly specifies the dependency + extras>=1.0.0 +-fixtures>=1.3.0 diff --git a/devel/py-testtools/pkg-descr b/devel/py-testtools/pkg-descr index cea7453309b6..89fc8bcc653d 100644 --- a/devel/py-testtools/pkg-descr +++ b/devel/py-testtools/pkg-descr @@ -2,5 +2,4 @@ testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit testing in Python and come from many different sources. -WWW: https://pypi.org/project/testtools/ WWW: https://github.com/testing-cabal/testtools