pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-trio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 19 22:56:01 UTC 2022

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

Log Message:
py-trio: add missing {TEST_,}DEPENDS

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-trio/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-trio/Makefile
diff -u pkgsrc/devel/py-trio/Makefile:1.1 pkgsrc/devel/py-trio/Makefile:1.2
--- pkgsrc/devel/py-trio/Makefile:1.1   Wed Jan 19 21:14:26 2022
+++ pkgsrc/devel/py-trio/Makefile       Wed Jan 19 22:56:00 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/01/19 21:14:26 rhialto Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/19 22:56:00 wiz Exp $
 
 DISTNAME=      trio-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trio/}
 
@@ -12,15 +13,27 @@ LICENSE=    mit OR apache-2.0
 
 PYTHON_VERSIONS_INCOMPATIBLE=  37 27
 
+DEPENDS+=      ${PYPKGPREFIX}-astor>=0.8.1:../../devel/py-astor
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.2.2:../../devel/py-sortedcontainers
 DEPENDS+=      ${PYPKGPREFIX}-async_generator>=1.9:../../devel/py-async_generator
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.10:../../www/py-idna
-#DEPENDS+=     ${PYPKGPREFIX}-outcome>=1.1.0:../../wip/py-outcome
+DEPENDS+=      ${PYPKGPREFIX}-outcome>=1.1.0:../../devel/py-outcome
 DEPENDS+=      ${PYPKGPREFIX}-sniffio>=1.2.0:../../misc/py-sniffio
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.14:../../devel/py-cffi
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
+TEST_DEPENDS+= ${PYPKGPREFIX}-jedi-[0-9]*:../../editors/py-jedi
 
 USE_LANGUAGES= # none
 
+# test status as of 0.19.0
+# hangs, needs to be stopped with ctrl-c; then
+# 3 failed, 466 passed, 12 skipped
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index