pkgsrc-WIP-changes archive

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

wip/py-pdoc3: import py37-pdoc3-0.8.4



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 00:29:12 2020 +0100
Changeset:	5f8e597a2a5b0238f3fac8794244ddd5ee2761a1

Added Files:
	py-pdoc3/DESCR
	py-pdoc3/Makefile
	py-pdoc3/PLIST
	py-pdoc3/distinfo

Log Message:
wip/py-pdoc3: import py37-pdoc3-0.8.4

Auto-generate API documentation for Python projects

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5f8e597a2a5b0238f3fac8794244ddd5ee2761a1

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

diffstat:
 py-pdoc3/DESCR    |   1 +
 py-pdoc3/Makefile |  22 ++++++++
 py-pdoc3/PLIST    | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-pdoc3/distinfo |   6 +++
 4 files changed, 175 insertions(+)

diffs:
diff --git a/py-pdoc3/DESCR b/py-pdoc3/DESCR
new file mode 100644
index 0000000000..70457500f0
--- /dev/null
+++ b/py-pdoc3/DESCR
@@ -0,0 +1 @@
+Auto-generate API documentation for Python projects
diff --git a/py-pdoc3/Makefile b/py-pdoc3/Makefile
new file mode 100644
index 0000000000..be2becff3a
--- /dev/null
+++ b/py-pdoc3/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	pdoc3-0.8.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	https://files.pythonhosted.org/packages/d9/79/dd3b035c0e3cdfdb972524138b9b6e623dcebbaf787e4e4af7d022b7c09d/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pdoc3.github.io/pdoc/
+COMMENT=	Auto-generate API documentation for Python projects
+LICENSE=	gnu-agpl-v3
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=3.5.0:../../devel/py-setuptools_scm
+
+DEPENDS+=	${PYPKGPREFIX}-mako>=1.1.3:../../devel/py-mako
+DEPENDS+=	${PYPKGPREFIX}-markdown>=3.1.1:../../textproc/py-markdown
+
+USE_LANGUAGES=	# none
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pdoc3/PLIST b/py-pdoc3/PLIST
new file mode 100644
index 0000000000..0cd69205fc
--- /dev/null
+++ b/py-pdoc3/PLIST
@@ -0,0 +1,146 @@
+@comment $NetBSD$
+bin/pdoc
+bin/pdoc3
+${PYSITELIB}/pdoc/__init__.py
+${PYSITELIB}/pdoc/__init__.pyc
+${PYSITELIB}/pdoc/__init__.pyo
+${PYSITELIB}/pdoc/__main__.py
+${PYSITELIB}/pdoc/__main__.pyc
+${PYSITELIB}/pdoc/__main__.pyo
+${PYSITELIB}/pdoc/_version.py
+${PYSITELIB}/pdoc/_version.pyc
+${PYSITELIB}/pdoc/_version.pyo
+${PYSITELIB}/pdoc/cli.py
+${PYSITELIB}/pdoc/cli.pyc
+${PYSITELIB}/pdoc/cli.pyo
+${PYSITELIB}/pdoc/documentation.md
+${PYSITELIB}/pdoc/html_helpers.py
+${PYSITELIB}/pdoc/html_helpers.pyc
+${PYSITELIB}/pdoc/html_helpers.pyo
+${PYSITELIB}/pdoc/templates/config.mako
+${PYSITELIB}/pdoc/templates/credits.mako
+${PYSITELIB}/pdoc/templates/css.mako
+${PYSITELIB}/pdoc/templates/head.mako
+${PYSITELIB}/pdoc/templates/html.mako
+${PYSITELIB}/pdoc/templates/logo.mako
+${PYSITELIB}/pdoc/templates/pdf.mako
+${PYSITELIB}/pdoc/templates/text.mako
+${PYSITELIB}/pdoc/test/__init__.py
+${PYSITELIB}/pdoc/test/__init__.pyc
+${PYSITELIB}/pdoc/test/__init__.pyo
+${PYSITELIB}/pdoc/test/__main__.py
+${PYSITELIB}/pdoc/test/__main__.pyc
+${PYSITELIB}/pdoc/test/__main__.pyo
+${PYSITELIB}/pdoc/test/css.mako
+${PYSITELIB}/pdoc/test/example_pkg/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_exclude_dir/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_exclude_dir/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_exclude_dir/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_exclude_dir/downloaded_modules/foo.py
+${PYSITELIB}/pdoc/test/example_pkg/_exclude_dir/downloaded_modules/foo.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_exclude_dir/downloaded_modules/foo.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_imported_once.py
+${PYSITELIB}/pdoc/test/example_pkg/_imported_once.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_imported_once.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/1/a/a/util.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/1/a/a/util.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/1/a/a/util.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/1/b/a/main.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/1/b/a/main.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/1/b/a/main.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/a/a/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/a/a/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/a/a/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/a/a/util.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/a/a/util.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/a/a/util.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/b/a/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/b/a/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/b/a/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/b/a/main.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/b/a/main.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/2/b/a/main.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/a/a/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/a/a/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/a/a/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/a/a/util.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/a/a/util.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/a/a/util.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/b/a/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/b/a/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/b/a/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/b/a/main.py
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/b/a/main.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_namespace/3/b/a/main.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_private/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_private/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_private/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_private/_private.py
+${PYSITELIB}/pdoc/test/example_pkg/_private/_private.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_private/_private.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_private/module.py
+${PYSITELIB}/pdoc/test/example_pkg/_private/module.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_private/module.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_reST_include/_include_me.py
+${PYSITELIB}/pdoc/test/example_pkg/_reST_include/_include_me.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_reST_include/_include_me.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_reST_include/test.py
+${PYSITELIB}/pdoc/test/example_pkg/_reST_include/test.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_reST_include/test.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_relative_import/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_relative_import/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_relative_import/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_relative_import/foo.py
+${PYSITELIB}/pdoc/test/example_pkg/_relative_import/foo.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_relative_import/foo.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_skip_errors/unimportable.py
+${PYSITELIB}/pdoc/test/example_pkg/_skip_errors/unimportable.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_skip_errors/unimportable.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/a.py
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/a.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/a.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/b/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/b/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/b/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/b/c.py
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/b/c.pyc
+${PYSITELIB}/pdoc/test/example_pkg/_test_linking/b/c.pyo
+${PYSITELIB}/pdoc/test/example_pkg/index.py
+${PYSITELIB}/pdoc/test/example_pkg/index.pyc
+${PYSITELIB}/pdoc/test/example_pkg/index.pyo
+${PYSITELIB}/pdoc/test/example_pkg/module.py
+${PYSITELIB}/pdoc/test/example_pkg/module.pyc
+${PYSITELIB}/pdoc/test/example_pkg/module.pyo
+${PYSITELIB}/pdoc/test/example_pkg/subpkg/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/subpkg/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/subpkg/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/subpkg/_private.py
+${PYSITELIB}/pdoc/test/example_pkg/subpkg/_private.pyc
+${PYSITELIB}/pdoc/test/example_pkg/subpkg/_private.pyo
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/__init__.py
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/__init__.pyc
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/__init__.pyo
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/_private.py
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/_private.pyc
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/_private.pyo
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/module.py
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/module.pyc
+${PYSITELIB}/pdoc/test/example_pkg/subpkg2/module.pyo
+${PYSITELIB}/pdoc/test/html.mako
+${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}/test_mod/__init__.py
+${PYSITELIB}/test_mod/__init__.pyc
+${PYSITELIB}/test_mod/__init__.pyo
+${PYSITELIB}/test_mod/a.py
+${PYSITELIB}/test_mod/a.pyc
+${PYSITELIB}/test_mod/a.pyo
diff --git a/py-pdoc3/distinfo b/py-pdoc3/distinfo
new file mode 100644
index 0000000000..f8ddc7bc2a
--- /dev/null
+++ b/py-pdoc3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pdoc3-0.8.4.tar.gz) = f0a7ef0469503b396acd53159001e8c9699b6623
+RMD160 (pdoc3-0.8.4.tar.gz) = 13f4c1feea1cec4cf5a6011e9dbc7abf6fc341fc
+SHA512 (pdoc3-0.8.4.tar.gz) = 587255c649a148d66dad8c3d689f21f748c5ca3fe0ff87b64aca38d8cd1a1aeb1dac78e4a7360d95064295ff8aa79865fc260b2acf29a4918f2db6e966cee853
+Size (pdoc3-0.8.4.tar.gz) = 77690 bytes


Home | Main Index | Thread Index | Old Index