Bug 242763 - [NEW PORT] textproc/py-wtf-peewee: Bridge between peewee models and wtforms
Summary: [NEW PORT] textproc/py-wtf-peewee: Bridge between peewee models and wtforms
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ben Woods
URL:
Keywords: patch, patch-ready
Depends on:
Blocks: 242765
  Show dependency treegraph
 
Reported: 2019-12-21 11:54 UTC by Goran Mekić
Modified: 2019-12-23 22:55 UTC (History)
1 user (show)

See Also:


Attachments
py-wtf-peewee.diff (2.08 KB, patch)
2019-12-21 11:54 UTC, Goran Mekić
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Goran Mekić 2019-12-21 11:54:22 UTC
Created attachment 210099 [details]
py-wtf-peewee.diff

QA:

  * portlint: OK (looks fine.)
  * testport: OK (poudriere: 12.0, amd64 tested)
  * maketest: OK (15 tests PASSED)
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-12-23 22:55:13 UTC
A commit references this bug:

Author: woodsb02
Date: Mon Dec 23 22:54:30 UTC 2019
New revision: 520748
URL: https://svnweb.freebsd.org/changeset/ports/520748

Log:
  Add new port textproc/py-wtf-peewee

  Flask-WTF-Peewee, based on the code found in wtforms.ext, provides a bridge
  between peewee models and wtforms, mapping model fields to form fields.

  WWW: https://github.com/coleifer/wtf-peewee

  PR:		242763
  Submitted by:	Goran Meki? <meka@tilda.center>

Changes:
  head/textproc/Makefile
  head/textproc/py-wtf-peewee/
  head/textproc/py-wtf-peewee/Makefile
  head/textproc/py-wtf-peewee/distinfo
  head/textproc/py-wtf-peewee/pkg-descr
Comment 2 Ben Woods freebsd_committer freebsd_triage 2019-12-23 22:55:47 UTC
Committed - thanks!