From owner-dev-commits-ports-main@freebsd.org Sat Sep 11 07:14:22 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 2E54466C0FA; Sat, 11 Sep 2021 07:14:22 +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 4H63rs5vr9z3Lqn; Sat, 11 Sep 2021 07:14:21 +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 ABD531C54C; Sat, 11 Sep 2021 07:14:21 +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 18B7ELoF010008; Sat, 11 Sep 2021 07:14:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18B7EL9V010007; Sat, 11 Sep 2021 07:14:21 GMT (envelope-from git) Date: Sat, 11 Sep 2021 07:14:21 GMT Message-Id: <202109110714.18B7EL9V010007@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: dfc023864042 - main - science/py-pyked: New port: Package for manipulating Chemical Kinetics Experimental Data files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: dfc0238640429f5d381a17d2d1196f9f9461312e 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: Sat, 11 Sep 2021 07:14:22 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfc0238640429f5d381a17d2d1196f9f9461312e commit dfc0238640429f5d381a17d2d1196f9f9461312e Author: Yuri Victorovich AuthorDate: 2021-09-11 07:12:17 +0000 Commit: Yuri Victorovich CommitDate: 2021-09-11 07:13:16 +0000 science/py-pyked: New port: Package for manipulating Chemical Kinetics Experimental Data files --- science/Makefile | 1 + science/py-pyked/Makefile | 31 +++++++++++++++++++++++++++++++ science/py-pyked/distinfo | 3 +++ science/py-pyked/pkg-descr | 6 ++++++ 4 files changed, 41 insertions(+) diff --git a/science/Makefile b/science/Makefile index 0d094c356ee6..9cbe4c3e8c10 100644 --- a/science/Makefile +++ b/science/Makefile @@ -290,6 +290,7 @@ SUBDIR += py-pygeodesy SUBDIR += py-pygeometa SUBDIR += py-pygmo2 + SUBDIR += py-pyked SUBDIR += py-pymatgen SUBDIR += py-pymol SUBDIR += py-pyosf diff --git a/science/py-pyked/Makefile b/science/py-pyked/Makefile new file mode 100644 index 000000000000..79080cc0b709 --- /dev/null +++ b/science/py-pyked/Makefile @@ -0,0 +1,31 @@ +PORTNAME= pyked +DISTVERSIONPREFIX= v +DISTVERSION= 0.4.1-16 +DISTVERSIONSUFFIX= -gfcccaf8 +CATEGORIES= science python +#MASTER_SITES= CHEESESHOP 0.4.1 is broken there +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Package for manipulating Chemical Kinetics Experimental Data files + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}Cerberus>=1.0.0:devel/py-cerberus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}habanero>=0.6.0:www/py-habanero@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pint>=0.7.2:devel/py-pint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}uncertainties>=3.0.1:math/py-uncertainties@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ + +USES= python:3.6+ +USE_PYTHON= distutils concurrent autoplist + +USE_GITHUB= yes +GH_ACCOUNT= pr-omethe-us +GH_PROJECT= PyKED + +NO_ARCH= yes + +.include diff --git a/science/py-pyked/distinfo b/science/py-pyked/distinfo new file mode 100644 index 000000000000..b53ec61ea989 --- /dev/null +++ b/science/py-pyked/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1631341782 +SHA256 (pr-omethe-us-PyKED-v0.4.1-16-gfcccaf8_GH0.tar.gz) = 63fda19c9f9ab41e4e8234928f5c3977e7465cca1dd1ac1a8af4fe7458861b80 +SIZE (pr-omethe-us-PyKED-v0.4.1-16-gfcccaf8_GH0.tar.gz) = 384834 diff --git a/science/py-pyked/pkg-descr b/science/py-pyked/pkg-descr new file mode 100644 index 000000000000..0fb162b5db5f --- /dev/null +++ b/science/py-pyked/pkg-descr @@ -0,0 +1,6 @@ +PyKED is a Python package that provides the reference implementation of the +interface to ChemKED files. PyKED reads ChemKED files, validates their structure +and content, and allows the user to interact with the data contained in the +ChemKED file. + +WWW: https://pr-omethe-us.github.io/PyKED/