mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Initial import of devel/py-validictory
This commit is contained in:
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
|
@ -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
|
||||
|
|
23
devel/py-validictory/Makefile
Normal file
23
devel/py-validictory/Makefile
Normal 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>
|
2
devel/py-validictory/distinfo
Normal file
2
devel/py-validictory/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (validictory-0.9.3.tar.gz) = 64a92d5c0d8fcff3990466538a730387f7d6ed8205f83613fd4797b9efdcdb5c
|
||||
SIZE (validictory-0.9.3.tar.gz) = 25834
|
6
devel/py-validictory/pkg-descr
Normal file
6
devel/py-validictory/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue