From owner-dev-commits-ports-all@freebsd.org Wed Jul 14 16:16:32 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBF9C64E9E7; Wed, 14 Jul 2021 16:16:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GQ2gh1sMpz4gMR; Wed, 14 Jul 2021 16:16:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80A59190B8; Wed, 14 Jul 2021 16:16:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16EGGVDO008289; Wed, 14 Jul 2021 16:16:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16EGGVaD008288; Wed, 14 Jul 2021 16:16:31 GMT (envelope-from git) Date: Wed, 14 Jul 2021 16:16:31 GMT Message-Id: <202107141616.16EGGVaD008288@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 276ce5836b15 - main - textproc/py-pyexcel-io: Add py-pyexcel-io 0.6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 276ce5836b15d997044e1f73e94aafc971db8a9b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2021 16:16:32 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=276ce5836b15d997044e1f73e94aafc971db8a9b commit 276ce5836b15d997044e1f73e94aafc971db8a9b Author: Po-Chuan Hsieh AuthorDate: 2021-07-14 15:48:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-07-14 16:09:37 +0000 textproc/py-pyexcel-io: Add py-pyexcel-io 0.6.4 pyexcel-io provides one application programming interface (API) to read and write the data in excel format, import the data into and export the data from database. It provides support for csv(z) format, django database and sqlalchemy supported databases. Its supported file formats are extended to cover "xls", "xlsx", "ods". WWW: https://github.com/pyexcel/pyexcel-io --- textproc/Makefile | 1 + textproc/py-pyexcel-io/Makefile | 22 ++++++++++++++++++++++ textproc/py-pyexcel-io/distinfo | 3 +++ textproc/py-pyexcel-io/pkg-descr | 7 +++++++ 4 files changed, 33 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index f4b7111db166..6b9d6a2a89e9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1371,6 +1371,7 @@ SUBDIR += py-pycountry SUBDIR += py-pyexcel SUBDIR += py-pyexcel-ezodf + SUBDIR += py-pyexcel-io SUBDIR += py-pygccxml SUBDIR += py-pygments SUBDIR += py-pygments-25 diff --git a/textproc/py-pyexcel-io/Makefile b/textproc/py-pyexcel-io/Makefile new file mode 100644 index 000000000000..80ae19b6a28f --- /dev/null +++ b/textproc/py-pyexcel-io/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pyexcel-io +PORTVERSION= 0.6.4 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Read/write structured data in CSV, zipped CSV format and to/from databases + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/textproc/py-pyexcel-io/distinfo b/textproc/py-pyexcel-io/distinfo new file mode 100644 index 000000000000..f92bc90476aa --- /dev/null +++ b/textproc/py-pyexcel-io/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1625585432 +SHA256 (pyexcel-io-0.6.4.tar.gz) = 00f15f4bae2947de49b3206f2600f78780008e044380f7aafe0ce52969cda4ca +SIZE (pyexcel-io-0.6.4.tar.gz) = 75769 diff --git a/textproc/py-pyexcel-io/pkg-descr b/textproc/py-pyexcel-io/pkg-descr new file mode 100644 index 000000000000..ee6f6e12a091 --- /dev/null +++ b/textproc/py-pyexcel-io/pkg-descr @@ -0,0 +1,7 @@ +pyexcel-io provides one application programming interface (API) to read and +write the data in excel format, import the data into and export the data from +database. It provides support for csv(z) format, django database and sqlalchemy +supported databases. Its supported file formats are extended to cover "xls", +"xlsx", "ods". + +WWW: https://github.com/pyexcel/pyexcel-io