From owner-svn-ports-head@freebsd.org Tue Feb 9 05:54:20 2021 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 8DF12530B52; Tue, 9 Feb 2021 05:54:20 +0000 (UTC) (envelope-from lwhsu@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 4DZXCJ3ZG6z4Tr0; Tue, 9 Feb 2021 05:54:20 +0000 (UTC) (envelope-from lwhsu@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 6D3B025450; Tue, 9 Feb 2021 05:54:20 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1195sKsa059203; Tue, 9 Feb 2021 05:54:20 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1195sJxE059200; Tue, 9 Feb 2021 05:54:19 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <202102090554.1195sJxE059200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 9 Feb 2021 05:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564764 - in head/textproc: . py-sphinxcontrib-autoprogram X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/textproc: . py-sphinxcontrib-autoprogram X-SVN-Commit-Revision: 564764 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.34 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: Tue, 09 Feb 2021 05:54:20 -0000 Author: lwhsu Date: Tue Feb 9 05:54:19 2021 New Revision: 564764 URL: https://svnweb.freebsd.org/changeset/ports/564764 Log: Add textproc/py-sphinxcontrib-autoprogram: Sphinx Autoprogram Extension Submitted by: Derek Schrock dereks@lifeofadishwasher.com > MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Added: head/textproc/py-sphinxcontrib-autoprogram/ head/textproc/py-sphinxcontrib-autoprogram/Makefile (contents, props changed) head/textproc/py-sphinxcontrib-autoprogram/distinfo (contents, props changed) head/textproc/py-sphinxcontrib-autoprogram/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Feb 9 05:52:19 2021 (r564763) +++ head/textproc/Makefile Tue Feb 9 05:54:19 2021 (r564764) @@ -1407,6 +1407,7 @@ SUBDIR += py-sphinx_wikipedia SUBDIR += py-sphinxcontrib-adadomain SUBDIR += py-sphinxcontrib-applehelp + SUBDIR += py-sphinxcontrib-autoprogram SUBDIR += py-sphinxcontrib-bitbucket SUBDIR += py-sphinxcontrib-devhelp SUBDIR += py-sphinxcontrib-fulltoc Added: head/textproc/py-sphinxcontrib-autoprogram/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-autoprogram/Makefile Tue Feb 9 05:54:19 2021 (r564764) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= sphinxcontrib-autoprogram +PORTVERSION= 0.1.5 +CATEGORIES= textproc +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dereks@lifeofadishwasher.com +COMMENT= Sphinx Autoprogram Extension + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= sphinx-contrib +GH_PROJECT= autoprogram + +NO_ARCH= yes + +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT= DOCS + +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.2,1:textproc/py-sphinx@${PY_FLAVOR} +DOCS_PORTDOCS= * +DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ + PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/build/sphinx/html && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") + +do-test: + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + +.include Added: head/textproc/py-sphinxcontrib-autoprogram/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-autoprogram/distinfo Tue Feb 9 05:54:19 2021 (r564764) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612833893 +SHA256 (sphinx-contrib-autoprogram-0.1.5_GH0.tar.gz) = 7bf0135cf7400e29982d61caf3b0a750e63c8b9e31ffb682a28a2e370e092951 +SIZE (sphinx-contrib-autoprogram-0.1.5_GH0.tar.gz) = 16091 Added: head/textproc/py-sphinxcontrib-autoprogram/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-sphinxcontrib-autoprogram/pkg-descr Tue Feb 9 05:54:19 2021 (r564764) @@ -0,0 +1,3 @@ +This extension provides an automated way to document CLI programs. + +WWW: https://github.com/sphinx-contrib/autoprogram