From owner-dev-commits-ports-all@freebsd.org Tue Aug 24 18:04:59 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 0868E65CE26; Tue, 24 Aug 2021 18:04:59 +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 4GvH7t597Qz3Fnm; Tue, 24 Aug 2021 18:04:58 +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 9588B51E9; Tue, 24 Aug 2021 18:04:58 +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 17OI4wZ0095775; Tue, 24 Aug 2021 18:04:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17OI4w3r095774; Tue, 24 Aug 2021 18:04:58 GMT (envelope-from git) Date: Tue, 24 Aug 2021 18:04:58 GMT Message-Id: <202108241804.17OI4w3r095774@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: ee47f1517386 - main - devel/py-hypothesmith: update to 0.1.9 and fix testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ee47f1517386a6b0d69f1c31b5b47a695bd54b5d 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: Tue, 24 Aug 2021 18:04:59 -0000 The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee47f1517386a6b0d69f1c31b5b47a695bd54b5d commit ee47f1517386a6b0d69f1c31b5b47a695bd54b5d Author: Dmitry Marakasov AuthorDate: 2021-08-19 16:27:48 +0000 Commit: Dmitry Marakasov CommitDate: 2021-08-24 17:59:14 +0000 devel/py-hypothesmith: update to 0.1.9 and fix testing --- devel/py-hypothesmith/Makefile | 9 ++++++--- devel/py-hypothesmith/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/devel/py-hypothesmith/Makefile b/devel/py-hypothesmith/Makefile index 8dd272293a43..c4ae5035f77b 100644 --- a/devel/py-hypothesmith/Makefile +++ b/devel/py-hypothesmith/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesmith -PORTVERSION= 0.1.8 +PORTVERSION= 0.1.9 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,16 @@ LICENSE= MPL20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lark-parser>=0:devel/py-lark-parser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libcst>=0:devel/py-libcst@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}black>=0:devel/py-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parso>=0:textproc/py-parso@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes +TEST_ENV= PYTHONPATH="${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}" do-test: - @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${LOCALBASE}/bin/tox-${PYTHON_VER} --sitepackages + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -o addopts= -v -rs .include diff --git a/devel/py-hypothesmith/distinfo b/devel/py-hypothesmith/distinfo index fa1f564522c5..3e783e889bca 100644 --- a/devel/py-hypothesmith/distinfo +++ b/devel/py-hypothesmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610450359 -SHA256 (hypothesmith-0.1.8.tar.gz) = f9ff047b15c4ed312ce3da57ea27570f86d6b53ce12af9f25e59e6576a00410a -SIZE (hypothesmith-0.1.8.tar.gz) = 24760 +TIMESTAMP = 1629380587 +SHA256 (hypothesmith-0.1.9.tar.gz) = 039fd6aa0102f89df9df7ad4cff70aa8068678c13c3be2713c92568917317a04 +SIZE (hypothesmith-0.1.9.tar.gz) = 24707