Date: Thu, 9 Jun 2022 20:38:54 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e727cb0008c1 - main - textproc/py-sphinxcontrib-httpdomain: Update version 1.2.1=>1.8.0 Message-ID: <202206092038.259KcsCr023330@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e727cb0008c19d8004ea77961e4b992b5ec6a777 commit e727cb0008c19d8004ea77961e4b992b5ec6a777 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-06-09 20:16:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-06-09 20:38:48 +0000 textproc/py-sphinxcontrib-httpdomain: Update version 1.2.1=>1.8.0 Relnotes: https://github.com/sphinx-contrib/httpdomain/releases/tag/1.8.0 --- textproc/py-sphinxcontrib-httpdomain/Makefile | 7 ++++--- textproc/py-sphinxcontrib-httpdomain/distinfo | 5 +++-- textproc/py-sphinxcontrib-httpdomain/pkg-descr | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/textproc/py-sphinxcontrib-httpdomain/Makefile b/textproc/py-sphinxcontrib-httpdomain/Makefile index e437a4f4bbad..e743feb8f90d 100644 --- a/textproc/py-sphinxcontrib-httpdomain/Makefile +++ b/textproc/py-sphinxcontrib-httpdomain/Makefile @@ -1,7 +1,7 @@ # Created by: William Grzybowski <wg@FreeBSD.org> PORTNAME= sphinxcontrib-httpdomain -PORTVERSION= 1.2.1 +PORTVERSION= 1.8.0 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Sphinx domain for HTTP APIs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.0,1:textproc/py-sphinx@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6:textproc/py-sphinx@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/textproc/py-sphinxcontrib-httpdomain/distinfo b/textproc/py-sphinxcontrib-httpdomain/distinfo index 0ac43cabbe5e..4c917a36bc6b 100644 --- a/textproc/py-sphinxcontrib-httpdomain/distinfo +++ b/textproc/py-sphinxcontrib-httpdomain/distinfo @@ -1,2 +1,3 @@ -SHA256 (sphinxcontrib-httpdomain-1.2.1.tar.gz) = 68b7cca5910309dcf89b1d7fc978f2bb64c7b7e45e5b67438defed7356d96562 -SIZE (sphinxcontrib-httpdomain-1.2.1.tar.gz) = 10061 +TIMESTAMP = 1654805165 +SHA256 (sphinxcontrib-httpdomain-1.8.0.tar.gz) = 2059cfabd0cca8fcc3455cc8ffad92f0915a7d3bb03bfddba078a6a0f35beec5 +SIZE (sphinxcontrib-httpdomain-1.8.0.tar.gz) = 15845 diff --git a/textproc/py-sphinxcontrib-httpdomain/pkg-descr b/textproc/py-sphinxcontrib-httpdomain/pkg-descr index f0fdcdd43e4b..75bdbb0c222f 100644 --- a/textproc/py-sphinxcontrib-httpdomain/pkg-descr +++ b/textproc/py-sphinxcontrib-httpdomain/pkg-descr @@ -1,4 +1,4 @@ This contrib extension, sphinxcontrib.httpdomain provides a Sphinx domain for describing RESTful HTTP APIs. -WWW: http://bitbucket.org/birkenfeld/sphinx-contrib/ +WWW: https://github.com/sphinx-contrib/httpdomain
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206092038.259KcsCr023330>