summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-12 22:23:49 +0100
committer bedlam <dave@slackbuilds.org>2022-09-12 22:23:49 +0100
commit36a186a0994d3c77e1cdeeef7f3e367655ec960a (patch)
treeef4534714b255135bbe578591f3c2ddb4877aa93 /python
parent50d6b49fe57c929253d8d5c90f8b4261d025719f (diff)
downloadslackbuilds-36a186a0994d3c77e1cdeeef7f3e367655ec960a.tar.gz
slackbuilds-36a186a0994d3c77e1cdeeef7f3e367655ec960a.tar.xz
python/python3-jaraco.functools: Updated for version 3.5.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild8
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.info8
2 files changed, 10 insertions, 6 deletions
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
index 726eccd15d..d206700303 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
@@ -22,11 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220908 46and2: Updated version, added DEPS.
+# -build process changed
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.functools
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.5.0}
+VERSION=${VERSION:-3.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,7 +83,8 @@ 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 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --no-isolation
+python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.info b/python/python3-jaraco.functools/python3-jaraco.functools.info
index 9ec941fbf3..db03ad9454 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.info
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.info
@@ -1,10 +1,10 @@
PRGNAM="python3-jaraco.functools"
-VERSION="3.5.0"
+VERSION="3.5.1"
HOMEPAGE="https://github.com/jaraco/jaraco.functools"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.0.tar.gz"
-MD5SUM="4577c96918dffc0c61ad9ce18edfb13d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.1.tar.gz"
+MD5SUM="bc956f774d9c6fe097d611326a6f6380"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-more-itertools"
+REQUIRES="python3-more-itertools wheel"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"