From owner-dev-commits-ports-all@freebsd.org Thu Jun 24 16:43:57 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 905E2650CC5; Thu, 24 Jun 2021 16:43:57 +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 4G9mDY3Z5bz4qdT; Thu, 24 Jun 2021 16:43:57 +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 62BE51B27E; Thu, 24 Jun 2021 16:43:57 +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 15OGhvNe005515; Thu, 24 Jun 2021 16:43:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15OGhvjN005514; Thu, 24 Jun 2021 16:43:57 GMT (envelope-from git) Date: Thu, 24 Jun 2021 16:43:57 GMT Message-Id: <202106241643.15OGhvjN005514@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 5989f395a01e - main - devel/py-pytest-translations: Update to 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3 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: Thu, 24 Jun 2021 16:43:57 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=5989f395a01e1afc9b1b3a0c668d3cf48226f0c3 commit 5989f395a01e1afc9b1b3a0c668d3cf48226f0c3 Author: Goran Meki? AuthorDate: 2021-06-24 16:43:15 +0000 Commit: Kevin Bowling CommitDate: 2021-06-24 16:43:50 +0000 devel/py-pytest-translations: Update to 3.1.0 PR: 256802 Approved by: maintainer --- devel/py-pytest-translations/Makefile | 15 ++++----------- devel/py-pytest-translations/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/devel/py-pytest-translations/Makefile b/devel/py-pytest-translations/Makefile index f0412c09a268..4adee38cd3f4 100644 --- a/devel/py-pytest-translations/Makefile +++ b/devel/py-pytest-translations/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-translations -PORTVERSION= 2.0.0 +PORTVERSION= 3.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testscenarios>=0:devel/py-testscenarios@${P ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} \ + de-hunspell>0:german/hunspell USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils @@ -28,15 +29,7 @@ TEST_ENV= PYTHONPATH=${WRKSRC}/src NO_ARCH= yes -# Disable some of the tests. Upstream issue: -# https://github.com/Thermondo/pytest-translations/issues/44 do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= \ - -k 'not test_language_missing_in_po \ - and not test_language_catalog_missing \ - and not test_python_format_placeholders \ - and not test_pass \ - and not test_fail \ - and not test_wordlist' + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts= .include diff --git a/devel/py-pytest-translations/distinfo b/devel/py-pytest-translations/distinfo index 75d052da93c4..11b4fc2dd5a8 100644 --- a/devel/py-pytest-translations/distinfo +++ b/devel/py-pytest-translations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1576674845 -SHA256 (pytest-translations-2.0.0.tar.gz) = 8f5aa5e98746ccc5e400486ea2084fd71251ccb35c0c53e4e1026d8af380bc08 -SIZE (pytest-translations-2.0.0.tar.gz) = 8467 +TIMESTAMP = 1624530137 +SHA256 (pytest-translations-3.1.0.tar.gz) = 0f00cf85ed3c73a589ac58053c81713c31d3194db69d3f9c3e83b2f23e7d7693 +SIZE (pytest-translations-3.1.0.tar.gz) = 8956