Created attachment 209900 [details] py-apispec.shar
Review items: - Port doesn't specify USES=python:<version-spec> correctly/accurately. Upstream declares: python_requires=">=3.5", port doesn't specify version support I've already fixed this locally
A commit references this bug: Author: koobs Date: Sat Dec 14 01:11:50 UTC 2019 New revision: 520082 URL: https://svnweb.freebsd.org/changeset/ports/520082 Log: [NEW PORT] devel/py-apispec: Pluggable API specification generator A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification). Features: - Supports the OpenAPI Specification (versions 2 and 3) - Framework-agnostic - Utilities for parsing docstrings WWW: https://github.com/marshmallow-code/apispec PR: 242609 Submitted by: Goran Meki? <meka tilda.center> Changes: head/devel/Makefile head/devel/py-apispec/ head/devel/py-apispec/Makefile head/devel/py-apispec/distinfo head/devel/py-apispec/pkg-descr
Committed with additions (TEST_DEPENDS / do-test) and changes (pkg-descr match upstream setup.py:long_description) Thanks!