pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-foolscap



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 11 16:49:02 UTC 2022

Modified Files:
        pkgsrc/net/py-foolscap: Makefile

Log Message:
py-foolscap: mark as not for python 2


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/py-foolscap/Makefile

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

Modified files:

Index: pkgsrc/net/py-foolscap/Makefile
diff -u pkgsrc/net/py-foolscap/Makefile:1.39 pkgsrc/net/py-foolscap/Makefile:1.40
--- pkgsrc/net/py-foolscap/Makefile:1.39        Sun Feb 13 08:53:44 2022
+++ pkgsrc/net/py-foolscap/Makefile     Sun Sep 11 16:49:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/02/13 08:53:44 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/09/11 16:49:01 wiz Exp $
 
 DISTNAME=      foolscap-21.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,9 +14,10 @@ COMMENT=     RPC protocol for Twisted
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
+DEPENDS+=      ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
 
-PYTHON_VERSIONED_DEPENDENCIES+=        twisted
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # \todo Restore tests
 #TEST_TARGET=  test
@@ -34,5 +35,4 @@ post-install:
                ${DESTDIR}${PREFIX}/share/doc/py-foolscap
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index