[Bug 221636] [NEW PORT] dns/py-ub-split-map: Alternative to split dns with Unbound
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 21 10:10:14 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221636
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vidar at karlsen.tech
Keywords| |easy, needs-patch
Flags| |maintainer-feedback?(vidar@
| |karlsen.tech)
--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
Review items:
- Use PyPI (MASTER_SITES=CHEESESHOP) as the distribution file source by
default, unless there is a compelling reason to use another source (such as
GitHub), such as when important files (such as tests or test data files) aren't
included in the PyPI sdist (source tarball).
- Add LICENSE_FILE if one exists in the distribution tarball (one does:
"LICENSE")
- USES=python should ONLY declare the Python versions the package supports. If
not otherwise explicitly listed/tested upstream, a bare USES=python (without
the optional <:version-spec> argument should only be used if it has been
explicitly tested to work with both Python 2 and 3.
In this case, without further qualifying information, it appears to only
support Python 2.x [1].
When submitting new ports and updates, please also confirm that the change pass
QA, portlint and poudriere in particular. For more information and instructions
see:
https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.html
[1] setup.py: Programming Language :: Python :: 2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list