From owner-dev-commits-ports-main@freebsd.org Mon Jun 14 17:46:08 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 6E38D661935; Mon, 14 Jun 2021 17:46:08 +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 4G3f4w1FcVz3ts9; Mon, 14 Jun 2021 17:46:08 +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 EB6A619275; Mon, 14 Jun 2021 17:46:07 +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 15EHk7xj052675; Mon, 14 Jun 2021 17:46:07 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EHk7RX052674; Mon, 14 Jun 2021 17:46:07 GMT (envelope-from git) Date: Mon, 14 Jun 2021 17:46:07 GMT Message-Id: <202106141746.15EHk7RX052674@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: 00f9d9aecd76 - main - devel/py-pint-pandas: Add py-pint-pandas 0.2 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: 00f9d9aecd769c1822e3b8d05215ad8f2667b936 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 17:46:08 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=00f9d9aecd769c1822e3b8d05215ad8f2667b936 commit 00f9d9aecd769c1822e3b8d05215ad8f2667b936 Author: Po-Chuan Hsieh AuthorDate: 2021-06-14 17:32:32 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-14 17:32:32 +0000 devel/py-pint-pandas: Add py-pint-pandas 0.2 Pint-Pandas provides pandas support for pint. WWW: https://github.com/hgrecco/pint-pandas --- devel/Makefile | 1 + devel/py-pint-pandas/Makefile | 25 +++++++++++++++++++++++++ devel/py-pint-pandas/distinfo | 3 +++ devel/py-pint-pandas/pkg-descr | 3 +++ 4 files changed, 32 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 25499a324eba..cf06f64ae573 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4811,6 +4811,7 @@ SUBDIR += py-pika-pool SUBDIR += py-pinocchio SUBDIR += py-pint + SUBDIR += py-pint-pandas SUBDIR += py-pip SUBDIR += py-pip-api SUBDIR += py-pip-licenses diff --git a/devel/py-pint-pandas/Makefile b/devel/py-pint-pandas/Makefile new file mode 100644 index 000000000000..a3d5bbc6c402 --- /dev/null +++ b/devel/py-pint-pandas/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pint-pandas +PORTVERSION= 0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Pint-Pandas-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Physical quantities module + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.2,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pint>=0.17:devel/py-pint@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-pint-pandas/distinfo b/devel/py-pint-pandas/distinfo new file mode 100644 index 000000000000..b3a708ad077b --- /dev/null +++ b/devel/py-pint-pandas/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1622213964 +SHA256 (Pint-Pandas-0.2.tar.gz) = 6f60d2e80ac102e0f94addb9206e0f6cca5ee42f0b7f8930d8c798002e41fa87 +SIZE (Pint-Pandas-0.2.tar.gz) = 26544 diff --git a/devel/py-pint-pandas/pkg-descr b/devel/py-pint-pandas/pkg-descr new file mode 100644 index 000000000000..57580c51955c --- /dev/null +++ b/devel/py-pint-pandas/pkg-descr @@ -0,0 +1,3 @@ +Pint-Pandas provides pandas support for pint. + +WWW: https://github.com/hgrecco/pint-pandas