pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-spelling



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 22 16:17:25 UTC 2024

Added Files:
        pkgsrc/textproc/py-sphinxcontrib-spelling: DESCR Makefile PLIST
            distinfo

Log Message:
py-sphinxcontrib-spelling: added version 8.0.0

This package contains sphinxcontrib.spelling, a spelling checker for
Sphinx-based documentation. It uses PyEnchant to produce a report showing
misspelled words.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinxcontrib-spelling/DESCR \
    pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile \
    pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST \
    pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo

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

Added files:

Index: pkgsrc/textproc/py-sphinxcontrib-spelling/DESCR
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-spelling/DESCR:1.1
--- /dev/null   Mon Jan 22 16:17:25 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/DESCR     Mon Jan 22 16:17:25 2024
@@ -0,0 +1,3 @@
+This package contains sphinxcontrib.spelling, a spelling checker for
+Sphinx-based documentation. It uses PyEnchant to produce a report showing
+misspelled words.
Index: pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.1
--- /dev/null   Mon Jan 22 16:17:25 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile  Mon Jan 22 16:17:25 2024
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2024/01/22 16:17:25 adam Exp $
+
+DISTNAME=      sphinxcontrib-spelling-8.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-spelling/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sphinx-contrib/spelling
+COMMENT=       Sphinx spelling extension
+LICENSE=       2-clause-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-enchant>=3.1.1:../../textproc/py-enchant
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
+# FIX: ModuleNotFoundError: No module named 'tests'
+pre-test:
+       ${TOUCH} ${WRKSRC}/tests/__init__.py
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST:1.1
--- /dev/null   Mon Jan 22 16:17:25 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/PLIST     Mon Jan 22 16:17:25 2024
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2024/01/22 16:17:25 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/sphinxcontrib/spelling/__init__.py
+${PYSITELIB}/sphinxcontrib/spelling/__init__.pyc
+${PYSITELIB}/sphinxcontrib/spelling/__init__.pyo
+${PYSITELIB}/sphinxcontrib/spelling/asset.py
+${PYSITELIB}/sphinxcontrib/spelling/asset.pyc
+${PYSITELIB}/sphinxcontrib/spelling/asset.pyo
+${PYSITELIB}/sphinxcontrib/spelling/builder.py
+${PYSITELIB}/sphinxcontrib/spelling/builder.pyc
+${PYSITELIB}/sphinxcontrib/spelling/builder.pyo
+${PYSITELIB}/sphinxcontrib/spelling/checker.py
+${PYSITELIB}/sphinxcontrib/spelling/checker.pyc
+${PYSITELIB}/sphinxcontrib/spelling/checker.pyo
+${PYSITELIB}/sphinxcontrib/spelling/directive.py
+${PYSITELIB}/sphinxcontrib/spelling/directive.pyc
+${PYSITELIB}/sphinxcontrib/spelling/directive.pyo
+${PYSITELIB}/sphinxcontrib/spelling/domain.py
+${PYSITELIB}/sphinxcontrib/spelling/domain.pyc
+${PYSITELIB}/sphinxcontrib/spelling/domain.pyo
+${PYSITELIB}/sphinxcontrib/spelling/filters.py
+${PYSITELIB}/sphinxcontrib/spelling/filters.pyc
+${PYSITELIB}/sphinxcontrib/spelling/filters.pyo
+${PYSITELIB}/sphinxcontrib/spelling/role.py
+${PYSITELIB}/sphinxcontrib/spelling/role.pyc
+${PYSITELIB}/sphinxcontrib/spelling/role.pyo
+${PYSITELIB}/sphinxcontrib/spelling/version.py
+${PYSITELIB}/sphinxcontrib/spelling/version.pyc
+${PYSITELIB}/sphinxcontrib/spelling/version.pyo
Index: pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo:1.1
--- /dev/null   Mon Jan 22 16:17:25 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/distinfo  Mon Jan 22 16:17:25 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/22 16:17:25 adam Exp $
+
+BLAKE2s (sphinxcontrib-spelling-8.0.0.tar.gz) = 1887cd83d374f756d34f07253a297cd3ce44a8b6d263248f03a6c8f1c7f66637
+SHA512 (sphinxcontrib-spelling-8.0.0.tar.gz) = 0d8c21ea660516238c43fabb505666dfee15abb39f538c40c6b61f91e20c246b16aa170cd444263507dd51913a27fc7719cddb28f30eab26825b565f70dd3ab6
+Size (sphinxcontrib-spelling-8.0.0.tar.gz) = 37610 bytes



Home | Main Index | Thread Index | Old Index