diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-05 12:16:51 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-05 12:16:51 +0200 |
| commit | 977101282a9db7c717b1c75bfda88939b1a13ec7 (patch) | |
| tree | 377cab2f33721cb083c3876f510e636ea1ac0fa5 /python3-fsspec/python3-fsspec.SlackBuild | |
| parent | 96b63dc086e548a45eda0680f81ca2f2c26614f8 (diff) | |
| download | my-slackbuilds-977101282a9db7c717b1c75bfda88939b1a13ec7.tar.gz my-slackbuilds-977101282a9db7c717b1c75bfda88939b1a13ec7.zip | |
python3-fsspec: switch to PyPI tarball to fix vcs version detection
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'python3-fsspec/python3-fsspec.SlackBuild')
| -rw-r--r-- | python3-fsspec/python3-fsspec.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python3-fsspec/python3-fsspec.SlackBuild b/python3-fsspec/python3-fsspec.SlackBuild index bebe342..ec29fad 100644 --- a/python3-fsspec/python3-fsspec.SlackBuild +++ b/python3-fsspec/python3-fsspec.SlackBuild @@ -30,7 +30,7 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCNAM=filesystem_spec +SRCNAM=fsspec if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -81,8 +81,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -SETUPTOOLS_SCM_PRETEND_VERSION_FOR_FSSPEC=$VERSION \ - python3 -m build --wheel --no-isolation +python3 -m build --wheel --no-isolation python3 -m installer --destdir "$PKG" dist/*.whl find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
