FreeBSD Bugzilla – Attachment 255274 Details for
Bug 282842
[NEW PORT] textproc/py-sphinxcontrib-spelling: Sphinx spelling extension
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-sphinxcontrib-spelling 8.0.0
0009-Port-Python-sphinxcontrib-spelling.patch (text/plain), 3.03 KB, created by
Matthew Wener
on 2024-11-18 16:01:40 UTC
(
hide
)
Description:
New Port py-sphinxcontrib-spelling 8.0.0
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 16:01:40 UTC
Size:
3.03 KB
patch
obsolete
>From 64d23677556da86a06b8ea7de4ac51d140077571 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 09:13:22 -0500 >Subject: [PATCH 09/17] Port Python sphinxcontrib-spelling > >--- > textproc/Makefile | 1 + > textproc/py-sphinxcontrib-spelling/Makefile | 33 ++++++++++++++++++++ > textproc/py-sphinxcontrib-spelling/distinfo | 3 ++ > textproc/py-sphinxcontrib-spelling/pkg-descr | 3 ++ > 4 files changed, 40 insertions(+) > create mode 100644 textproc/py-sphinxcontrib-spelling/Makefile > create mode 100644 textproc/py-sphinxcontrib-spelling/distinfo > create mode 100644 textproc/py-sphinxcontrib-spelling/pkg-descr > >diff --git a/textproc/Makefile b/textproc/Makefile >index 5381c52df..20c417cd4 100644 >--- a/textproc/Makefile >+++ b/textproc/Makefile >@@ -1647,6 +1647,7 @@ > SUBDIR += py-sphinxcontrib-qthelp > SUBDIR += py-sphinxcontrib-seqdiag > SUBDIR += py-sphinxcontrib-serializinghtml >+ SUBDIR += py-sphinxcontrib-spelling > SUBDIR += py-sphinxcontrib-svg2pdfconverter > SUBDIR += py-sphinxcontrib-towncrier > SUBDIR += py-sphinxcontrib-websupport >diff --git a/textproc/py-sphinxcontrib-spelling/Makefile b/textproc/py-sphinxcontrib-spelling/Makefile >new file mode 100644 >index 000000000..9a77e2538 >--- /dev/null >+++ b/textproc/py-sphinxcontrib-spelling/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= sphinxcontrib-spelling >+DISTVERSION= 8.0.0 >+CATEGORIES= textproc python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= Sphinx spelling extension >+WWW= https://github.com/sphinx-contrib/spelling >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>0:textproc/py-enchant@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+NO_ARCH= yes >+ >+PORTDOCS= AUTHORS PKG-INFO README >+ >+OPTIONS_DEFINE= DOCS >+ >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/ >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> >diff --git a/textproc/py-sphinxcontrib-spelling/distinfo b/textproc/py-sphinxcontrib-spelling/distinfo >new file mode 100644 >index 000000000..650b9c79d >--- /dev/null >+++ b/textproc/py-sphinxcontrib-spelling/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (sphinxcontrib-spelling-8.0.0.tar.gz) = 199d0a16902ad80c387c2966dc9eb10f565b1fb15ccce17210402db7c2443e5c >+SIZE (sphinxcontrib-spelling-8.0.0.tar.gz) = 37610 >diff --git a/textproc/py-sphinxcontrib-spelling/pkg-descr b/textproc/py-sphinxcontrib-spelling/pkg-descr >new file mode 100644 >index 000000000..df240ef23 >--- /dev/null >+++ b/textproc/py-sphinxcontrib-spelling/pkg-descr >@@ -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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282842
: 255274