pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-foolscap py-foolscap: mark as not for python 2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7140a7295608
branches:  trunk
changeset: 385183:7140a7295608
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 11 16:49:01 2022 +0000

description:
py-foolscap: mark as not for python 2

diffstat:

 net/py-foolscap/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9a473c70bc70 -r 7140a7295608 net/py-foolscap/Makefile
--- a/net/py-foolscap/Makefile  Sun Sep 11 16:46:59 2022 +0000
+++ b/net/py-foolscap/Makefile  Sun Sep 11 16:49:01 2022 +0000
@@ -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 @@
 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 @@
                ${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