pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-doctor



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Aug 12 00:31:02 UTC 2023

Modified Files:
        pkgsrc/devel/py-doctor: Makefile

Log Message:
py-doctor: restore not for Python 3.8 setting (fix bulk builds)

This is marked not for 3.8 because py-lunr is, which in turn is because
py-nltk is, which is in turn evidently because py-numpy is (though,
there it is only a TEST_DEPENDS).


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-doctor/Makefile

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

Modified files:

Index: pkgsrc/devel/py-doctor/Makefile
diff -u pkgsrc/devel/py-doctor/Makefile:1.23 pkgsrc/devel/py-doctor/Makefile:1.24
--- pkgsrc/devel/py-doctor/Makefile:1.23        Fri Aug 11 13:01:29 2023
+++ pkgsrc/devel/py-doctor/Makefile     Sat Aug 12 00:31:02 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2023/08/11 13:01:29 adam Exp $
+# $NetBSD: Makefile,v 1.24 2023/08/12 00:31:02 gutteridge Exp $
 
 DISTNAME=      pydoctor-23.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -26,12 +26,7 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} == 308
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources-[0-9]*:../../devel/py-importlib-resources
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index