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:   adam
Date:           Sun Jan 23 09:01:11 UTC 2022

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

Log Message:
py-trio: works perfectly well on Python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-trio/Makefile:1.3
--- pkgsrc/devel/py-trio/Makefile:1.2   Wed Jan 19 22:56:00 2022
+++ pkgsrc/devel/py-trio/Makefile       Sun Jan 23 09:01:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/19 22:56:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/23 09:01:11 adam Exp $
 
 DISTNAME=      trio-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,24 +11,24 @@ HOMEPAGE=   https://github.com/python-trio
 COMMENT=       Friendly Python library for async concurrency and I/O
 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}-attrs>=19.2.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.14:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-idna>=2.10:../../www/py-idna
 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
+DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.2.2:../../devel/py-sortedcontainers
 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-pylint-[0-9]*:../../devel/py-pylint
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 # test status as of 0.19.0
 # hangs, needs to be stopped with ctrl-c; then
 # 3 failed, 466 passed, 12 skipped



Home | Main Index | Thread Index | Old Index