FreeBSD Bugzilla – Attachment 150604 Details for
Bug 195991
textproc/py-wtforms: update to 2.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
2.0.1 update
wtforms2.diff (text/plain), 1.95 KB, created by
Ruslan Makhmatkhanov
on 2014-12-15 10:44:52 UTC
(
hide
)
Description:
2.0.1 update
Filename:
MIME Type:
Creator:
Ruslan Makhmatkhanov
Created:
2014-12-15 10:44:52 UTC
Size:
1.95 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 374736) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= wtforms >-PORTVERSION= 1.0.5 >+PORTVERSION= 2.0.1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -9,11 +9,33 @@ > 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 <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 374736) >+++ distinfo (working copy) >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195991
: 150604