From owner-dev-commits-ports-main@freebsd.org Tue May 4 19:21:10 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 815135FED3F; Tue, 4 May 2021 19:21:10 +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 4FZV7V2H9Mz3vd0; Tue, 4 May 2021 19:21:10 +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 F2C2616E4E; Tue, 4 May 2021 19:21:09 +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 144JL9dX079148; Tue, 4 May 2021 19:21:09 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 144JL9lm079147; Tue, 4 May 2021 19:21:09 GMT (envelope-from git) Date: Tue, 4 May 2021 19:21:09 GMT Message-Id: <202105041921.144JL9lm079147@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: db62ed8c9ea5 - main - textproc/py-sphinx-intl: Update to 2.0.1 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: db62ed8c9ea52fe5bb4dfdf15aab821dd9774ffa Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 19:21:10 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=db62ed8c9ea52fe5bb4dfdf15aab821dd9774ffa commit db62ed8c9ea52fe5bb4dfdf15aab821dd9774ffa Author: Po-Chuan Hsieh AuthorDate: 2021-05-04 19:15:36 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-04 19:15:36 +0000 textproc/py-sphinx-intl: Update to 2.0.1 - Sort RUN_DEPENDS - Add NO_ARCH - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES.rst --- textproc/py-sphinx-intl/Makefile | 18 +++++++++--------- textproc/py-sphinx-intl/distinfo | 5 +++-- textproc/py-sphinx-intl/pkg-descr | 7 +++---- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile index 988e80c2c6c9..785b43e92ee4 100644 --- a/textproc/py-sphinx-intl/Makefile +++ b/textproc/py-sphinx-intl/Makefile @@ -1,23 +1,23 @@ # Created by: Kris Moore PORTNAME= sphinx-intl -PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTVERSION= 2.0.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Sphinx-intl translation features +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sphinx utility that make it easy to translate and to apply translation LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}polib>=1.0.6:devel/py-polib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=0:devel/py-babel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include diff --git a/textproc/py-sphinx-intl/distinfo b/textproc/py-sphinx-intl/distinfo index 9ebb6b650170..0ea5067fbb81 100644 --- a/textproc/py-sphinx-intl/distinfo +++ b/textproc/py-sphinx-intl/distinfo @@ -1,2 +1,3 @@ -SHA256 (sphinx-intl-0.9.5.tar.gz) = 78e1ebb2d867d73f2086d3eda6d54e0192f560fab2bce857f68e88b45991a17f -SIZE (sphinx-intl-0.9.5.tar.gz) = 12648 +TIMESTAMP = 1620151080 +SHA256 (sphinx-intl-2.0.1.tar.gz) = b25a6ec169347909e8d983eefe2d8adecb3edc2f27760db79b965c69950638b4 +SIZE (sphinx-intl-2.0.1.tar.gz) = 17544 diff --git a/textproc/py-sphinx-intl/pkg-descr b/textproc/py-sphinx-intl/pkg-descr index ce3af790f4e5..df3f07f0b976 100644 --- a/textproc/py-sphinx-intl/pkg-descr +++ b/textproc/py-sphinx-intl/pkg-descr @@ -1,5 +1,4 @@ -Sphinx-intl is a utility tool that provides several features that -makes it easy to translate and to apply translation to Sphinx -generated document. +sphinx-intl is a utility tool that provides several features that make it easy +to translate and to apply translation to Sphinx generated document. -WWW: https://pypi.org/project/sphinx-intl/ +WWW: https://github.com/sphinx-doc/sphinx-intl