summaryrefslogtreecommitdiffstats
path: root/python/python3-jaraco.collections
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-09-12 22:30:09 +0100
committer bedlam <dave@slackbuilds.org>2022-09-12 22:30:09 +0100
commited99f972e7c36484e0045c6c5e69ea05e76967dc (patch)
treed7610ec9fd47e0e6b8102c6fef97636fca7f62aa /python/python3-jaraco.collections
parent8821a87e56f3333fa70e84a5d1c85486f0543adf (diff)
downloadslackbuilds-ed99f972e7c36484e0045c6c5e69ea05e76967dc.tar.gz
slackbuilds-ed99f972e7c36484e0045c6c5e69ea05e76967dc.tar.xz
python/python3-jaraco.collections: Updated for version 3.5.2.
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'python/python3-jaraco.collections')
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild8
-rw-r--r--python/python3-jaraco.collections/python3-jaraco.collections.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild b/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
index 4bc4ecad95..8db58b525a 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.SlackBuild
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.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.
+# -build process changed
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.collections
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.5.1}
+VERSION=${VERSION:-3.5.2}
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.collections/python3-jaraco.collections.info b/python/python3-jaraco.collections/python3-jaraco.collections.info
index 4b0c6eec71..bbef392e57 100644
--- a/python/python3-jaraco.collections/python3-jaraco.collections.info
+++ b/python/python3-jaraco.collections/python3-jaraco.collections.info
@@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.collections"
-VERSION="3.5.1"
+VERSION="3.5.2"
HOMEPAGE="https://github.com/jaraco/jaraco.collections"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.5.1.tar.gz"
-MD5SUM="ef72a147d9190af7c3706cbe135e456b"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-3.5.2.tar.gz"
+MD5SUM="70babb1218fdc8b0f7f163f5eb9c68f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jaraco.classes python3-jaraco.text"