mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
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:
parent
31d5498618
commit
8fd5eb4d5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554482
@ -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
textproc/py-petl/Makefile
Normal file
23
textproc/py-petl/Makefile
Normal 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
textproc/py-petl/distinfo
Normal file
3
textproc/py-petl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1604680064
|
||||
SHA256 (petl-1.6.8.tar.gz) = 6ae127469b3403029f8431490ac584ab3091b174512b5161494cd4bf85753d92
|
||||
SIZE (petl-1.6.8.tar.gz) = 236480
|
4
textproc/py-petl/pkg-descr
Normal file
4
textproc/py-petl/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user