pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-logbook



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  2 17:18:06 UTC 2023

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

Log Message:
py-logbook: not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-logbook/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-logbook/Makefile
diff -u pkgsrc/devel/py-logbook/Makefile:1.10 pkgsrc/devel/py-logbook/Makefile:1.11
--- pkgsrc/devel/py-logbook/Makefile:1.10       Wed Aug 24 08:41:08 2022
+++ pkgsrc/devel/py-logbook/Makefile    Tue May  2 17:18:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/08/24 08:41:08 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/02 17:18:05 wiz Exp $
 
 DISTNAME=      Logbook-1.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -12,13 +12,14 @@ COMMENT=    Logging replacement for Python
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-brotlipy-[0-9]*:../../archivers/py-brotlipy
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-PYTHON_VERSIONED_DEPENDENCIES+=        test:test test-cov:test
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 pre-build:
        cd ${WRKSRC} && cython-${PYVERSSUFFIX} logbook/_speedups.pyx
 
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index