From owner-dev-commits-ports-main@freebsd.org Wed Jun 30 20:45:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8384F64C74A; Wed, 30 Jun 2021 20:45:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GFYJQ1r48z3tkN; Wed, 30 Jun 2021 20:45:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2169913B94; Wed, 30 Jun 2021 20:45:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15UKjQu0053272; Wed, 30 Jun 2021 20:45:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15UKjQuB053271; Wed, 30 Jun 2021 20:45:26 GMT (envelope-from git) Date: Wed, 30 Jun 2021 20:45:26 GMT Message-Id: <202106302045.15UKjQuB053271@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0a0bb421743c - main - devel/py-frictionless: Add py-frictionless 4.12.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0a0bb421743ccc1ede004120e40315b57ea49290 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 20:45:26 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a0bb421743ccc1ede004120e40315b57ea49290 commit 0a0bb421743ccc1ede004120e40315b57ea49290 Author: Po-Chuan Hsieh AuthorDate: 2021-06-30 20:27:27 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-30 20:43:30 +0000 devel/py-frictionless: Add py-frictionless 4.12.4 Frictionless is a framework to describe, extract, validate, and transform tabular data (DEVT Framework). It supports a great deal of data schemes and formats, as well as provides popular platforms integrations. The framework is powered by the lightweight yet comprehensive Frictionless Data Specifications. WWW: https://github.com/frictionlessdata/frictionless-py --- devel/Makefile | 1 + devel/py-frictionless/Makefile | 35 +++++++++++++++++++++++++++++++++++ devel/py-frictionless/distinfo | 3 +++ devel/py-frictionless/pkg-descr | 6 ++++++ 4 files changed, 45 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 79192a5993fe..c0496cf43771 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4446,6 +4446,7 @@ SUBDIR += py-freebsd-sysctl SUBDIR += py-freenas.utils SUBDIR += py-freezegun + SUBDIR += py-frictionless SUBDIR += py-frozendict SUBDIR += py-fs SUBDIR += py-fs2 diff --git a/devel/py-frictionless/Makefile b/devel/py-frictionless/Makefile new file mode 100644 index 000000000000..e3434be1eec6 --- /dev/null +++ b/devel/py-frictionless/Makefile @@ -0,0 +1,35 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= frictionless +PORTVERSION= 4.12.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Framework to describe, extract, validate, and transform tabular data + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=3.0,1:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6:devel/py-isodate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5:devel/py-jsonschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}petl>=1.6:textproc/py-petl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.8:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-slugify>=1.2:textproc/py-python-slugify@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=5.3:devel/py-yaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.10:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.4:www/py-rfc3986@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}simpleeval>=0.9:devel/py-simpleeval@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}stringcase>=1.2:devel/py-stringcase@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typer>=0.3:devel/py-typer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}validators>=0.18:devel/py-validators@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-frictionless/distinfo b/devel/py-frictionless/distinfo new file mode 100644 index 000000000000..337d3f9e9fb7 --- /dev/null +++ b/devel/py-frictionless/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624630038 +SHA256 (frictionless-4.12.4.tar.gz) = cb88888af94fd2c8e26077cbbd141719c8fe7d1762e72ea3d86703075ea185e9 +SIZE (frictionless-4.12.4.tar.gz) = 165966 diff --git a/devel/py-frictionless/pkg-descr b/devel/py-frictionless/pkg-descr new file mode 100644 index 000000000000..733c29fa3c0a --- /dev/null +++ b/devel/py-frictionless/pkg-descr @@ -0,0 +1,6 @@ +Frictionless is a framework to describe, extract, validate, and transform +tabular data (DEVT Framework). It supports a great deal of data schemes and +formats, as well as provides popular platforms integrations. The framework is +powered by the lightweight yet comprehensive Frictionless Data Specifications. + +WWW: https://github.com/frictionlessdata/frictionless-py