pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx-autoapi textproc/py-sphinx-autoapi:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ca7438b274c
branches: trunk
changeset: 426724:8ca7438b274c
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 06 07:38:38 2020 +0000
description:
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.
diffstat:
textproc/py-sphinx-autoapi/DESCR | 3 +
textproc/py-sphinx-autoapi/Makefile | 31 +++++++++++
textproc/py-sphinx-autoapi/PLIST | 96 +++++++++++++++++++++++++++++++++++++
textproc/py-sphinx-autoapi/distinfo | 6 ++
4 files changed, 136 insertions(+), 0 deletions(-)
diffs (152 lines):
diff -r e15635d6e099 -r 8ca7438b274c textproc/py-sphinx-autoapi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-autoapi/DESCR Mon Apr 06 07:38:38 2020 +0000
@@ -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.
diff -r e15635d6e099 -r 8ca7438b274c textproc/py-sphinx-autoapi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-autoapi/Makefile Mon Apr 06 07:38:38 2020 +0000
@@ -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"
diff -r e15635d6e099 -r 8ca7438b274c textproc/py-sphinx-autoapi/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-autoapi/PLIST Mon Apr 06 07:38:38 2020 +0000
@@ -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
diff -r e15635d6e099 -r 8ca7438b274c textproc/py-sphinx-autoapi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-sphinx-autoapi/distinfo Mon Apr 06 07:38:38 2020 +0000
@@ -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