pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri May  5 03:44:10 UTC 2023

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

Log Message:
textproc/py-sphinxcontrib-jquery: import py311-sphinxcontrib-jquery-4.1

sphinxcontrib-jquery ensures that jQuery is always installed for
use in Sphinx themes or extensions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinxcontrib-jquery/DESCR \
    pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile \
    pkgsrc/textproc/py-sphinxcontrib-jquery/PLIST \
    pkgsrc/textproc/py-sphinxcontrib-jquery/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-jquery/DESCR
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jquery/DESCR:1.1
--- /dev/null   Fri May  5 03:44:10 2023
+++ pkgsrc/textproc/py-sphinxcontrib-jquery/DESCR       Fri May  5 03:44:10 2023
@@ -0,0 +1,2 @@
+sphinxcontrib-jquery ensures that jQuery is always installed for
+use in Sphinx themes or extensions.
Index: pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile:1.1
--- /dev/null   Fri May  5 03:44:10 2023
+++ pkgsrc/textproc/py-sphinxcontrib-jquery/Makefile    Fri May  5 03:44:10 2023
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2023/05/05 03:44:10 ryoon Exp $
+
+DISTNAME=      sphinxcontrib-jquery-4.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-jquery/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sphinx-doc.org/
+COMMENT=       Sphinx extension to include jQuery
+LICENSE=       2-clause-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.8.0:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-sphinx
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinxcontrib-jquery/PLIST
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jquery/PLIST:1.1
--- /dev/null   Fri May  5 03:44:10 2023
+++ pkgsrc/textproc/py-sphinxcontrib-jquery/PLIST       Fri May  5 03:44:10 2023
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/05 03:44:10 ryoon Exp $
+${PYSITELIB}/sphinxcontrib/jquery/__init__.py
+${PYSITELIB}/sphinxcontrib/jquery/__init__.pyc
+${PYSITELIB}/sphinxcontrib/jquery/_sphinx_javascript_frameworks_compat.js
+${PYSITELIB}/sphinxcontrib/jquery/jquery-3.6.0.js
+${PYSITELIB}/sphinxcontrib/jquery/jquery.js
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
Index: pkgsrc/textproc/py-sphinxcontrib-jquery/distinfo
diff -u /dev/null pkgsrc/textproc/py-sphinxcontrib-jquery/distinfo:1.1
--- /dev/null   Fri May  5 03:44:10 2023
+++ pkgsrc/textproc/py-sphinxcontrib-jquery/distinfo    Fri May  5 03:44:10 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/05 03:44:10 ryoon Exp $
+
+BLAKE2s (sphinxcontrib-jquery-4.1.tar.gz) = 3b8cea48d299ddaef7403eaf699439ec668d124eaf5d6c2ffd3e9b3e67f70d28
+SHA512 (sphinxcontrib-jquery-4.1.tar.gz) = a686f59b973276e10bf6ece507d2c2f7ff26d46c3a4aef0884f359cb86a9b033bf0d5f1d1e22e0f7e4790dfb99be5ad7ffd8469193180b9ebe348c7ff3ed981c
+Size (sphinxcontrib-jquery-4.1.tar.gz) = 122331 bytes



Home | Main Index | Thread Index | Old Index