Page MenuHomeFreeBSD

dns/py-py3dns: Limit to Python 3.x, Fix dependencies
ClosedPublic

Authored by koobs on Jan 26 2016, 2:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 11 2024, 2:33 PM
Unknown Object (File)
Dec 28 2023, 8:07 AM
Unknown Object (File)
Dec 20 2023, 12:59 AM
Unknown Object (File)
Dec 9 2023, 12:41 AM
Unknown Object (File)
Dec 1 2023, 5:57 PM
Unknown Object (File)
Nov 7 2023, 6:16 PM
Unknown Object (File)
Nov 6 2023, 9:59 AM
Unknown Object (File)
Nov 4 2023, 6:52 AM
Subscribers

Details

Summary

Commit 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
DiffRev:	D5083
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 11amd64, python34)
  • unittest: OK (20 passed in 5.60 seconds)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

koobs retitled this revision from to dns/py-py3dns: Limit to Python 3.x, Fix dependencies.
koobs updated this object.
koobs edited the test plan for this revision. (Show Details)
koobs added subscribers: Python, sunpoet.
koobs updated this object.
koobs updated this object.
koobs updated this object.
This revision was automatically updated to reflect the committed changes.