git: 0a0bb421743c - main - devel/py-frictionless: Add py-frictionless 4.12.4

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 30 20:45:26 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a0bb421743ccc1ede004120e40315b57ea49290

commit 0a0bb421743ccc1ede004120e40315b57ea49290
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:27:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	frictionless
+PORTVERSION=	4.12.4
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>
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


More information about the dev-commits-ports-main mailing list