svn commit: r554482 - in head/textproc: . py-petl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 8 17:11:05 UTC 2020
Author: sunpoet
Date: Sun Nov 8 17:11:01 2020
New Revision: 554482
URL: https://svnweb.freebsd.org/changeset/ports/554482
Log:
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
Added:
head/textproc/py-petl/
head/textproc/py-petl/Makefile (contents, props changed)
head/textproc/py-petl/distinfo (contents, props changed)
head/textproc/py-petl/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Nov 8 17:10:56 2020 (r554481)
+++ head/textproc/Makefile Sun Nov 8 17:11:01 2020 (r554482)
@@ -1334,6 +1334,7 @@
SUBDIR += py-pdfminer3k
SUBDIR += py-pdfrw
SUBDIR += py-pdftotext
+ SUBDIR += py-petl
SUBDIR += py-pikepdf
SUBDIR += py-precis_i18n
SUBDIR += py-pss
Added: head/textproc/py-petl/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-petl/Makefile Sun Nov 8 17:11:01 2020 (r554482)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= petl
+PORTVERSION= 1.6.8
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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>
Added: head/textproc/py-petl/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-petl/distinfo Sun Nov 8 17:11:01 2020 (r554482)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1604680064
+SHA256 (petl-1.6.8.tar.gz) = 6ae127469b3403029f8431490ac584ab3091b174512b5161494cd4bf85753d92
+SIZE (petl-1.6.8.tar.gz) = 236480
Added: head/textproc/py-petl/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-petl/pkg-descr Sun Nov 8 17:11:01 2020 (r554482)
@@ -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
More information about the svn-ports-all
mailing list