pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py-doctor-20.12.1 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Thu Feb 11 10:52:39 2021 +0100
Changeset: 22d5c586498b7cb899481a8f97e48d914ac7cbe5
Modified Files:
Makefile
Added Files:
py-doctor/DESCR
py-doctor/Makefile
py-doctor/PLIST
py-doctor/distinfo
Log Message:
Import py-doctor-20.12.1 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=22d5c586498b7cb899481a8f97e48d914ac7cbe5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-doctor/DESCR | 4 ++
py-doctor/Makefile | 21 ++++++++
py-doctor/PLIST | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++
py-doctor/distinfo | 6 +++
5 files changed, 173 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 500bdc88ba..b1512197f4 100644
--- a/Makefile
+++ b/Makefile
@@ -3561,6 +3561,7 @@ SUBDIR+= py-docker-interface
SUBDIR+= py-docker-ssh
SUBDIR+= py-docplex
SUBDIR+= py-docstyle
+SUBDIR+= py-doctor
SUBDIR+= py-doh-proxy
SUBDIR+= py-dolo
SUBDIR+= py-dot2tex
diff --git a/py-doctor/DESCR b/py-doctor/DESCR
new file mode 100644
index 0000000000..2dabb53a05
--- /dev/null
+++ b/py-doctor/DESCR
@@ -0,0 +1,4 @@
+Pydoctor is a tool for generating API documentation for Python
+modules based on their docstrings via static analysis.It was
+written primarily to replace epydoc for the purposes of the
+Twisted project as epydoc has difficulties with zope.interface.
diff --git a/py-doctor/Makefile b/py-doctor/Makefile
new file mode 100644
index 0000000000..bb8bcc4615
--- /dev/null
+++ b/py-doctor/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= pydoctor-20.12.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= textproc python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydoctor/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/twisted/pydoctor
+COMMENT= Python API document generator
+LICENSE= mit
+
+PYTHON_VERSIONS_INCOMPATIBLE+= 27
+
+DEPENDS+= ${PYPKGPREFIX}-astor>=0.8.1:../../devel/py-astor
+DEPENDS+= ${PYPKGPREFIX}-cachecontrol-[0-9]*:../../devel/py-cachecontrol
+DEPENDS+= ${PYPKGPREFIX}-lockfile>=0.12.2:../../devel/py-lockfile
+DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-doctor/PLIST b/py-doctor/PLIST
new file mode 100644
index 0000000000..ef67f4c08f
--- /dev/null
+++ b/py-doctor/PLIST
@@ -0,0 +1,141 @@
+@comment $NetBSD$
+bin/pydoctor
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pydoctor/__init__.py
+${PYSITELIB}/pydoctor/__init__.pyc
+${PYSITELIB}/pydoctor/__init__.pyo
+${PYSITELIB}/pydoctor/__main__.py
+${PYSITELIB}/pydoctor/__main__.pyc
+${PYSITELIB}/pydoctor/__main__.pyo
+${PYSITELIB}/pydoctor/_version.py
+${PYSITELIB}/pydoctor/_version.pyc
+${PYSITELIB}/pydoctor/_version.pyo
+${PYSITELIB}/pydoctor/astbuilder.py
+${PYSITELIB}/pydoctor/astbuilder.pyc
+${PYSITELIB}/pydoctor/astbuilder.pyo
+${PYSITELIB}/pydoctor/driver.py
+${PYSITELIB}/pydoctor/driver.pyc
+${PYSITELIB}/pydoctor/driver.pyo
+${PYSITELIB}/pydoctor/epydoc/__init__.py
+${PYSITELIB}/pydoctor/epydoc/__init__.pyc
+${PYSITELIB}/pydoctor/epydoc/__init__.pyo
+${PYSITELIB}/pydoctor/epydoc/doctest.py
+${PYSITELIB}/pydoctor/epydoc/doctest.pyc
+${PYSITELIB}/pydoctor/epydoc/doctest.pyo
+${PYSITELIB}/pydoctor/epydoc/markup/__init__.py
+${PYSITELIB}/pydoctor/epydoc/markup/__init__.pyc
+${PYSITELIB}/pydoctor/epydoc/markup/__init__.pyo
+${PYSITELIB}/pydoctor/epydoc/markup/epytext.py
+${PYSITELIB}/pydoctor/epydoc/markup/epytext.pyc
+${PYSITELIB}/pydoctor/epydoc/markup/epytext.pyo
+${PYSITELIB}/pydoctor/epydoc/markup/plaintext.py
+${PYSITELIB}/pydoctor/epydoc/markup/plaintext.pyc
+${PYSITELIB}/pydoctor/epydoc/markup/plaintext.pyo
+${PYSITELIB}/pydoctor/epydoc/markup/restructuredtext.py
+${PYSITELIB}/pydoctor/epydoc/markup/restructuredtext.pyc
+${PYSITELIB}/pydoctor/epydoc/markup/restructuredtext.pyo
+${PYSITELIB}/pydoctor/epydoc2stan.py
+${PYSITELIB}/pydoctor/epydoc2stan.pyc
+${PYSITELIB}/pydoctor/epydoc2stan.pyo
+${PYSITELIB}/pydoctor/model.py
+${PYSITELIB}/pydoctor/model.pyc
+${PYSITELIB}/pydoctor/model.pyo
+${PYSITELIB}/pydoctor/sphinx.py
+${PYSITELIB}/pydoctor/sphinx.pyc
+${PYSITELIB}/pydoctor/sphinx.pyo
+${PYSITELIB}/pydoctor/sphinx_ext/__init__.py
+${PYSITELIB}/pydoctor/sphinx_ext/__init__.pyc
+${PYSITELIB}/pydoctor/sphinx_ext/__init__.pyo
+${PYSITELIB}/pydoctor/sphinx_ext/_help_output.py
+${PYSITELIB}/pydoctor/sphinx_ext/_help_output.pyc
+${PYSITELIB}/pydoctor/sphinx_ext/_help_output.pyo
+${PYSITELIB}/pydoctor/sphinx_ext/build_apidocs.py
+${PYSITELIB}/pydoctor/sphinx_ext/build_apidocs.pyc
+${PYSITELIB}/pydoctor/sphinx_ext/build_apidocs.pyo
+${PYSITELIB}/pydoctor/templates/apidocs.css
+${PYSITELIB}/pydoctor/templates/attribute-child.html
+${PYSITELIB}/pydoctor/templates/bigDiff.html
+${PYSITELIB}/pydoctor/templates/bootstrap.min.css
+${PYSITELIB}/pydoctor/templates/common.html
+${PYSITELIB}/pydoctor/templates/diff.html
+${PYSITELIB}/pydoctor/templates/function-child.html
+${PYSITELIB}/pydoctor/templates/index.html
+${PYSITELIB}/pydoctor/templates/nameIndex.html
+${PYSITELIB}/pydoctor/templates/problemObjects.html
+${PYSITELIB}/pydoctor/templates/pydoctor.js
+${PYSITELIB}/pydoctor/templates/summary.html
+${PYSITELIB}/pydoctor/templates/table.html
+${PYSITELIB}/pydoctor/templatewriter/__init__.py
+${PYSITELIB}/pydoctor/templatewriter/__init__.pyc
+${PYSITELIB}/pydoctor/templatewriter/__init__.pyo
+${PYSITELIB}/pydoctor/templatewriter/pages/__init__.py
+${PYSITELIB}/pydoctor/templatewriter/pages/__init__.pyc
+${PYSITELIB}/pydoctor/templatewriter/pages/__init__.pyo
+${PYSITELIB}/pydoctor/templatewriter/pages/attributechild.py
+${PYSITELIB}/pydoctor/templatewriter/pages/attributechild.pyc
+${PYSITELIB}/pydoctor/templatewriter/pages/attributechild.pyo
+${PYSITELIB}/pydoctor/templatewriter/pages/functionchild.py
+${PYSITELIB}/pydoctor/templatewriter/pages/functionchild.pyc
+${PYSITELIB}/pydoctor/templatewriter/pages/functionchild.pyo
+${PYSITELIB}/pydoctor/templatewriter/pages/table.py
+${PYSITELIB}/pydoctor/templatewriter/pages/table.pyc
+${PYSITELIB}/pydoctor/templatewriter/pages/table.pyo
+${PYSITELIB}/pydoctor/templatewriter/summary.py
+${PYSITELIB}/pydoctor/templatewriter/summary.pyc
+${PYSITELIB}/pydoctor/templatewriter/summary.pyo
+${PYSITELIB}/pydoctor/templatewriter/util.py
+${PYSITELIB}/pydoctor/templatewriter/util.pyc
+${PYSITELIB}/pydoctor/templatewriter/util.pyo
+${PYSITELIB}/pydoctor/templatewriter/writer.py
+${PYSITELIB}/pydoctor/templatewriter/writer.pyc
+${PYSITELIB}/pydoctor/templatewriter/writer.pyo
+${PYSITELIB}/pydoctor/test/__init__.py
+${PYSITELIB}/pydoctor/test/__init__.pyc
+${PYSITELIB}/pydoctor/test/__init__.pyo
+${PYSITELIB}/pydoctor/test/epydoc/__init__.py
+${PYSITELIB}/pydoctor/test/epydoc/__init__.pyc
+${PYSITELIB}/pydoctor/test/epydoc/__init__.pyo
+${PYSITELIB}/pydoctor/test/epydoc/test_epytext.py
+${PYSITELIB}/pydoctor/test/epydoc/test_epytext.pyc
+${PYSITELIB}/pydoctor/test/epydoc/test_epytext.pyo
+${PYSITELIB}/pydoctor/test/epydoc/test_epytext2html.py
+${PYSITELIB}/pydoctor/test/epydoc/test_epytext2html.pyc
+${PYSITELIB}/pydoctor/test/epydoc/test_epytext2html.pyo
+${PYSITELIB}/pydoctor/test/epydoc/test_restructuredtext.py
+${PYSITELIB}/pydoctor/test/epydoc/test_restructuredtext.pyc
+${PYSITELIB}/pydoctor/test/epydoc/test_restructuredtext.pyo
+${PYSITELIB}/pydoctor/test/test_astbuilder.py
+${PYSITELIB}/pydoctor/test/test_astbuilder.pyc
+${PYSITELIB}/pydoctor/test/test_astbuilder.pyo
+${PYSITELIB}/pydoctor/test/test_colorize.py
+${PYSITELIB}/pydoctor/test/test_colorize.pyc
+${PYSITELIB}/pydoctor/test/test_colorize.pyo
+${PYSITELIB}/pydoctor/test/test_commandline.py
+${PYSITELIB}/pydoctor/test/test_commandline.pyc
+${PYSITELIB}/pydoctor/test/test_commandline.pyo
+${PYSITELIB}/pydoctor/test/test_epydoc2stan.py
+${PYSITELIB}/pydoctor/test/test_epydoc2stan.pyc
+${PYSITELIB}/pydoctor/test/test_epydoc2stan.pyo
+${PYSITELIB}/pydoctor/test/test_model.py
+${PYSITELIB}/pydoctor/test/test_model.pyc
+${PYSITELIB}/pydoctor/test/test_model.pyo
+${PYSITELIB}/pydoctor/test/test_packages.py
+${PYSITELIB}/pydoctor/test/test_packages.pyc
+${PYSITELIB}/pydoctor/test/test_packages.pyo
+${PYSITELIB}/pydoctor/test/test_sphinx.py
+${PYSITELIB}/pydoctor/test/test_sphinx.pyc
+${PYSITELIB}/pydoctor/test/test_sphinx.pyo
+${PYSITELIB}/pydoctor/test/test_templatewriter.py
+${PYSITELIB}/pydoctor/test/test_templatewriter.pyc
+${PYSITELIB}/pydoctor/test/test_templatewriter.pyo
+${PYSITELIB}/pydoctor/test/test_zopeinterface.py
+${PYSITELIB}/pydoctor/test/test_zopeinterface.pyc
+${PYSITELIB}/pydoctor/test/test_zopeinterface.pyo
+${PYSITELIB}/pydoctor/zopeinterface.py
+${PYSITELIB}/pydoctor/zopeinterface.pyc
+${PYSITELIB}/pydoctor/zopeinterface.pyo
diff --git a/py-doctor/distinfo b/py-doctor/distinfo
new file mode 100644
index 0000000000..2ca5be298d
--- /dev/null
+++ b/py-doctor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pydoctor-20.12.1.tar.gz) = aae193093b373fcfad9e19a1e156ef8543f5d4bb
+RMD160 (pydoctor-20.12.1.tar.gz) = ce13741b49ce7fbf7978f2559d37cbaad553227d
+SHA512 (pydoctor-20.12.1.tar.gz) = 05dd59810508f97366d958a488c46c7609f10fe9d6cc9354f4ed30e33d01d647877164c1229cdae4015ac8258c499dc8c0a0f56630f7cc43af7d894d621039c5
+Size (pydoctor-20.12.1.tar.gz) = 136733 bytes
Home |
Main Index |
Thread Index |
Old Index