New port: devel/py-schema: Simple data validation library

Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Yuri Victorovich 2018-03-11 00:40:24 +00:00
parent c95b377c5c
commit fd68a0b272
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464134
4 changed files with 28 additions and 0 deletions

View file

@ -4882,6 +4882,7 @@
SUBDIR += py-rwt
SUBDIR += py-sanetime
SUBDIR += py-sarge
SUBDIR += py-schema
SUBDIR += py-scripttest
SUBDIR += py-sdl2
SUBDIR += py-selection

19
devel/py-schema/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= schema
DISTVERSION= 0.6.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple data validation library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
devel/py-schema/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1520728077
SHA256 (schema-0.6.7.tar.gz) = 410f44cb025384959d20deef00b4e1595397fa30959947a4f0d92e9c84616f35
SIZE (schema-0.6.7.tar.gz) = 18746

View file

@ -0,0 +1,5 @@
schema is a library for validating Python data structures, such as those
obtained from config-files, forms, external services or command-line
parsing, converted from JSON/YAML (or something else) to Python data-types.
WWW: https://github.com/keleshev/schema