aboutsummaryrefslogtreecommitdiffstats
path: root/python3-fsspec/python3-fsspec.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python3-fsspec/python3-fsspec.SlackBuild')
-rw-r--r--python3-fsspec/python3-fsspec.SlackBuild5
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 \