Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 03:36:55 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec0263baf50f - main - math/py-pytorchvideo: New port: Video understanding deep learning library
Message-ID:  <202107140336.16E3atlp086562@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec0263baf50f4a5c89eb57fae793488f9ef7e70c

commit ec0263baf50f4a5c89eb57fae793488f9ef7e70c
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-07-14 03:36:03 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-07-14 03:36:48 +0000

    math/py-pytorchvideo: New port: Video understanding deep learning library
---
 math/Makefile                  |  1 +
 math/py-pytorchvideo/Makefile  | 22 ++++++++++++++++++++++
 math/py-pytorchvideo/distinfo  |  3 +++
 math/py-pytorchvideo/pkg-descr |  7 +++++++
 4 files changed, 33 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 4410c257cb6d..480c044b041a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -879,6 +879,7 @@
     SUBDIR += py-python-igraph
     SUBDIR += py-python-louvain
     SUBDIR += py-python-picard
+    SUBDIR += py-pytorchvideo
     SUBDIR += py-pyvtk
     SUBDIR += py-qdldl
     SUBDIR += py-quadprog
diff --git a/math/py-pytorchvideo/Makefile b/math/py-pytorchvideo/Makefile
new file mode 100644
index 000000000000..6ddb8f56154d
--- /dev/null
+++ b/math/py-pytorchvideo/Makefile
@@ -0,0 +1,22 @@
+PORTNAME=	pytorchvideo
+PORTVERSION=	0.1.2
+CATEGORIES=	math python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	nc@FreeBSD.org
+COMMENT=	Video understanding deep learning library
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}av>0:multimedia/py-av@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fvcore>0:math/py-fvcore@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}iopath>0:devel/py-iopath@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR}
+
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/math/py-pytorchvideo/distinfo b/math/py-pytorchvideo/distinfo
new file mode 100644
index 000000000000..5f1b1e6523a3
--- /dev/null
+++ b/math/py-pytorchvideo/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626233697
+SHA256 (pytorchvideo-0.1.2.tar.gz) = 441def1c771881220c693b8117dcfdc6c55b13ccf9ff691adfe2a50d3ef4da81
+SIZE (pytorchvideo-0.1.2.tar.gz) = 115424
diff --git a/math/py-pytorchvideo/pkg-descr b/math/py-pytorchvideo/pkg-descr
new file mode 100644
index 000000000000..40515a2e55cc
--- /dev/null
+++ b/math/py-pytorchvideo/pkg-descr
@@ -0,0 +1,7 @@
+PyTorchVideo is a deeplearning library with a focus on video understanding
+work. PytorchVideo provides reusable, modular and efficient components needed
+to accelerate the video understanding research. PyTorchVideo is developed using
+PyTorch and supports different deeplearning video components like video models,
+video datasets, and video-specific transforms.
+
+WWW: https://github.com/facebookresearch/pytorchvideo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107140336.16E3atlp086562>