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
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2020-11-08 17:11:01 +00:00
parent 31d5498618
commit 8fd5eb4d5a
4 changed files with 31 additions and 0 deletions
+1
View File
@@ -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
+23
View File
@@ -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>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1604680064
SHA256 (petl-1.6.8.tar.gz) = 6ae127469b3403029f8431490ac584ab3091b174512b5161494cd4bf85753d92
SIZE (petl-1.6.8.tar.gz) = 236480
+4
View File
@@ -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