pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/salt-docs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 10 19:25:00 UTC 2022

Modified Files:
        pkgsrc/sysutils/salt-docs: Makefile

Log Message:
salt-docs: switch to py-sphinx (build dep)

no visible change, but bump PKGREVISION for safety


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/salt-docs/Makefile

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

Modified files:

Index: pkgsrc/sysutils/salt-docs/Makefile
diff -u pkgsrc/sysutils/salt-docs/Makefile:1.27 pkgsrc/sysutils/salt-docs/Makefile:1.28
--- pkgsrc/sysutils/salt-docs/Makefile:1.27     Thu Jun 30 11:18:52 2022
+++ pkgsrc/sysutils/salt-docs/Makefile  Sun Jul 10 19:25:00 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2022/06/30 11:18:52 nia Exp $
+# $NetBSD: Makefile,v 1.28 2022/07/10 19:25:00 wiz Exp $
 
 DISTNAME=      salt-3004
 PKGNAME=       ${DISTNAME:S/-/-docs-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/salt/}
 
@@ -13,8 +13,8 @@ LICENSE=      apache-2.0
 
 USE_TOOLS+=    gmake pax
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1*:../../textproc/py-sphinx1
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sqlite3>=1.2.3nb1*:../../databases/py-sqlite3
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sqlite3>=1.2.3nb1:../../databases/py-sqlite3
 
 NO_CONFIGURE=  yes
 BUILD_DIRS=    doc
@@ -31,7 +31,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 # Contains hardcoded paths that may refer to paths used during the build, for
 # example /opt/tools on SmartOS.
-CHECK_WRKREF_SKIP+=    */*.html */*.txt
+CHECK_WRKREF_SKIP+=    */*.html */*.txt
 
 do-install:
        cd ${WRKSRC}/doc/_build/html && ${PAX} -rw -pp . ${DESTDIR}${PREFIX}/${HTMLDIR}



Home | Main Index | Thread Index | Old Index