pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-spf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 26 20:10:23 UTC 2016

Modified Files:
        pkgsrc/mail/py-spf: Makefile

Log Message:
Use PYTHON_VERSIONED_DEPENDENCIES for py-dns support.

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


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

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

Modified files:

Index: pkgsrc/mail/py-spf/Makefile
diff -u pkgsrc/mail/py-spf/Makefile:1.6 pkgsrc/mail/py-spf/Makefile:1.7
--- pkgsrc/mail/py-spf/Makefile:1.6     Wed Jun  8 17:43:34 2016
+++ pkgsrc/mail/py-spf/Makefile Sun Jun 26 20:10:23 2016
@@ -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 @@ HOMEPAGE=     https://pypi.python.org/pypi/p
 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