pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:42:26 UTC 2025

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-jsmath: Makefile PLIST

Log Message:
py-sphinxcontrib-jsmath: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile:1.5 pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile:1.6
--- pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile:1.5        Sun Feb 23 16:59:24 2025
+++ pkgsrc/textproc/py-sphinxcontrib-jsmath/Makefile    Tue Apr 22 20:42:26 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2025/02/23 16:59:24 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/22 20:42:26 wiz Exp $
 
 DISTNAME=      sphinxcontrib-jsmath-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-jsmath/}
 
@@ -11,15 +11,15 @@ HOMEPAGE=   http://sphinx-doc.org/
 COMMENT=       Sphinx API for math in HTML via JavaScript
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0.0:../../textproc/py-sphinx
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx
 
-do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+# as of 1.0.1
+# 3 failed, 1 warning
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST
diff -u pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST:1.1 pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST:1.2
--- pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST:1.1   Mon Oct 21 20:47:07 2019
+++ pkgsrc/textproc/py-sphinxcontrib-jsmath/PLIST       Tue Apr 22 20:42:26 2025
@@ -1,15 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2019/10/21 20:47:07 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
+@comment $NetBSD: PLIST,v 1.2 2025/04/22 20:42:26 wiz Exp $
 ${PYSITELIB}/sphinxcontrib/jsmath/__init__.py
 ${PYSITELIB}/sphinxcontrib/jsmath/__init__.pyc
 ${PYSITELIB}/sphinxcontrib/jsmath/__init__.pyo
 ${PYSITELIB}/sphinxcontrib/jsmath/version.py
 ${PYSITELIB}/sphinxcontrib/jsmath/version.pyc
 ${PYSITELIB}/sphinxcontrib/jsmath/version.pyo
+${PYSITELIB}/sphinxcontrib_jsmath-${PKGVERSION}-py3.13-nspkg.pth
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt



Home | Main Index | Thread Index | Old Index