pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-atomicwrites



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May 16 08:48:48 UTC 2020

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

Log Message:
py-atomicwrites: pytest from versioned depends


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-atomicwrites/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-atomicwrites/Makefile
diff -u pkgsrc/devel/py-atomicwrites/Makefile:1.13 pkgsrc/devel/py-atomicwrites/Makefile:1.14
--- pkgsrc/devel/py-atomicwrites/Makefile:1.13  Wed Apr 29 07:42:07 2020
+++ pkgsrc/devel/py-atomicwrites/Makefile       Sat May 16 08:48:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/04/29 07:42:07 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/05/16 08:48:47 adam Exp $
 
 DISTNAME=      atomicwrites-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,14 +10,15 @@ HOMEPAGE=   https://github.com/untitaker/p
 COMMENT=       Python module for atomic file writes on POSIX
 LICENSE=       mit
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
 EXTRACT_USING= bsdtar  # gtar cannot handle pre-1970 timestamps
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONED_DEPENDENCIES= pytest:test
+
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index