| Summary: | dns/py-py3dns: Limit to Python 3.x only | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Kubilay Kocak <koobs> |
| Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | danger |
| Priority: | --- | Keywords: | patch |
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) koobs: merge-quarterly+ |
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://reviews.freebsd.org/D5083 | ||
| Bug Depends on: | 206643 | ||
| Bug Blocks: | |||
|
Description
Kubilay Kocak
2016-01-26 13:22:49 UTC
Oops, it depends on bug 206643, not blocks.Can't update this port without updating py-pyspf first. A commit references this bug: Author: koobs Date: Tue Jan 26 14:26:02 UTC 2016 New revision: 407274 URL: https://svnweb.freebsd.org/changeset/ports/407274 Log: dns/py-py3dns: Limit to Python 3.x, Fix dependencies py-py3dns is a Python 3.x only package, so limit USES=python accordingly. ipaddr is needed on <= 3.2, so add it as a conditional RUN_DEPENDS. While I'm here: - Add NO_ARCH - Add test target, TEST_DEPENDS and patch outdated unit test assertions that test against live domains, not mocked responses. - Remove unnecessary setup.py patch - Match COMMENT to setup.py:description - Sort and group USE{S} entries PR: 206645 Reported by: danger Approved by: portmgr (blanket) MFH: 2016Q1 Differential Revision: D5083 Changes: head/dns/py-py3dns/Makefile head/dns/py-py3dns/files/patch-DNS-Base.py head/dns/py-py3dns/files/patch-DNS_tests_test__base.py A commit references this bug: Author: koobs Date: Tue Feb 2 15:09:00 UTC 2016 New revision: 407821 URL: https://svnweb.freebsd.org/changeset/ports/407821 Log: MFH: r407274 dns/py-py3dns: Limit to Python 3.x, Fix dependencies py-py3dns is a Python 3.x only package, so limit USES=python accordingly. ipaddr is needed on <= 3.2, so add it as a conditional RUN_DEPENDS. While I'm here: - Add NO_ARCH - Add test target, TEST_DEPENDS and patch outdated unit test assertions that test against live domains, not mocked responses. - Remove unnecessary setup.py patch - Match COMMENT to setup.py:description - Sort and group USE{S} entries PR: 206645 Reported by: danger Approved by: portmgr (blanket) Differential Revision: D5083 Approved by: ports-secteam (feld) Changes: _U branches/2016Q1/ branches/2016Q1/dns/py-py3dns/Makefile branches/2016Q1/dns/py-py3dns/files/patch-DNS-Base.py branches/2016Q1/dns/py-py3dns/files/patch-DNS_tests_test__base.py |