From owner-svn-ports-head@freebsd.org Mon Dec 23 22:54:30 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 90CC71D1ECD; Mon, 23 Dec 2019 22:54:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47hZRV3GpJz481c; Mon, 23 Dec 2019 22:54:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B9BA1ED28; Mon, 23 Dec 2019 22:54:30 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBNMsUfS016256; Mon, 23 Dec 2019 22:54:30 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBNMsTW4016252; Mon, 23 Dec 2019 22:54:29 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201912232254.xBNMsTW4016252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 23 Dec 2019 22:54:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520748 - in head/textproc: . py-wtf-peewee X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: in head/textproc: . py-wtf-peewee X-SVN-Commit-Revision: 520748 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2019 22:54:30 -0000 Author: woodsb02 Date: Mon Dec 23 22:54:29 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ć Added: head/textproc/py-wtf-peewee/ head/textproc/py-wtf-peewee/Makefile (contents, props changed) head/textproc/py-wtf-peewee/distinfo (contents, props changed) head/textproc/py-wtf-peewee/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Dec 23 22:42:20 2019 (r520747) +++ head/textproc/Makefile Mon Dec 23 22:54:29 2019 (r520748) @@ -1407,6 +1407,7 @@ SUBDIR += py-wicked SUBDIR += py-wordnet SUBDIR += py-wstools + SUBDIR += py-wtf-peewee SUBDIR += py-wtforms SUBDIR += py-xhtml2pdf SUBDIR += py-xlrd Added: head/textproc/py-wtf-peewee/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-wtf-peewee/Makefile Mon Dec 23 22:54:29 2019 (r520748) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= wtf-peewee +PORTVERSION= 3.0.0 +CATEGORIES= textproc devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= meka@tilda.center +COMMENT= Bridge between peewee models and wtforms + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}peewee>=0:databases/py-peewee@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wtforms>=0:textproc/py-wtforms@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist concurrent distutils + +TEST_ENV= PYTHONPATH=${WRKSRC}/src + +NO_ARCH= yes + +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} runtests.py + +.include Added: head/textproc/py-wtf-peewee/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-wtf-peewee/distinfo Mon Dec 23 22:54:29 2019 (r520748) @@ -0,0 +1,3 @@ +TIMESTAMP = 1576928651 +SHA256 (wtf-peewee-3.0.0.tar.gz) = acd05d136c8595da3327fcf9176fa85fdcec1f2aac51d235e46e6fc7a0871283 +SIZE (wtf-peewee-3.0.0.tar.gz) = 62346 Added: head/textproc/py-wtf-peewee/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-wtf-peewee/pkg-descr Mon Dec 23 22:54:29 2019 (r520748) @@ -0,0 +1,4 @@ +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