Skip to content

Commit

Permalink
misc/py-pkbar: New port: Keras Progress Bar for PyTorch
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Feb 12, 2024
1 parent e4dafdd commit df5a60b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/Makefile
Expand Up @@ -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
Expand Down
22 changes: 22 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions misc/py-pkbar/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1707769520
SHA256 (pkbar-0.5.tar.gz) = 3a6c389688cfa70c84433171ece71098c7f7181de3ba8375019de5713501ef15
SIZE (pkbar-0.5.tar.gz) = 10501
1 change: 1 addition & 0 deletions misc/py-pkbar/pkg-descr
@@ -0,0 +1 @@
Keras style progressbar for pytorch (PK Bar).

0 comments on commit df5a60b

Please sign in to comment.