mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
add py-unicorn
This commit is contained in:
18
python/py-pydantic/Makefile
Normal file
18
python/py-pydantic/Makefile
Normal 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>
|
||||
3
python/py-pydantic/distinfo
Normal file
3
python/py-pydantic/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1594687427
|
||||
SHA256 (pydantic-1.6.tar.gz) = 1998e5f783c37853c6dfc1e6ba3a0cc486798b26920822b569ea883b38fd39eb
|
||||
SIZE (pydantic-1.6.tar.gz) = 123325
|
||||
4
python/py-pydantic/pkg-descr
Normal file
4
python/py-pydantic/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user