mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
misc/py-wandb: New port: CLI and library for interacting with the Weights and Biases API
This commit is contained in:
parent
e20ee3cf0f
commit
12da909032
4 changed files with 59 additions and 0 deletions
|
@ -462,6 +462,7 @@
|
|||
SUBDIR += py-tqdm
|
||||
SUBDIR += py-tvm
|
||||
SUBDIR += py-uhi
|
||||
SUBDIR += py-wandb
|
||||
SUBDIR += py-wurlitzer
|
||||
SUBDIR += py-xgboost
|
||||
SUBDIR += pyobd
|
||||
|
|
52
misc/py-wandb/Makefile
Normal file
52
misc/py-wandb/Makefile
Normal file
|
@ -0,0 +1,52 @@
|
|||
PORTNAME= wandb
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.10
|
||||
CATEGORIES= misc # mechine-learning
|
||||
#MASTER_SITES= PYPI # no tests
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= CLI and library for interacting with the Weights and Biases API
|
||||
WWW= https://wandb.ai/
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gitpython>=1.0.0:devel/py-gitpython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pathtools>=0:devel/py-pathtools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0:devel/py-protobuf@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil>=5.0.0:sysutils/py-psutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0,<3:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sentry-sdk>=1.0.0:devel/py-sentry-sdk@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
||||
${PY_DEPENDS}
|
||||
RUN_DEPENDS= ${PY_DEPENDS}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}nbclient>0:devel/py-nbclient@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}nbformat>0:devel/py-nbformat@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-flask>0:devel/py-pytest-flask@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-mock>=1.10.4:devel/py-pytest-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>0:devel/py-pytest-rerunfailures@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR}
|
||||
|
||||
USES= python shebangfix
|
||||
USE_PYTHON= pep517 concurrent autoplist pytest # tests fail because some test dependencies are missing
|
||||
USE_GITHUB= yes
|
||||
|
||||
SHEBANG_GLOB= *.py
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/py-wandb/distinfo
Normal file
3
misc/py-wandb/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1677545761
|
||||
SHA256 (wandb-wandb-v0.13.10_GH0.tar.gz) = bc8e38f05000675eea06f68216f3afe9cbd2114e591faf37b8acb1e5d4ef9246
|
||||
SIZE (wandb-wandb-v0.13.10_GH0.tar.gz) = 14958338
|
3
misc/py-wandb/pkg-descr
Normal file
3
misc/py-wandb/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
wandb helps to build better machine learning models faster. It allows to track
|
||||
and visualize all the pieces of your machine learning pipeline, from datasets
|
||||
to production machine learning models.
|
Loading…
Add table
Reference in a new issue