FreeBSD Bugzilla – Attachment 201049 Details for
Bug 234889
[new port] devel/py-jsonform: Form validation for JSON-like data
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port diff
py-jsonform.diff (text/plain), 2.77 KB, created by
Antonio Huete Jimenez
on 2019-01-12 00:41:15 UTC
(
hide
)
Description:
port diff
Filename:
MIME Type:
Creator:
Antonio Huete Jimenez
Created:
2019-01-12 00:41:15 UTC
Size:
2.77 KB
patch
obsolete
>Index: devel/Makefile >=================================================================== >--- devel/Makefile (revision 489974) >+++ devel/Makefile (working copy) >@@ -4631,6 +4631,7 @@ > SUBDIR += py-json-py > SUBDIR += py-json-sempai > SUBDIR += py-json_tricks >+ SUBDIR += py-jsonform > SUBDIR += py-jsonlib > SUBDIR += py-jsonlib2 > SUBDIR += py-jsonlines >Index: devel/py-jsonform/Makefile >=================================================================== >--- devel/py-jsonform/Makefile (nonexistent) >+++ devel/py-jsonform/Makefile (working copy) >@@ -0,0 +1,24 @@ >+# $FreeBSD$ >+ >+PORTNAME= jsonform >+PORTVERSION= 0.0.2 >+CATEGORIES= devel python >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Form validation for JSON-like data >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.4.0:devel/py-jsonschema@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= distutils autoplist >+ >+USE_GITHUB= yes >+ >+GH_ACCOUNT= RussellLuo >+GH_PROJECT= jsonform >+GH_TAGNAME= 7ee5f95 >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-jsonform/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-jsonform/distinfo >=================================================================== >--- devel/py-jsonform/distinfo (nonexistent) >+++ devel/py-jsonform/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1547201011 >+SHA256 (RussellLuo-jsonform-0.0.2-7ee5f95_GH0.tar.gz) = dd6d8fe62a817f17a76cf988122248adc1c40aa280c7c7098b2a07f3775a16dc >+SIZE (RussellLuo-jsonform-0.0.2-7ee5f95_GH0.tar.gz) = 2973 > >Property changes on: devel/py-jsonform/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-jsonform/pkg-descr >=================================================================== >--- devel/py-jsonform/pkg-descr (nonexistent) >+++ devel/py-jsonform/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Form validation for JSON-like data (i.e. document) in Python. >+ >+WWW: https://github.com/RussellLuo/jsonform > >Property changes on: devel/py-jsonform/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 234889
: 201049 |
201050