Initial import of devel/py-validictory

This commit is contained in:
Thomas Zander 2014-11-08 12:44:48 +00:00
parent 11ce632b31
commit ae65a93800
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372321
4 changed files with 32 additions and 0 deletions

View file

@ -4003,6 +4003,7 @@
SUBDIR += py-usb
SUBDIR += py-user_agents
SUBDIR += py-utils
SUBDIR += py-validictory
SUBDIR += py-venusian
SUBDIR += py-versiontools
SUBDIR += py-virtualenv

View file

@ -0,0 +1,23 @@
# Created by: Thomas Zander <riggs@FreeBSD.org>
# $FreeBSD$
PORTNAME= validictory
PORTVERSION= 0.9.3
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= General purpose Python data validator
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_GITHUB= yes
GH_ACCOUNT= sunlightlabs
GH_COMMIT= 584d90b
GH_TAGNAME= ${GH_COMMIT}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (validictory-0.9.3.tar.gz) = 64a92d5c0d8fcff3990466538a730387f7d6ed8205f83613fd4797b9efdcdb5c
SIZE (validictory-0.9.3.tar.gz) = 25834

View file

@ -0,0 +1,6 @@
Validictory is a general purpose Python data validator.
It works with Python 2.6+ and Python 3.2+ and uses a Schema format
based on JSON Schema Proposal (http://json-schema.org).
WWW: http://github.com/sunlightlabs/validictory