Created attachment 210101 [details] py-flask-peewee.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 12.0, amd64 tested) * maketest: OK (68 tests PASS)
Note that this is not required if using GitHub (I will remove it): MASTER_SITES= CHEESESHOP
License appears to be MIT, not BSD (I will change it). Also note the following warning during "make extract": LICENSE must not contain BSD, instead use BSD[234]CLAUSE
I will fix the www/Makefile to be in alphabetical order: + SUBDIR += py-flask-peewee SUBDIR += py-flask-principal - SUBDIR += py-flask-peewee
To ensure tests will run, I will add: TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
A commit references this bug: Author: woodsb02 Date: Tue Dec 24 05:48:43 UTC 2019 New revision: 520777 URL: https://svnweb.freebsd.org/changeset/ports/520777 Log: Add new port www/py-flask-peewee Flask-Peewee provides a layer of integration between the flask web framework and the peewee orm. WWW: https://github.com/coleifer/flask-peewee/ PR: 242765 Submitted by: Goran Meki? <meka@tilda.center> Changes: head/www/Makefile head/www/py-flask-peewee/ head/www/py-flask-peewee/Makefile head/www/py-flask-peewee/distinfo head/www/py-flask-peewee/pkg-descr
Committed - thanks!