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:   wiz
Date:           Mon Apr 15 10:22:51 UTC 2024

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-spelling: Makefile

Log Message:
py-sphinxcontrib-spelling: depend on fixed py-enchant

Remove superfluous direct enchant dependency, pulled in by py-enchant.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile

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-spelling/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.2 pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.3
--- pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile:1.2      Mon Apr 15 05:28:46 2024
+++ pkgsrc/textproc/py-sphinxcontrib-spelling/Makefile  Mon Apr 15 10:22:50 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/04/15 05:28:46 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/15 10:22:50 wiz Exp $
 
 DISTNAME=      sphinxcontrib-spelling-8.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-spelling/}
 
@@ -13,7 +14,7 @@ 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}-enchant>=3.2.2nb1:../../textproc/py-enchant
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=3.0:../../textproc/py-sphinx
 TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
@@ -27,5 +28,4 @@ pre-test:
        ${TOUCH} ${WRKSRC}/tests/__init__.py
 
 .include "../../lang/python/wheel.mk"
-.include "../../textproc/enchant2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index