pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinx-autoapi



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr  6 07:38:39 UTC 2020

Added Files:
        pkgsrc/textproc/py-sphinx-autoapi: DESCR Makefile PLIST distinfo

Log Message:
textproc/py-sphinx-autoapi: import py-sphinx-autoapi-1.3.0

Sphinx AutoAPI provides "autodoc" style documentation for multiple
programming languages without needing to load, run, or import the
project being documented.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinx-autoapi/DESCR \
    pkgsrc/textproc/py-sphinx-autoapi/Makefile \
    pkgsrc/textproc/py-sphinx-autoapi/PLIST \
    pkgsrc/textproc/py-sphinx-autoapi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-sphinx-autoapi/DESCR
diff -u /dev/null pkgsrc/textproc/py-sphinx-autoapi/DESCR:1.1
--- /dev/null   Mon Apr  6 07:38:39 2020
+++ pkgsrc/textproc/py-sphinx-autoapi/DESCR     Mon Apr  6 07:38:38 2020
@@ -0,0 +1,3 @@
+Sphinx AutoAPI provides "autodoc" style documentation for multiple
+programming languages without needing to load, run, or import the
+project being documented.
Index: pkgsrc/textproc/py-sphinx-autoapi/Makefile
diff -u /dev/null pkgsrc/textproc/py-sphinx-autoapi/Makefile:1.1
--- /dev/null   Mon Apr  6 07:38:39 2020
+++ pkgsrc/textproc/py-sphinx-autoapi/Makefile  Mon Apr  6 07:38:38 2020
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2020/04/06 07:38:38 wiz Exp $
+
+DISTNAME=      sphinx-autoapi-1.3.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-autoapi/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/readthedocs/sphinx-autoapi
+COMMENT=       Autodoc style documenation for multiple languages
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-astroid-[0-9]*:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.6:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} py.test-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinx-autoapi/PLIST
diff -u /dev/null pkgsrc/textproc/py-sphinx-autoapi/PLIST:1.1
--- /dev/null   Mon Apr  6 07:38:39 2020
+++ pkgsrc/textproc/py-sphinx-autoapi/PLIST     Mon Apr  6 07:38:38 2020
@@ -0,0 +1,96 @@
+@comment $NetBSD: PLIST,v 1.1 2020/04/06 07:38:38 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/autoapi/__init__.py
+${PYSITELIB}/autoapi/__init__.pyc
+${PYSITELIB}/autoapi/__init__.pyo
+${PYSITELIB}/autoapi/backends.py
+${PYSITELIB}/autoapi/backends.pyc
+${PYSITELIB}/autoapi/backends.pyo
+${PYSITELIB}/autoapi/directives.py
+${PYSITELIB}/autoapi/directives.pyc
+${PYSITELIB}/autoapi/directives.pyo
+${PYSITELIB}/autoapi/documenters.py
+${PYSITELIB}/autoapi/documenters.pyc
+${PYSITELIB}/autoapi/documenters.pyo
+${PYSITELIB}/autoapi/extension.py
+${PYSITELIB}/autoapi/extension.pyc
+${PYSITELIB}/autoapi/extension.pyo
+${PYSITELIB}/autoapi/inheritance_diagrams.py
+${PYSITELIB}/autoapi/inheritance_diagrams.pyc
+${PYSITELIB}/autoapi/inheritance_diagrams.pyo
+${PYSITELIB}/autoapi/mappers/__init__.py
+${PYSITELIB}/autoapi/mappers/__init__.pyc
+${PYSITELIB}/autoapi/mappers/__init__.pyo
+${PYSITELIB}/autoapi/mappers/base.py
+${PYSITELIB}/autoapi/mappers/base.pyc
+${PYSITELIB}/autoapi/mappers/base.pyo
+${PYSITELIB}/autoapi/mappers/dotnet.py
+${PYSITELIB}/autoapi/mappers/dotnet.pyc
+${PYSITELIB}/autoapi/mappers/dotnet.pyo
+${PYSITELIB}/autoapi/mappers/go.py
+${PYSITELIB}/autoapi/mappers/go.pyc
+${PYSITELIB}/autoapi/mappers/go.pyo
+${PYSITELIB}/autoapi/mappers/javascript.py
+${PYSITELIB}/autoapi/mappers/javascript.pyc
+${PYSITELIB}/autoapi/mappers/javascript.pyo
+${PYSITELIB}/autoapi/mappers/python/__init__.py
+${PYSITELIB}/autoapi/mappers/python/__init__.pyc
+${PYSITELIB}/autoapi/mappers/python/__init__.pyo
+${PYSITELIB}/autoapi/mappers/python/astroid_utils.py
+${PYSITELIB}/autoapi/mappers/python/astroid_utils.pyc
+${PYSITELIB}/autoapi/mappers/python/astroid_utils.pyo
+${PYSITELIB}/autoapi/mappers/python/mapper.py
+${PYSITELIB}/autoapi/mappers/python/mapper.pyc
+${PYSITELIB}/autoapi/mappers/python/mapper.pyo
+${PYSITELIB}/autoapi/mappers/python/objects.py
+${PYSITELIB}/autoapi/mappers/python/objects.pyc
+${PYSITELIB}/autoapi/mappers/python/objects.pyo
+${PYSITELIB}/autoapi/mappers/python/parser.py
+${PYSITELIB}/autoapi/mappers/python/parser.pyc
+${PYSITELIB}/autoapi/mappers/python/parser.pyo
+${PYSITELIB}/autoapi/settings.py
+${PYSITELIB}/autoapi/settings.pyc
+${PYSITELIB}/autoapi/settings.pyo
+${PYSITELIB}/autoapi/templates/base/base.rst
+${PYSITELIB}/autoapi/templates/dotnet/base_detail.rst
+${PYSITELIB}/autoapi/templates/dotnet/base_embed.rst
+${PYSITELIB}/autoapi/templates/dotnet/base_list.rst
+${PYSITELIB}/autoapi/templates/dotnet/class.rst
+${PYSITELIB}/autoapi/templates/dotnet/constructor.rst
+${PYSITELIB}/autoapi/templates/dotnet/delegate.rst
+${PYSITELIB}/autoapi/templates/dotnet/enum.rst
+${PYSITELIB}/autoapi/templates/dotnet/event.rst
+${PYSITELIB}/autoapi/templates/dotnet/field.rst
+${PYSITELIB}/autoapi/templates/dotnet/interface.rst
+${PYSITELIB}/autoapi/templates/dotnet/method.rst
+${PYSITELIB}/autoapi/templates/dotnet/namespace.rst
+${PYSITELIB}/autoapi/templates/dotnet/operator.rst
+${PYSITELIB}/autoapi/templates/dotnet/property.rst
+${PYSITELIB}/autoapi/templates/dotnet/struct.rst
+${PYSITELIB}/autoapi/templates/go/base_member.rst
+${PYSITELIB}/autoapi/templates/go/const.rst
+${PYSITELIB}/autoapi/templates/go/func.rst
+${PYSITELIB}/autoapi/templates/go/method.rst
+${PYSITELIB}/autoapi/templates/go/package.rst
+${PYSITELIB}/autoapi/templates/go/type.rst
+${PYSITELIB}/autoapi/templates/go/var.rst
+${PYSITELIB}/autoapi/templates/index.rst
+${PYSITELIB}/autoapi/templates/javascript/class.rst
+${PYSITELIB}/autoapi/templates/javascript/function.rst
+${PYSITELIB}/autoapi/templates/javascript/member.rst
+${PYSITELIB}/autoapi/templates/javascript/module.rst
+${PYSITELIB}/autoapi/templates/python/attribute.rst
+${PYSITELIB}/autoapi/templates/python/class.rst
+${PYSITELIB}/autoapi/templates/python/data.rst
+${PYSITELIB}/autoapi/templates/python/exception.rst
+${PYSITELIB}/autoapi/templates/python/function.rst
+${PYSITELIB}/autoapi/templates/python/method.rst
+${PYSITELIB}/autoapi/templates/python/module.rst
+${PYSITELIB}/autoapi/templates/python/package.rst
+${PYSITELIB}/autoapi/toctree.py
+${PYSITELIB}/autoapi/toctree.pyc
+${PYSITELIB}/autoapi/toctree.pyo
Index: pkgsrc/textproc/py-sphinx-autoapi/distinfo
diff -u /dev/null pkgsrc/textproc/py-sphinx-autoapi/distinfo:1.1
--- /dev/null   Mon Apr  6 07:38:39 2020
+++ pkgsrc/textproc/py-sphinx-autoapi/distinfo  Mon Apr  6 07:38:38 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/06 07:38:38 wiz Exp $
+
+SHA1 (sphinx-autoapi-1.3.0.tar.gz) = b86c30e1ff797c4cac7c79a62d47e518a8ae2f78
+RMD160 (sphinx-autoapi-1.3.0.tar.gz) = 7b7057b3dd6e19bda832c674ba9f1ba7ed4efefc
+SHA512 (sphinx-autoapi-1.3.0.tar.gz) = a3c6c32c75be72b53989b249e407fcb4cf29006c3f81c9c00d99b3b71919203864031ba2e46291a440e16cfb68c88a278fb4fbcadc20d5c3726d008e76c17d47
+Size (sphinx-autoapi-1.3.0.tar.gz) = 7815025 bytes



Home | Main Index | Thread Index | Old Index