diff --git a/misc/Makefile b/misc/Makefile index 8f664ef1613b8bd25c01e0a42addab93df8dac37..c9a42d64654345a6919e5a18eeba9353bf16d293 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -460,6 +460,7 @@ SUBDIR += py-palettable SUBDIR += py-papermill SUBDIR += py-pexpect + SUBDIR += py-pkbar SUBDIR += py-placekey SUBDIR += py-polars SUBDIR += py-powerline-status diff --git a/misc/py-pkbar/Makefile b/misc/py-pkbar/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..5c729bf8a25ea2a8b94fabb92a1c4249e5a0cbec --- /dev/null +++ b/misc/py-pkbar/Makefile @@ -0,0 +1,22 @@ +PORTNAME= pkbar +DISTVERSION= 0.5 +CATEGORIES= misc python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Keras Progress Bar for PyTorch +WWW= https://github.com/yueyericardo/pkbar + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-pkbar/distinfo b/misc/py-pkbar/distinfo new file mode 100644 index 0000000000000000000000000000000000000000..4a03639d6480b8a57f110228b75c188ec699dd9f --- /dev/null +++ b/misc/py-pkbar/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1707769520 +SHA256 (pkbar-0.5.tar.gz) = 3a6c389688cfa70c84433171ece71098c7f7181de3ba8375019de5713501ef15 +SIZE (pkbar-0.5.tar.gz) = 10501 diff --git a/misc/py-pkbar/pkg-descr b/misc/py-pkbar/pkg-descr new file mode 100644 index 0000000000000000000000000000000000000000..4361cf39da9270ae8830227d98301f65e39f5e7f --- /dev/null +++ b/misc/py-pkbar/pkg-descr @@ -0,0 +1 @@ +Keras style progressbar for pytorch (PK Bar).