pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sphinx-basic-ng
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 10 08:06:56 UTC 2024
Modified Files:
pkgsrc/textproc/py-sphinx-basic-ng: Makefile
Log Message:
py-sphinx-basic-ng: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinx-basic-ng/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-sphinx-basic-ng/Makefile
diff -u pkgsrc/textproc/py-sphinx-basic-ng/Makefile:1.2 pkgsrc/textproc/py-sphinx-basic-ng/Makefile:1.3
--- pkgsrc/textproc/py-sphinx-basic-ng/Makefile:1.2 Tue Nov 7 22:38:05 2023
+++ pkgsrc/textproc/py-sphinx-basic-ng/Makefile Sat Aug 10 08:06:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/11/07 22:38:05 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/10 08:06:56 adam Exp $
DISTNAME= sphinx_basic_ng-1.0.0b2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
@@ -10,11 +10,11 @@ HOMEPAGE= https://github.com/pradyunsg/s
COMMENT= Modern skeleton for Sphinx themes
LICENSE= mit
-USE_LANGUAGES= # none
-
DEPENDS+= ${PYPKGPREFIX}-sphinx>=4.0:../../textproc/py-sphinx
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index