pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-falcon
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 1 07:51:48 UTC 2022
Modified Files:
pkgsrc/devel/py-falcon: Makefile
Log Message:
py-falcon: mark as not for python 2.x
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-falcon/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-falcon/Makefile
diff -u pkgsrc/devel/py-falcon/Makefile:1.9 pkgsrc/devel/py-falcon/Makefile:1.10
--- pkgsrc/devel/py-falcon/Makefile:1.9 Thu Jan 27 10:57:31 2022
+++ pkgsrc/devel/py-falcon/Makefile Sun May 1 07:51:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/27 10:57:31 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/05/01 07:51:48 wiz Exp $
DISTNAME= falcon-2.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,9 +14,11 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
-PYTHON_VERSIONED_DEPENDENCIES+= testtools:test
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
USE_PKG_RESOURCES= yes
post-install:
@@ -25,5 +27,4 @@ post-install:
${MV} falcon-print-routes falcon-print-routes-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index