From owner-svn-ports-head@FreeBSD.ORG Mon Dec 29 15:55:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16DD99EE; Mon, 29 Dec 2014 15:55:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD972648DB; Mon, 29 Dec 2014 15:55:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBTFtX4C007838; Mon, 29 Dec 2014 15:55:33 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBTFtXK2007836; Mon, 29 Dec 2014 15:55:33 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201412291555.sBTFtXK2007836@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 29 Dec 2014 15:55:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375794 - head/textproc/py-wtforms X-SVN-Group: ports-head 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.18-1 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, 29 Dec 2014 15:55:34 -0000 Author: rm Date: Mon Dec 29 15:55:32 2014 New Revision: 375794 URL: https://svnweb.freebsd.org/changeset/ports/375794 QAT: https://qat.redports.org/buildarchive/r375794/ Log: textproc/py-wtforms: update to 2.0.1 - update to 2.0.1 - add license file - add tests support - install documentation PR: 195991 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks) Modified: head/textproc/py-wtforms/Makefile head/textproc/py-wtforms/distinfo Modified: head/textproc/py-wtforms/Makefile ============================================================================== --- head/textproc/py-wtforms/Makefile Mon Dec 29 15:43:40 2014 (r375793) +++ head/textproc/py-wtforms/Makefile Mon Dec 29 15:55:32 2014 (r375794) @@ -2,18 +2,40 @@ # $FreeBSD$ PORTNAME= wtforms -PORTVERSION= 1.0.5 +PORTVERSION= 2.0.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= WTForms-${DISTVERSION} MAINTAINER= moggie@elasticmind.net -COMMENT= Forms validation and rendering library for Python web development +COMMENT= Flexible forms validation and rendering library for python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:${PORTSDIR}/devel/py-babel +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:${PORTSDIR}/devel/py-coverage \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy-devel>0:${PORTSDIR}/databases/py-sqlalchemy-devel \ + ${PYTHON_PKGNAMEPREFIX}pep8>0:${PORTSDIR}/devel/pep8 \ + ${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil + +OPTIONS_DEFINE= TESTS +TESTS_DESC= Install test suite dependencies +TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} USES= python zip -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils + +PORTDOCS= * + +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} _static/ ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/docs/html/ && ${CP} *.html ${STAGEDIR}${DOCSDIR}/) + (cd ${WRKSRC}/docs/html/ && ${CP} *.js ${STAGEDIR}${DOCSDIR}/) + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Modified: head/textproc/py-wtforms/distinfo ============================================================================== --- head/textproc/py-wtforms/distinfo Mon Dec 29 15:43:40 2014 (r375793) +++ head/textproc/py-wtforms/distinfo Mon Dec 29 15:55:32 2014 (r375794) @@ -1,2 +1,2 @@ -SHA256 (WTForms-1.0.5.zip) = b36b06e230403927c5e679ba84834053e9df380a0c0414bf70bca4ba1f672227 -SIZE (WTForms-1.0.5.zip) = 355186 +SHA256 (WTForms-2.0.1.zip) = 62859c74be4683601b5265ba83b9babd8a8f1cdd0ba31600fa1e70d295cd4ed2 +SIZE (WTForms-2.0.1.zip) = 444489