pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-factory_boy
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 20 07:04:37 UTC 2020
Modified Files:
pkgsrc/devel/py-factory_boy: Makefile
Log Message:
py-factory_boy: mark as for python 3.x only due to py-faker
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-factory_boy/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-factory_boy/Makefile
diff -u pkgsrc/devel/py-factory_boy/Makefile:1.1 pkgsrc/devel/py-factory_boy/Makefile:1.2
--- pkgsrc/devel/py-factory_boy/Makefile:1.1 Tue May 19 18:36:32 2020
+++ pkgsrc/devel/py-factory_boy/Makefile Wed May 20 07:04:37 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/05/19 18:36:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/20 07:04:37 wiz Exp $
DISTNAME= factory_boy-2.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,5 +12,7 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-faker>=0.7.0:../../devel/py-faker
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-faker
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index