pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-sphinx1: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43f83ddc05fb
branches:  trunk
changeset: 381602:43f83ddc05fb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 10 19:26:47 2022 +0000

description:
py-sphinx1: remove

diffstat:

 doc/CHANGES-2022                 |    3 +-
 textproc/Makefile                |    3 +-
 textproc/py-sphinx1/ALTERNATIVES |    4 -
 textproc/py-sphinx1/DESCR        |   22 -
 textproc/py-sphinx1/Makefile     |   52 --
 textproc/py-sphinx1/PLIST        |  871 ---------------------------------------
 textproc/py-sphinx1/distinfo     |    5 -
 7 files changed, 3 insertions(+), 957 deletions(-)

diffs (truncated from 1005 to 300 lines):

diff -r 44f26261ba98 -r 43f83ddc05fb doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Jul 10 19:26:17 2022 +0000
+++ b/doc/CHANGES-2022  Sun Jul 10 19:26:47 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.3288 2022/07/10 19:25:11 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.3289 2022/07/10 19:26:47 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -4925,3 +4925,4 @@
        Updated databases/pgadmin3 to 1.22.2nb13 [wiz 2022-07-10]
        Removed devel/gps [wiz 2022-07-10]
        Updated sysutils/salt-docs to 3004nb2 [wiz 2022-07-10]
+       Removed textproc/py-sphinx1 [wiz 2022-07-10]
diff -r 44f26261ba98 -r 43f83ddc05fb textproc/Makefile
--- a/textproc/Makefile Sun Jul 10 19:26:17 2022 +0000
+++ b/textproc/Makefile Sun Jul 10 19:26:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1319 2022/06/29 07:54:41 wiz Exp $
+# $NetBSD: Makefile,v 1.1320 2022/07/10 19:26:47 wiz Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -1121,7 +1121,6 @@
 SUBDIR+=       py-sphinx-issues
 SUBDIR+=       py-sphinx-rtd-theme
 SUBDIR+=       py-sphinx-theme-cloud
-SUBDIR+=       py-sphinx1
 SUBDIR+=       py-sphinxcontrib-applehelp
 SUBDIR+=       py-sphinxcontrib-bibtex
 SUBDIR+=       py-sphinxcontrib-devhelp
diff -r 44f26261ba98 -r 43f83ddc05fb textproc/py-sphinx1/ALTERNATIVES
--- a/textproc/py-sphinx1/ALTERNATIVES  Sun Jul 10 19:26:17 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-bin/sphinx-apidoc @PREFIX@/bin/sphinx-apidoc-@PYVERSSUFFIX@
-bin/sphinx-autogen @PREFIX@/bin/sphinx-autogen-@PYVERSSUFFIX@
-bin/sphinx-build @PREFIX@/bin/sphinx-build-@PYVERSSUFFIX@
-bin/sphinx-quickstart @PREFIX@/bin/sphinx-quickstart-@PYVERSSUFFIX@
diff -r 44f26261ba98 -r 43f83ddc05fb textproc/py-sphinx1/DESCR
--- a/textproc/py-sphinx1/DESCR Sun Jul 10 19:26:17 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-Sphinx is a tool that makes it easy to create intelligent and beautiful
-documentation for Python projects (or other documents consisting of multiple
-reStructuredText sources), written by Georg Brandl. It was originally
-created to translate the new Python documentation, but has now been cleaned
-up in the hope that it will be useful to many other projects.
-
-Sphinx uses reStructuredText as its markup language, and many of its
-strengths come from the power and straightforwardness of reStructuredText
-and its parsing and translating suite, the Docutils.
-
-Although it is still under constant development, the following features are
-already present, work fine and can be seen "in action" in the Python docs:
-* Output formats: HTML (including Windows HTML Help), plain text and LaTeX,
-  for printable PDF versions
-* Extensive cross-references: semantic markup and automatic links for
-  functions, classes, glossary terms and similar pieces of information
-* Hierarchical structure: easy definition of a document tree, with automatic
-  links to siblings, parents and children
-* Automatic indices: general index as well as a module index
-* Code handling: automatic highlighting using the Pygments highlighter
-* Various extensions are available, e.g. for automatic testing of snippets
-  and inclusion of appropriately formatted docstrings.
diff -r 44f26261ba98 -r 43f83ddc05fb textproc/py-sphinx1/Makefile
--- a/textproc/py-sphinx1/Makefile      Sun Jul 10 19:26:17 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2022/04/19 12:01:08 tnn Exp $
-
-DISTNAME=      Sphinx-1.8.5
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   6
-CATEGORIES=    textproc python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
-
-MAINTAINER=    markd%NetBSD.org@localhost
-HOMEPAGE=      http://sphinx.pocoo.org/
-COMMENT=       Python documentation generator
-LICENSE=       modified-bsd
-
-DEPENDS+=      ${PYPKGPREFIX}-alabaster>=0.7:../../textproc/py-alabaster
-DEPENDS+=      ${PYPKGPREFIX}-babel>=1.3:../../devel/py-babel
-DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.11:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-imagesize-[0-9]*:../../graphics/py-imagesize
-DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-snowballstemmer>=1.1:../../textproc/py-snowballstemmer
-DEPENDS+=      ${PYPKGPREFIX}-sphinxcontrib-websupport-[0-9]*:../../textproc/py-sphinxcontrib-websupport
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.5:../../lang/py-six
-
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
-.endif
-
-TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-
-PYTHON_VERSIONED_DEPENDENCIES= jinja2 packaging pygments test:test
-
-USE_LANGUAGES= # none
-USE_TOOLS+=    makeinfo
-
-USE_PKG_RESOURCES=     yes
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} sphinx-apidoc sphinx-apidoc-${PYVERSSUFFIX} && \
-       ${MV} sphinx-autogen sphinx-autogen-${PYVERSSUFFIX} && \
-       ${MV} sphinx-build sphinx-build-${PYVERSSUFFIX} && \
-       ${MV} sphinx-quickstart sphinx-quickstart-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 44f26261ba98 -r 43f83ddc05fb textproc/py-sphinx1/PLIST
--- a/textproc/py-sphinx1/PLIST Sun Jul 10 19:26:17 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,871 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 21:04:05 adam Exp $
-bin/sphinx-apidoc-${PYVERSSUFFIX}
-bin/sphinx-autogen-${PYVERSSUFFIX}
-bin/sphinx-build-${PYVERSSUFFIX}
-bin/sphinx-quickstart-${PYVERSSUFFIX}
-${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}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/sphinx/__init__.py
-${PYSITELIB}/sphinx/__init__.pyc
-${PYSITELIB}/sphinx/__init__.pyo
-${PYSITELIB}/sphinx/__main__.py
-${PYSITELIB}/sphinx/__main__.pyc
-${PYSITELIB}/sphinx/__main__.pyo
-${PYSITELIB}/sphinx/addnodes.py
-${PYSITELIB}/sphinx/addnodes.pyc
-${PYSITELIB}/sphinx/addnodes.pyo
-${PYSITELIB}/sphinx/apidoc.py
-${PYSITELIB}/sphinx/apidoc.pyc
-${PYSITELIB}/sphinx/apidoc.pyo
-${PYSITELIB}/sphinx/application.py
-${PYSITELIB}/sphinx/application.pyc
-${PYSITELIB}/sphinx/application.pyo
-${PYSITELIB}/sphinx/builders/__init__.py
-${PYSITELIB}/sphinx/builders/__init__.pyc
-${PYSITELIB}/sphinx/builders/__init__.pyo
-${PYSITELIB}/sphinx/builders/_epub_base.py
-${PYSITELIB}/sphinx/builders/_epub_base.pyc
-${PYSITELIB}/sphinx/builders/_epub_base.pyo
-${PYSITELIB}/sphinx/builders/applehelp.py
-${PYSITELIB}/sphinx/builders/applehelp.pyc
-${PYSITELIB}/sphinx/builders/applehelp.pyo
-${PYSITELIB}/sphinx/builders/changes.py
-${PYSITELIB}/sphinx/builders/changes.pyc
-${PYSITELIB}/sphinx/builders/changes.pyo
-${PYSITELIB}/sphinx/builders/devhelp.py
-${PYSITELIB}/sphinx/builders/devhelp.pyc
-${PYSITELIB}/sphinx/builders/devhelp.pyo
-${PYSITELIB}/sphinx/builders/dummy.py
-${PYSITELIB}/sphinx/builders/dummy.pyc
-${PYSITELIB}/sphinx/builders/dummy.pyo
-${PYSITELIB}/sphinx/builders/epub3.py
-${PYSITELIB}/sphinx/builders/epub3.pyc
-${PYSITELIB}/sphinx/builders/epub3.pyo
-${PYSITELIB}/sphinx/builders/gettext.py
-${PYSITELIB}/sphinx/builders/gettext.pyc
-${PYSITELIB}/sphinx/builders/gettext.pyo
-${PYSITELIB}/sphinx/builders/html.py
-${PYSITELIB}/sphinx/builders/html.pyc
-${PYSITELIB}/sphinx/builders/html.pyo
-${PYSITELIB}/sphinx/builders/htmlhelp.py
-${PYSITELIB}/sphinx/builders/htmlhelp.pyc
-${PYSITELIB}/sphinx/builders/htmlhelp.pyo
-${PYSITELIB}/sphinx/builders/latex/__init__.py
-${PYSITELIB}/sphinx/builders/latex/__init__.pyc
-${PYSITELIB}/sphinx/builders/latex/__init__.pyo
-${PYSITELIB}/sphinx/builders/latex/nodes.py
-${PYSITELIB}/sphinx/builders/latex/nodes.pyc
-${PYSITELIB}/sphinx/builders/latex/nodes.pyo
-${PYSITELIB}/sphinx/builders/latex/transforms.py
-${PYSITELIB}/sphinx/builders/latex/transforms.pyc
-${PYSITELIB}/sphinx/builders/latex/transforms.pyo
-${PYSITELIB}/sphinx/builders/linkcheck.py
-${PYSITELIB}/sphinx/builders/linkcheck.pyc
-${PYSITELIB}/sphinx/builders/linkcheck.pyo
-${PYSITELIB}/sphinx/builders/manpage.py
-${PYSITELIB}/sphinx/builders/manpage.pyc
-${PYSITELIB}/sphinx/builders/manpage.pyo
-${PYSITELIB}/sphinx/builders/qthelp.py
-${PYSITELIB}/sphinx/builders/qthelp.pyc
-${PYSITELIB}/sphinx/builders/qthelp.pyo
-${PYSITELIB}/sphinx/builders/texinfo.py
-${PYSITELIB}/sphinx/builders/texinfo.pyc
-${PYSITELIB}/sphinx/builders/texinfo.pyo
-${PYSITELIB}/sphinx/builders/text.py
-${PYSITELIB}/sphinx/builders/text.pyc
-${PYSITELIB}/sphinx/builders/text.pyo
-${PYSITELIB}/sphinx/builders/websupport.py
-${PYSITELIB}/sphinx/builders/websupport.pyc
-${PYSITELIB}/sphinx/builders/websupport.pyo
-${PYSITELIB}/sphinx/builders/xml.py
-${PYSITELIB}/sphinx/builders/xml.pyc
-${PYSITELIB}/sphinx/builders/xml.pyo
-${PYSITELIB}/sphinx/cmd/__init__.py
-${PYSITELIB}/sphinx/cmd/__init__.pyc
-${PYSITELIB}/sphinx/cmd/__init__.pyo
-${PYSITELIB}/sphinx/cmd/build.py
-${PYSITELIB}/sphinx/cmd/build.pyc
-${PYSITELIB}/sphinx/cmd/build.pyo
-${PYSITELIB}/sphinx/cmd/make_mode.py
-${PYSITELIB}/sphinx/cmd/make_mode.pyc
-${PYSITELIB}/sphinx/cmd/make_mode.pyo
-${PYSITELIB}/sphinx/cmd/quickstart.py
-${PYSITELIB}/sphinx/cmd/quickstart.pyc
-${PYSITELIB}/sphinx/cmd/quickstart.pyo
-${PYSITELIB}/sphinx/cmdline.py
-${PYSITELIB}/sphinx/cmdline.pyc
-${PYSITELIB}/sphinx/cmdline.pyo
-${PYSITELIB}/sphinx/config.py
-${PYSITELIB}/sphinx/config.pyc
-${PYSITELIB}/sphinx/config.pyo
-${PYSITELIB}/sphinx/deprecation.py
-${PYSITELIB}/sphinx/deprecation.pyc
-${PYSITELIB}/sphinx/deprecation.pyo
-${PYSITELIB}/sphinx/directives/__init__.py
-${PYSITELIB}/sphinx/directives/__init__.pyc
-${PYSITELIB}/sphinx/directives/__init__.pyo
-${PYSITELIB}/sphinx/directives/code.py
-${PYSITELIB}/sphinx/directives/code.pyc
-${PYSITELIB}/sphinx/directives/code.pyo
-${PYSITELIB}/sphinx/directives/other.py
-${PYSITELIB}/sphinx/directives/other.pyc
-${PYSITELIB}/sphinx/directives/other.pyo
-${PYSITELIB}/sphinx/directives/patches.py
-${PYSITELIB}/sphinx/directives/patches.pyc
-${PYSITELIB}/sphinx/directives/patches.pyo
-${PYSITELIB}/sphinx/domains/__init__.py
-${PYSITELIB}/sphinx/domains/__init__.pyc
-${PYSITELIB}/sphinx/domains/__init__.pyo
-${PYSITELIB}/sphinx/domains/c.py
-${PYSITELIB}/sphinx/domains/c.pyc
-${PYSITELIB}/sphinx/domains/c.pyo
-${PYSITELIB}/sphinx/domains/changeset.py
-${PYSITELIB}/sphinx/domains/changeset.pyc
-${PYSITELIB}/sphinx/domains/changeset.pyo
-${PYSITELIB}/sphinx/domains/cpp.py
-${PYSITELIB}/sphinx/domains/cpp.pyc
-${PYSITELIB}/sphinx/domains/cpp.pyo
-${PYSITELIB}/sphinx/domains/javascript.py
-${PYSITELIB}/sphinx/domains/javascript.pyc
-${PYSITELIB}/sphinx/domains/javascript.pyo
-${PYSITELIB}/sphinx/domains/math.py
-${PYSITELIB}/sphinx/domains/math.pyc
-${PYSITELIB}/sphinx/domains/math.pyo
-${PYSITELIB}/sphinx/domains/python.py
-${PYSITELIB}/sphinx/domains/python.pyc
-${PYSITELIB}/sphinx/domains/python.pyo
-${PYSITELIB}/sphinx/domains/rst.py
-${PYSITELIB}/sphinx/domains/rst.pyc
-${PYSITELIB}/sphinx/domains/rst.pyo
-${PYSITELIB}/sphinx/domains/std.py
-${PYSITELIB}/sphinx/domains/std.pyc
-${PYSITELIB}/sphinx/domains/std.pyo
-${PYSITELIB}/sphinx/environment/__init__.py
-${PYSITELIB}/sphinx/environment/__init__.pyc
-${PYSITELIB}/sphinx/environment/__init__.pyo
-${PYSITELIB}/sphinx/environment/adapters/__init__.py
-${PYSITELIB}/sphinx/environment/adapters/__init__.pyc
-${PYSITELIB}/sphinx/environment/adapters/__init__.pyo
-${PYSITELIB}/sphinx/environment/adapters/asset.py
-${PYSITELIB}/sphinx/environment/adapters/asset.pyc
-${PYSITELIB}/sphinx/environment/adapters/asset.pyo
-${PYSITELIB}/sphinx/environment/adapters/indexentries.py
-${PYSITELIB}/sphinx/environment/adapters/indexentries.pyc
-${PYSITELIB}/sphinx/environment/adapters/indexentries.pyo
-${PYSITELIB}/sphinx/environment/adapters/toctree.py
-${PYSITELIB}/sphinx/environment/adapters/toctree.pyc
-${PYSITELIB}/sphinx/environment/adapters/toctree.pyo
-${PYSITELIB}/sphinx/environment/collectors/__init__.py
-${PYSITELIB}/sphinx/environment/collectors/__init__.pyc
-${PYSITELIB}/sphinx/environment/collectors/__init__.pyo
-${PYSITELIB}/sphinx/environment/collectors/asset.py
-${PYSITELIB}/sphinx/environment/collectors/asset.pyc
-${PYSITELIB}/sphinx/environment/collectors/asset.pyo
-${PYSITELIB}/sphinx/environment/collectors/dependencies.py
-${PYSITELIB}/sphinx/environment/collectors/dependencies.pyc
-${PYSITELIB}/sphinx/environment/collectors/dependencies.pyo
-${PYSITELIB}/sphinx/environment/collectors/indexentries.py
-${PYSITELIB}/sphinx/environment/collectors/indexentries.pyc
-${PYSITELIB}/sphinx/environment/collectors/indexentries.pyo
-${PYSITELIB}/sphinx/environment/collectors/metadata.py



Home | Main Index | Thread Index | Old Index