Date: Tue, 01 May 2018 11:03:41 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227893] mail/py-dkimpy: support both Python 2 and 3 Message-ID: <bug-227893-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227893 Bug ID: 227893 Summary: mail/py-dkimpy: support both Python 2 and 3 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: seschwar@gmail.com CC: ports@caomhin.org Flags: maintainer-feedback?(ports@caomhin.org) CC: ports@caomhin.org Created attachment 192962 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D192962&action= =3Dedit py-dkimpy-0.7.1_1.diff As mentioned in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225742#c4 dkimpy supports several DNS backends: - dnspython - milter - pydns Only one of them is needed for the library to work. dnspython is the one recommended by upstream and unlike the other libraries supports both Python 2 and 3. Therefore dnspython should be used and the unneeded dependency on milter should be dropped. The dependency can be removed safely. milter is only called in a single place when dnspython isn't available: https://bazaar.launchpad.net/~dkimpy-hackers/dkimpy/trunk/view/head:/dkim/d= nsplug.py#L65 This allows mail/py-dkimpy and therefore ports depending on it to be built for both Python 2 and 3. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227893-7788>