Bug 242765

Summary: [NEW PORT] www/py-flask-peewee: Integration between flask framework and the peewee orm
Product: Ports & Packages Reporter: Goran Mekić <meka>
Component: Individual Port(s)Assignee: Ben Woods <woodsb02>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, woodsb02
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 242763    
Bug Blocks: 242617    
Attachments:
Description Flags
py-flask-peewee.diff none

Description Goran Mekić 2019-12-21 12:53:58 UTC
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)
Comment 1 Ben Woods freebsd_committer freebsd_triage 2019-12-24 05:35:02 UTC
Note that this is not required if using GitHub (I will remove it):
MASTER_SITES=	CHEESESHOP
Comment 2 Ben Woods freebsd_committer freebsd_triage 2019-12-24 05:36:52 UTC
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
Comment 3 Ben Woods freebsd_committer freebsd_triage 2019-12-24 05:41:19 UTC
I will fix the www/Makefile to be in alphabetical order:
+    SUBDIR += py-flask-peewee
     SUBDIR += py-flask-principal
-    SUBDIR += py-flask-peewee
Comment 4 Ben Woods freebsd_committer freebsd_triage 2019-12-24 05:46:01 UTC
To ensure tests will run, I will add:
TEST_DEPENDS=   ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-12-24 05:49:21 UTC
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
Comment 6 Ben Woods freebsd_committer freebsd_triage 2019-12-24 05:49:43 UTC
Committed - thanks!