From owner-dev-commits-ports-all@freebsd.org Tue Jul 13 22:44:53 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 4C0FE6671F6; Tue, 13 Jul 2021 22:44:53 +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 4GPbLF1R5Vz4TtX; Tue, 13 Jul 2021 22:44:53 +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 1950A2CD3; Tue, 13 Jul 2021 22:44:53 +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 16DMirlC099666; Tue, 13 Jul 2021 22:44:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16DMirTb099665; Tue, 13 Jul 2021 22:44:53 GMT (envelope-from git) Date: Tue, 13 Jul 2021 22:44:53 GMT Message-Id: <202107132244.16DMirTb099665@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 631a439fecb8 - main - devel/py-iopath: New Port: Library providing I/O interface among storage backends MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 631a439fecb874105df0a68b978a91b05f34f0b8 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: Tue, 13 Jul 2021 22:44:53 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=631a439fecb874105df0a68b978a91b05f34f0b8 commit 631a439fecb874105df0a68b978a91b05f34f0b8 Author: Neel Chauhan AuthorDate: 2021-07-13 18:28:36 +0000 Commit: Neel Chauhan CommitDate: 2021-07-13 22:44:45 +0000 devel/py-iopath: New Port: Library providing I/O interface among storage backends --- devel/Makefile | 1 + devel/py-iopath/Makefile | 22 ++++++++++++++++++++++ devel/py-iopath/distinfo | 3 +++ devel/py-iopath/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 1841f6e72ab6..bff6a25dfcbb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4547,6 +4547,7 @@ SUBDIR += py-intervaltree SUBDIR += py-invoke SUBDIR += py-ioflo + SUBDIR += py-iopath SUBDIR += py-ipaddr SUBDIR += py-ipdb SUBDIR += py-ipykernel5 diff --git a/devel/py-iopath/Makefile b/devel/py-iopath/Makefile new file mode 100644 index 000000000000..45bc2ce3e897 --- /dev/null +++ b/devel/py-iopath/Makefile @@ -0,0 +1,22 @@ +PORTNAME= iopath +PORTVERSION= 0.1.9 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nc@FreeBSD.org +COMMENT= Library providing I/O interface among storage backends + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}portalocker>0:devel/py-portalocker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} + +USES= python:3.7+ +USE_GITHUB= yes +GH_ACCOUNT= facebookresearch +GH_TAGNAME= b49ef53b557b794ad142047905827a6727b91d63 +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-iopath/distinfo b/devel/py-iopath/distinfo new file mode 100644 index 000000000000..2659ae4a0367 --- /dev/null +++ b/devel/py-iopath/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626200732 +SHA256 (facebookresearch-iopath-0.1.9-b49ef53b557b794ad142047905827a6727b91d63_GH0.tar.gz) = d1ac38ab3c7842b394ac7b543434a9b4ca8c375af88d0df143abd1fe744768c2 +SIZE (facebookresearch-iopath-0.1.9-b49ef53b557b794ad142047905827a6727b91d63_GH0.tar.gz) = 35979 diff --git a/devel/py-iopath/pkg-descr b/devel/py-iopath/pkg-descr new file mode 100644 index 000000000000..94f868546747 --- /dev/null +++ b/devel/py-iopath/pkg-descr @@ -0,0 +1,4 @@ +iopath is a lightweight I/O abstraction library that provides a common +interface across storage backends. + +WWW: https://github.com/facebookresearch/iopath