Created attachment 210162 [details] py-freenit.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 12.0, amd64 tested) * maketest: OK (8 tests passed)
Created attachment 211447 [details] py-freenit-updated.diff
- Add version-specs for *_DEPENDS where specified upstream - Remove text-unidecode from RUN_DEPENDS (not specified upstream) - Remove pytest-cov and other non essential test packages where possible (should be extras_require dev, not tests_require)
Upstream wants Flask-Cors>=3.0.8, but port is currently 2.1.2 Will get advice from you on IRC
Fixed py-faker missing dependencies in ports r526357
A commit references this bug: Author: koobs Date: Mon Feb 17 11:08:10 UTC 2020 New revision: 526363 URL: https://svnweb.freebsd.org/changeset/ports/526363 Log: [NEW] www/py-freenit: REST API framework based on Flask-Smorest Freenit is well suited for REST API development, providing Swagger and ReDoc interface, while dealing with database connections and models in an easy way. WWW: https://github.com/freenit-framework/backend PR: 242817 Submitted by: Goran Meki? <meka tilda center> Changes: head/www/Makefile head/www/py-freenit/ head/www/py-freenit/Makefile head/www/py-freenit/distinfo head/www/py-freenit/files/ head/www/py-freenit/files/patch-setup.py head/www/py-freenit/pkg-descr
Committed with changes (See comments) Thanks Goran!