Tue Jul 18 06:51:36 2023 UTC ()
py-fastjsonschema: remove py-test-cache from TEST_DEPENDS, it is not needed


(adam)
diff -r1.4 -r1.5 pkgsrc/textproc/py-fastjsonschema/Makefile

cvs diff -r1.4 -r1.5 pkgsrc/textproc/py-fastjsonschema/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-fastjsonschema/Makefile 2023/05/29 09:15:47 1.4
+++ pkgsrc/textproc/py-fastjsonschema/Makefile 2023/07/18 06:51:36 1.5
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.4 2023/05/29 09:15:47 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2023/07/18 06:51:36 adam Exp $
2 2
3DISTNAME= fastjsonschema-2.17.1 3DISTNAME= fastjsonschema-2.17.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastjsonschema/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=f/fastjsonschema/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/horejsek/python-fastjsonschema 9HOMEPAGE= https://github.com/horejsek/python-fastjsonschema
10COMMENT= Fastest Python implementation of JSON schema 10COMMENT= Fastest Python implementation of JSON schema
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 13TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-benchmark-[0-9]*:../../devel/py-test-benchmark
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cache-[0-9]*:../../devel/py-test-cache 
16 15
17USE_LANGUAGES= # none 16USE_LANGUAGES= # none
18 17
19PYTHON_VERSIONS_INCOMPATIBLE= 27 18PYTHON_VERSIONS_INCOMPATIBLE= 27
20 19
21do-test: 20do-test:
22 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 21 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
23 22
24.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"