pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-doctor: remove, newer version in devel/py-doctor
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Sun Sep 11 19:53:14 2022 +0200
Changeset: 24131fbdc084b63441da551c420d061ac018e45d
Modified Files:
Makefile
py-modus/Makefile
Removed Files:
py-doctor/DESCR
py-doctor/Makefile
py-doctor/PLIST
py-doctor/distinfo
Log Message:
py-doctor: remove, newer version in devel/py-doctor
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=24131fbdc084b63441da551c420d061ac018e45d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
py-doctor/DESCR | 4 --
py-doctor/Makefile | 21 --------
py-doctor/PLIST | 141 -----------------------------------------------------
py-doctor/distinfo | 5 --
py-modus/Makefile | 2 +-
6 files changed, 2 insertions(+), 173 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 2c21de6768..6fd19aacc2 100644
--- a/Makefile
+++ b/Makefile
@@ -640,6 +640,7 @@ SUBDIR+= diablo
SUBDIR+= dict-est-rus
SUBDIR+= dict-freedict-eng-ara
SUBDIR+= dict-freedict-eng-fra
+SUBDIR+= diffanal
SUBDIR+= digitemp
SUBDIR+= dillo-devel
SUBDIR+= ding
@@ -3727,7 +3728,6 @@ SUBDIR+= py-docker-hub
SUBDIR+= py-docker-interface
SUBDIR+= py-docker-ssh
SUBDIR+= py-docplex
-SUBDIR+= py-doctor
SUBDIR+= py-doh-proxy
SUBDIR+= py-dolo
SUBDIR+= py-dot2tex
diff --git a/py-doctor/DESCR b/py-doctor/DESCR
deleted file mode 100644
index 2dabb53a05..0000000000
--- a/py-doctor/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index bb8bcc4615..0000000000
--- a/py-doctor/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $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
deleted file mode 100644
index ef67f4c08f..0000000000
--- a/py-doctor/PLIST
+++ /dev/null
@@ -1,141 +0,0 @@
-@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
deleted file mode 100644
index d0619bd791..0000000000
--- a/py-doctor/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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
diff --git a/py-modus/Makefile b/py-modus/Makefile
index 7a43ef13c5..e9c1feb418 100644
--- a/py-modus/Makefile
+++ b/py-modus/Makefile
@@ -26,7 +26,7 @@ DEPENDS+= ${PYPKGPREFIX}-docutils>=0.13.1:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.9.6:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-pygments>=2.2.0:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.5.5:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-doctor>=20.12.1:../../wip/py-doctor
+DEPENDS+= ${PYPKGPREFIX}-doctor>=20.12.1:../../devel/py-doctor
DEPENDS+= ${PYPKGPREFIX}-wsgiref>=0.1.2:../../wip/py-wsgiref
DEPENDS+= ${PYPKGPREFIX}-tornado>=4.5.2:../../www/py-tornado
Home |
Main Index |
Thread Index |
Old Index