Summary: | [NEW PORT] dns/py-ub-split-map: Alternative to split dns with Unbound | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Vidar Karlsen <vidar> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Open --- | ||||||||
Severity: | Affects Only Me | CC: | bsdfan, miwi, python, swills, vidar | ||||||
Priority: | --- | Keywords: | easy, feature, needs-qa | ||||||
Version: | Latest | Flags: | koobs:
maintainer-feedback?
(bsdfan) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | 221776 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Vidar Karlsen
2017-08-19 19:37:36 UTC
Review (via IRC) pending 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 Created attachment 185728 [details]
New shar file for dns/py-ub-split-map
- Switched to CHEESESHOP
- Added LICENSE_FILE
- RUN_DEPENDS is now pointing to dns/unbound-python slave port (pending PR 221776)
- Fixed USES= python:-2.7
portlint -C complains about dns/unbound-python not existing yet, but otherwise ok.
poudriere testport works fine.
Maintainer reset. |