pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-huggingface-hub
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 21 14:10:52 UTC 2025
Modified Files:
pkgsrc/math/py-huggingface-hub: Makefile PLIST distinfo
Log Message:
py-huggingface-hub: updated to 0.27.1
v0.27.1: Fix `typing.get_type_hints` call on a `ModelHubMixin`
v0.27.0: DDUF tooling, torch model loading helpers & multiple quality of life improvements and bug fixes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-huggingface-hub/Makefile \
pkgsrc/math/py-huggingface-hub/PLIST \
pkgsrc/math/py-huggingface-hub/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-huggingface-hub/Makefile
diff -u pkgsrc/math/py-huggingface-hub/Makefile:1.1 pkgsrc/math/py-huggingface-hub/Makefile:1.2
--- pkgsrc/math/py-huggingface-hub/Makefile:1.1 Tue Jan 21 13:28:40 2025
+++ pkgsrc/math/py-huggingface-hub/Makefile Tue Jan 21 14:10:52 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/01/21 13:28:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2025/01/21 14:10:52 adam Exp $
-DISTNAME= huggingface_hub-0.26.1
-PKGNAME= ${PYPKGPREFIX:S/_/-/}-${DISTNAME}
+DISTNAME= huggingface_hub-0.27.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/huggingface-hub/}
@@ -11,7 +11,6 @@ COMMENT= The official Python client for
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-filelock-[0-9]*:../../devel/py-filelock
DEPENDS+= ${PYPKGPREFIX}-fsspec>=2023.5.0:../../sysutils/py-fsspec
DEPENDS+= ${PYPKGPREFIX}-packaging>=20.9:../../devel/py-packaging
@@ -20,13 +19,11 @@ DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.42.1:..
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
-USE_LANGUAGES= # none
-
-INSTALLATION_DIRS= bin
+USE_LANGUAGES= # none
post-install:
- cd ${DESTDIR}${PREFIX}/bin && ${MV} huggingface-cli huggingface-cli-${PYVERSSUFFIX}
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} huggingface-cli huggingface-cli-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-huggingface-hub/PLIST
diff -u pkgsrc/math/py-huggingface-hub/PLIST:1.1 pkgsrc/math/py-huggingface-hub/PLIST:1.2
--- pkgsrc/math/py-huggingface-hub/PLIST:1.1 Tue Jan 21 13:28:40 2025
+++ pkgsrc/math/py-huggingface-hub/PLIST Tue Jan 21 14:10:52 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/01/21 13:28:40 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/01/21 14:10:52 adam Exp $
bin/huggingface-cli-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -24,9 +24,6 @@ ${PYSITELIB}/huggingface_hub/_local_fold
${PYSITELIB}/huggingface_hub/_login.py
${PYSITELIB}/huggingface_hub/_login.pyc
${PYSITELIB}/huggingface_hub/_login.pyo
-${PYSITELIB}/huggingface_hub/_multi_commits.py
-${PYSITELIB}/huggingface_hub/_multi_commits.pyc
-${PYSITELIB}/huggingface_hub/_multi_commits.pyo
${PYSITELIB}/huggingface_hub/_snapshot_download.py
${PYSITELIB}/huggingface_hub/_snapshot_download.pyc
${PYSITELIB}/huggingface_hub/_snapshot_download.pyo
@@ -246,6 +243,9 @@ ${PYSITELIB}/huggingface_hub/serializati
${PYSITELIB}/huggingface_hub/serialization/_base.py
${PYSITELIB}/huggingface_hub/serialization/_base.pyc
${PYSITELIB}/huggingface_hub/serialization/_base.pyo
+${PYSITELIB}/huggingface_hub/serialization/_dduf.py
+${PYSITELIB}/huggingface_hub/serialization/_dduf.pyc
+${PYSITELIB}/huggingface_hub/serialization/_dduf.pyo
${PYSITELIB}/huggingface_hub/serialization/_tensorflow.py
${PYSITELIB}/huggingface_hub/serialization/_tensorflow.pyc
${PYSITELIB}/huggingface_hub/serialization/_tensorflow.pyo
Index: pkgsrc/math/py-huggingface-hub/distinfo
diff -u pkgsrc/math/py-huggingface-hub/distinfo:1.1 pkgsrc/math/py-huggingface-hub/distinfo:1.2
--- pkgsrc/math/py-huggingface-hub/distinfo:1.1 Tue Jan 21 13:28:40 2025
+++ pkgsrc/math/py-huggingface-hub/distinfo Tue Jan 21 14:10:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/01/21 13:28:40 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2025/01/21 14:10:52 adam Exp $
-BLAKE2s (huggingface_hub-0.26.1.tar.gz) = 86c88859d228f1e56ac5784f86a9d09e1e99a3d654943bb5287481cce4d15ebd
-SHA512 (huggingface_hub-0.26.1.tar.gz) = b41818f7c9db0af3c237d76b548a62c0453be4159ab39502a8f676a4ee038466e0baaf467e2ec9861c1ec0ee61e40948b0a1386092a21c54c661e55dba95fdf7
-Size (huggingface_hub-0.26.1.tar.gz) = 375458 bytes
+BLAKE2s (huggingface_hub-0.27.1.tar.gz) = ea3d9f559f7c5089cc1e30276a7d35a651716977a16ac975d7c3bae9b0cd7a01
+SHA512 (huggingface_hub-0.27.1.tar.gz) = 508aa8559d175e6f4e80e63bc8d9a9f4554308c7cf78e989cc55a7b145b6cbd172b30f3f67110f3270577863ca0a8733df30b46f0700e06a584f2e194e039785
+Size (huggingface_hub-0.27.1.tar.gz) = 379407 bytes
Home |
Main Index |
Thread Index |
Old Index