pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/py-spf Use PYTHON_VERSIONED_DEPENDENCIES for py-d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0202ebb209
branches:  trunk
changeset: 349076:3c0202ebb209
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 26 20:10:23 2016 +0000

description:
Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.

Adds support for building this with python-3.x.

diffstat:

 mail/py-spf/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 46339d0f8419 -r 3c0202ebb209 mail/py-spf/Makefile
--- a/mail/py-spf/Makefile      Sun Jun 26 19:03:43 2016 +0000
+++ b/mail/py-spf/Makefile      Sun Jun 26 20:10:23 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:34 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/26 20:10:23 wiz Exp $
 
 VERSION=       2.0.8
 DISTNAME=      pyspf-${VERSION}
@@ -11,9 +11,7 @@
 COMMENT=       Python implementation of the RFC 4408 SPF protocol
 LICENSE=       python-software-foundation
 
-DEPENDS+=      ${PYPKGPREFIX}-dns>=0:../../net/py-dns
-
-PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35 # py-dns
+PYTHON_VERSIONED_DEPENDENCIES+=        dns
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index