pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 17 14:31:46 UTC 2024

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

Log Message:
py-astor: remove unused test dependency, note test status


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-astor/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-astor/Makefile
diff -u pkgsrc/devel/py-astor/Makefile:1.14 pkgsrc/devel/py-astor/Makefile:1.15
--- pkgsrc/devel/py-astor/Makefile:1.14 Tue Apr 30 14:31:10 2024
+++ pkgsrc/devel/py-astor/Makefile      Thu Oct 17 14:31:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/04/30 14:31:10 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/10/17 14:31:46 wiz Exp $
 
 DISTNAME=      astor-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,11 +13,11 @@ LICENSE=    2-clause-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# as of 0.8.1
+# 2 failed, 51 passed, 2 skipped, 732 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index