Index: head/textproc/py-openstackdocstheme/Makefile =================================================================== --- head/textproc/py-openstackdocstheme/Makefile (revision 561207) +++ head/textproc/py-openstackdocstheme/Makefile (revision 561208) @@ -1,37 +1,25 @@ # $FreeBSD$ PORTNAME= openstackdocstheme -DISTVERSION= 1.21.0 +DISTVERSION= 2.2.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= OpenStack Docs Theme LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx18>=0:textproc/py-sphinx18@${PY_FLAVOR} + ${PY_SPHINX} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes -PORTDOCS= * - -OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx18>=0:textproc/py-sphinx18@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dulwich>=0.15.0:devel/dulwich@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/doc/build/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ - "! -name .buildinfo -and ! -name objects.inv") .include Index: head/textproc/py-openstackdocstheme/distinfo =================================================================== --- head/textproc/py-openstackdocstheme/distinfo (revision 561207) +++ head/textproc/py-openstackdocstheme/distinfo (revision 561208) @@ -1,3 +1,3 @@ -TIMESTAMP = 1527880367 -SHA256 (openstackdocstheme-1.21.0.tar.gz) = 20df88482739f76c9007385c6314de7b787ad5c7bdcd23df5aa5c9c012f32d92 -SIZE (openstackdocstheme-1.21.0.tar.gz) = 1191580 +TIMESTAMP = 1610313875 +SHA256 (openstackdocstheme-2.2.7.tar.gz) = beacfc00277337c733c1e48ace1cdeb598faf5718609b638972d72fe04bf6372 +SIZE (openstackdocstheme-2.2.7.tar.gz) = 1255666 Property changes on: head/textproc/py-openstackdocstheme/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/textproc/py-openstackdocstheme/files/patch-openstackdocstheme_ext.py =================================================================== --- head/textproc/py-openstackdocstheme/files/patch-openstackdocstheme_ext.py (revision 561207) +++ head/textproc/py-openstackdocstheme/files/patch-openstackdocstheme_ext.py (nonexistent) @@ -1,23 +0,0 @@ ---- openstackdocstheme/ext.py.orig 2018-03-29 20:08:16 UTC -+++ openstackdocstheme/ext.py -@@ -95,13 +95,13 @@ def _html_page_context(app, pagename, te - global _html_context_data - if _html_context_data is None: - _html_context_data = {} -- try: -- _html_context_data['gitsha'] = subprocess.check_output( -- ['git', 'rev-parse', 'HEAD'], -- ).decode('utf-8').strip() -- except Exception: -- logger.warning('Cannot get gitsha from git repository.') -- _html_context_data['gitsha'] = 'unknown' -+ #try: -+ # _html_context_data['gitsha'] = subprocess.check_output( -+ # ['git', 'rev-parse', 'HEAD'], -+ # ).decode('utf-8').strip() -+ #except Exception: -+ # logger.warning('Cannot get gitsha from git repository.') -+ _html_context_data['gitsha'] = 'unknown' - - doc_path = _get_doc_path(app) - repo_name = app.config.repository_name Property changes on: head/textproc/py-openstackdocstheme/files/patch-openstackdocstheme_ext.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/py-openstackdocstheme/files/patch-setup.cfg =================================================================== --- head/textproc/py-openstackdocstheme/files/patch-setup.cfg (nonexistent) +++ head/textproc/py-openstackdocstheme/files/patch-setup.cfg (revision 561208) @@ -0,0 +1,20 @@ +Remove scripts because these contain additional, undocumented dependencies and +are not required as the package is used only as a library. + +--- setup.cfg.orig 2020-12-02 20:52:12 UTC ++++ setup.cfg +@@ -25,10 +25,10 @@ classifier = + [files] + packages = + openstackdocstheme +-scripts = +- bin/docstheme-build-translated.sh +- bin/docstheme-lang-display-name.py +- bin/docstheme-build-pdf ++#scripts = ++# bin/docstheme-build-translated.sh ++# bin/docstheme-lang-display-name.py ++# bin/docstheme-build-pdf + + [egg_info] + tag_build = Property changes on: head/textproc/py-openstackdocstheme/files/patch-setup.cfg ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/textproc/py-os-api-ref/Makefile =================================================================== --- head/textproc/py-os-api-ref/Makefile (revision 561207) +++ head/textproc/py-os-api-ref/Makefile (revision 561208) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= os-api-ref DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Sphinx Extensions to support API reference sites in OpenStack LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sphinx18>=1.6.2:textproc/py-sphinx18@${PY_FLAVOR} \ + ${PY_SPHINX} \ ${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=1.6.2:textproc/py-openstackdocstheme@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist NO_ARCH= yes .include