add py-unicorn

This commit is contained in:
ziggi
2020-07-23 08:20:28 +00:00
parent adf7c51a96
commit 034a8cc18f
20 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# $FreeBSD: head/devel/py-pydantic/Makefile 542167 2020-07-14 00:45:25Z yuri $
PORTNAME= pydantic
DISTVERSION= 1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Data validation and settings management using python 3.6 type hinting
py36_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0.6:python/py-dataclasses@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1594687427
SHA256 (pydantic-1.6.tar.gz) = 1998e5f783c37853c6dfc1e6ba3a0cc486798b26920822b569ea883b38fd39eb
SIZE (pydantic-1.6.tar.gz) = 123325

View File

@@ -0,0 +1,4 @@
Data validation and settings management using python type hinting.
Define how data should be in pure, canonical python; validate it with pydantic.
WWW: https://github.com/samuelcolvin/pydantic