pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-meinheld



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 21 11:31:57 UTC 2022

Modified Files:
        pkgsrc/www/py-meinheld: Makefile

Log Message:
py-meinheld: not for Python 2.7 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-meinheld/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-meinheld/Makefile
diff -u pkgsrc/www/py-meinheld/Makefile:1.6 pkgsrc/www/py-meinheld/Makefile:1.7
--- pkgsrc/www/py-meinheld/Makefile:1.6 Tue Jan  4 20:55:31 2022
+++ pkgsrc/www/py-meinheld/Makefile     Mon Nov 21 11:31:57 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/04 20:55:31 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/11/21 11:31:57 adam Exp $
 
 DISTNAME=      meinheld-1.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,5 +13,7 @@ LICENSE=      modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-greenlet>=0.4.5:../../devel/py-greenlet
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-greenlet
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index