Skip to content

Commit

Permalink
py-foolscap: mark as not for python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Sep 11, 2022
1 parent 76e4a0a commit b411b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/py-foolscap/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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
Expand All @@ -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"

0 comments on commit b411b94

Please sign in to comment.