Index: textproc/Makefile =================================================================== --- textproc/Makefile (revision 536089) +++ textproc/Makefile (working copy) @@ -1355,6 +1355,7 @@ SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx + SUBDIR += py-sphinx-autoapi SUBDIR += py-sphinx-hieroglyph SUBDIR += py-sphinx-intl SUBDIR += py-sphinx-me Index: textproc/py-sphinx-autoapi/Makefile =================================================================== --- textproc/py-sphinx-autoapi/Makefile (nonexistent) +++ textproc/py-sphinx-autoapi/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= sphinx-autoapi +PORTVERSION= 1.3.0 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= andreas@bilke.org +COMMENT= Sphinx API documentation generator + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +RUN_DEPENDS= ${PY_SPHINX} \ + ${PYTHON_PKGNAMEPREFIX}astroid>0:devel/py-astroid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}unidecode>0:converters/py-unidecode@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Property changes on: textproc/py-sphinx-autoapi/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: textproc/py-sphinx-autoapi/distinfo =================================================================== --- textproc/py-sphinx-autoapi/distinfo (nonexistent) +++ textproc/py-sphinx-autoapi/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1586631736 +SHA256 (sphinx-autoapi-1.3.0.tar.gz) = 90ee5e312edaa204d7c0ce5312a8e56898d34620616662e1aec26e33ea84f758 +SIZE (sphinx-autoapi-1.3.0.tar.gz) = 7815025 Property changes on: textproc/py-sphinx-autoapi/distinfo ___________________________________________________________________ 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: textproc/py-sphinx-autoapi/pkg-descr =================================================================== --- textproc/py-sphinx-autoapi/pkg-descr (nonexistent) +++ textproc/py-sphinx-autoapi/pkg-descr (working copy) @@ -0,0 +1,5 @@ +Sphinx AutoAPI provides "autodoc" style documentation for multiple +programming languages without needing to load, run, or import the +project being documented. + +WWW: https://sphinx-autoapi.readthedocs.io/ Property changes on: textproc/py-sphinx-autoapi/pkg-descr ___________________________________________________________________ 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