aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-petl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-08 17:11:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-11-08 17:11:01 +0000
commit8fd5eb4d5a490cb7eaebf3b7f29fa99d30ca65e4 (patch)
treec439b67f9ef51d74126347eb2c7cbf1843d59856 /textproc/py-petl
parent31d54986188b4c915aec73a71c4338d86b4c4f22 (diff)
downloadports-8fd5eb4d5a490cb7eaebf3b7f29fa99d30ca65e4.tar.gz
ports-8fd5eb4d5a490cb7eaebf3b7f29fa99d30ca65e4.zip
Add py-petl 1.6.8
petl is a general purpose Python package for extracting, transforming and loading tables of data. WWW: https://github.com/petl-developers/petl
Notes
Notes: svn path=/head/; revision=554482
Diffstat (limited to 'textproc/py-petl')
-rw-r--r--textproc/py-petl/Makefile23
-rw-r--r--textproc/py-petl/distinfo3
-rw-r--r--textproc/py-petl/pkg-descr4
3 files changed, 30 insertions, 0 deletions
diff --git a/textproc/py-petl/Makefile b/textproc/py-petl/Makefile
new file mode 100644
index 000000000000..30c39ad8774d
--- /dev/null
+++ b/textproc/py-petl/Makefile
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= petl
+PORTVERSION= 1.6.8
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Extract, transform and load tables of data
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.5.4:devel/py-setuptools_scm@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/py-petl/distinfo b/textproc/py-petl/distinfo
new file mode 100644
index 000000000000..9ba941176d43
--- /dev/null
+++ b/textproc/py-petl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604680064
+SHA256 (petl-1.6.8.tar.gz) = 6ae127469b3403029f8431490ac584ab3091b174512b5161494cd4bf85753d92
+SIZE (petl-1.6.8.tar.gz) = 236480
diff --git a/textproc/py-petl/pkg-descr b/textproc/py-petl/pkg-descr
new file mode 100644
index 000000000000..f44114e2ee96
--- /dev/null
+++ b/textproc/py-petl/pkg-descr
@@ -0,0 +1,4 @@
+petl is a general purpose Python package for extracting, transforming and
+loading tables of data.
+
+WWW: https://github.com/petl-developers/petl