summaryrefslogtreecommitdiffstats
path: root/libraries/python3-rpyc
diff options
context:
space:
mode:
author fourtysixandtwo2022-09-24 03:04:10 +0200
committer Willy Sudiarto Raharjo2022-09-25 08:59:43 +0200
commite32b142acb58607b9399ac5276f52c11dc662282 (patch)
tree3cb494f167482c19a432878dc556f655370dc95e /libraries/python3-rpyc
parent5113cfb7660640a183edacb9769d1de58c5efcda (diff)
downloadslackbuilds-e32b142acb58607b9399ac5276f52c11dc662282.tar.gz
libraries/python3-rpyc: Updated for version 5.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-rpyc')
-rw-r--r--libraries/python3-rpyc/python3-rpyc.SlackBuild8
-rw-r--r--libraries/python3-rpyc/python3-rpyc.info8
2 files changed, 10 insertions, 6 deletions
diff --git a/libraries/python3-rpyc/python3-rpyc.SlackBuild b/libraries/python3-rpyc/python3-rpyc.SlackBuild
index 55cc970a89..e98f362f37 100644
--- a/libraries/python3-rpyc/python3-rpyc.SlackBuild
+++ b/libraries/python3-rpyc/python3-rpyc.SlackBuild
@@ -23,11 +23,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220919 46and2: Updated version, added DEPS.
+# -build process changed
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rpyc
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-5.1.0}
+VERSION=${VERSION:-5.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,7 +84,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/libraries/python3-rpyc/python3-rpyc.info b/libraries/python3-rpyc/python3-rpyc.info
index ca3b1e44e9..4f31434b8e 100644
--- a/libraries/python3-rpyc/python3-rpyc.info
+++ b/libraries/python3-rpyc/python3-rpyc.info
@@ -1,10 +1,10 @@
PRGNAM="python3-rpyc"
-VERSION="5.1.0"
+VERSION="5.2.3"
HOMEPAGE="http://rpyc.readthedocs.org/en/latest/"
-DOWNLOAD="https://github.com/tomerfiliba-org/rpyc/archive/refs/tags/5.1.0/rpyc-5.1.0.tar.gz"
-MD5SUM="9ccb364d31069dc7fe441ac0f83848c7"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/rpyc/rpyc-5.2.3.tar.gz"
+MD5SUM="45f3952c961ef378a33c8755d190bb9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-plumbum"
+REQUIRES="python3-build python3-installer python3-hatchling python3-plumbum"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"