From owner-svn-ports-head@freebsd.org Fri Jul 10 16:36:00 2020 Return-Path: Delivered-To: svn-ports-head@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 7DFEB36D843; Fri, 10 Jul 2020 16:36:00 +0000 (UTC) (envelope-from bofh@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 4B3JZS2pj9z4pHN; Fri, 10 Jul 2020 16:36:00 +0000 (UTC) (envelope-from bofh@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 4514F24C5F; Fri, 10 Jul 2020 16:36:00 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06AGa0UL079390; Fri, 10 Jul 2020 16:36:00 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06AGZxtG079384; Fri, 10 Jul 2020 16:35:59 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <202007101635.06AGZxtG079384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 10 Jul 2020 16:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r541869 - head/textproc/py-translationstring X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: head/textproc/py-translationstring X-SVN-Commit-Revision: 541869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2020 16:36:00 -0000 Author: bofh Date: Fri Jul 10 16:35:59 2020 New Revision: 541869 URL: https://svnweb.freebsd.org/changeset/ports/541869 Log: textproc/py-translationstring: Update version 1.3=>1.4 - Add TEST framework - OPTIONIZE DOCS - Mark NO_ARCH Relnotes: https://pypi.org/project/translationstring/1.4/ Modified: head/textproc/py-translationstring/Makefile head/textproc/py-translationstring/distinfo Modified: head/textproc/py-translationstring/Makefile ============================================================================== --- head/textproc/py-translationstring/Makefile Fri Jul 10 16:32:48 2020 (r541868) +++ head/textproc/py-translationstring/Makefile Fri Jul 10 16:35:59 2020 (r541869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= translationstring -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= textproc www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,19 @@ LICENSE_NAME= BSD Modification Variant LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:devel/py-babel@${PY_FLAVOR} + USES= python USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons-sphinx-themes>=0:textproc/py-pylons-sphinx-themes@${PY_FLAVOR} \ + ${PY_SPHINX} \ + rst2html:textproc/py-docutils@${PY_FLAVOR} + +do-test: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py test .include Modified: head/textproc/py-translationstring/distinfo ============================================================================== --- head/textproc/py-translationstring/distinfo Fri Jul 10 16:32:48 2020 (r541868) +++ head/textproc/py-translationstring/distinfo Fri Jul 10 16:35:59 2020 (r541869) @@ -1,2 +1,3 @@ -SHA256 (translationstring-1.3.tar.gz) = 4ee44cfa58c52ade8910ea0ebc3d2d84bdcad9fa0422405b1801ec9b9a65b72d -SIZE (translationstring-1.3.tar.gz) = 29259 +TIMESTAMP = 1594384018 +SHA256 (translationstring-1.4.tar.gz) = bf947538d76e69ba12ab17283b10355a9ecfbc078e6123443f43f2107f6376f3 +SIZE (translationstring-1.4.tar.gz) = 24199