pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-gidgethub



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 21 15:15:36 UTC 2024

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

Log Message:
py-gidgethub: does not support Python 3.8 any longer (due to py-docutils)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-gidgethub/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-gidgethub/Makefile
diff -u pkgsrc/devel/py-gidgethub/Makefile:1.4 pkgsrc/devel/py-gidgethub/Makefile:1.5
--- pkgsrc/devel/py-gidgethub/Makefile:1.4      Sun Apr 21 13:40:01 2024
+++ pkgsrc/devel/py-gidgethub/Makefile  Sun Apr 21 15:15:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/04/21 13:40:01 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/04/21 15:15:36 wiz Exp $
 
 DISTNAME=      gidgethub-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -27,7 +27,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index