Skip to content

Commit

Permalink
misc/py-huggingface-hub: update to 0.22.1
Browse files Browse the repository at this point in the history
While here, sort RUN_DEPENDS based on upstream's setup.py.

Changelog:
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.22.0
- https://github.com/huggingface/huggingface_hub/releases/tag/v0.22.1

Reported by:	portscout
  • Loading branch information
Hiroki Tagato authored and Hiroki Tagato committed Mar 27, 2024
1 parent f5152ad commit eedc0ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions misc/py-huggingface-hub/Makefile
@@ -1,5 +1,5 @@
PORTNAME= huggingface-hub
DISTVERSION= 0.21.4
DISTVERSION= 0.22.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fsspec>=2023.5.0:devel/py-fsspec@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>=4.42.1:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=20.9:devel/py-packaging@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
Expand Down
6 changes: 3 additions & 3 deletions misc/py-huggingface-hub/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1710369070
SHA256 (huggingface_hub-0.21.4.tar.gz) = e1f4968c93726565a80edf6dc309763c7b546d0cfe79aa221206034d50155531
SIZE (huggingface_hub-0.21.4.tar.gz) = 298331
TIMESTAMP = 1711529800
SHA256 (huggingface_hub-0.22.1.tar.gz) = 5b8aaee5f3618cd432f49886da9935bbe8fab92d719011826430907b93171dd8
SIZE (huggingface_hub-0.22.1.tar.gz) = 322283

0 comments on commit eedc0ea

Please sign in to comment.