summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Thibaut Notteboom2019-11-16 14:34:07 +0100
committer Willy Sudiarto Raharjo2019-11-16 14:34:07 +0100
commit5a4d32ab2096987b6a4e437927ed6c6aa903756c (patch)
treef0569e2140fef20e917f849202b0e52cdb47546c /python
parent55e43c3aadc27542ff7e576c722c6257ab57945b (diff)
downloadslackbuilds-5a4d32ab2096987b6a4e437927ed6c6aa903756c.tar.gz
python/Pyro4: Updated for version 4.77.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/Pyro4/Pyro4.SlackBuild4
-rw-r--r--python/Pyro4/Pyro4.info6
-rw-r--r--python/Pyro4/README2
3 files changed, 7 insertions, 5 deletions
diff --git a/python/Pyro4/Pyro4.SlackBuild b/python/Pyro4/Pyro4.SlackBuild
index 117cefa147..eee810cf8d 100644
--- a/python/Pyro4/Pyro4.SlackBuild
+++ b/python/Pyro4/Pyro4.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Pyro4
-# Copyright 2012-2018 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2012-2019 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Pyro4
-VERSION=${VERSION:-4.74}
+VERSION=${VERSION:-4.77}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/Pyro4/Pyro4.info b/python/Pyro4/Pyro4.info
index 2ce1275810..adbf9ab2d3 100644
--- a/python/Pyro4/Pyro4.info
+++ b/python/Pyro4/Pyro4.info
@@ -1,8 +1,8 @@
PRGNAM="Pyro4"
-VERSION="4.74"
+VERSION="4.77"
HOMEPAGE="https://pythonhosted.org/Pyro4/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyro4/Pyro4-4.74.tar.gz"
-MD5SUM="6b7ffe9cd73f4e308186f689e57fd4ca"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pyro4/Pyro4-4.77.tar.gz"
+MD5SUM="21f015ae93cf9ea2bbbc418a2267e9fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-serpent"
diff --git a/python/Pyro4/README b/python/Pyro4/README
index ccb2764aea..1b09c3cf67 100644
--- a/python/Pyro4/README
+++ b/python/Pyro4/README
@@ -1,3 +1,5 @@
Pyro4 means PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use.
+
+python3 is an optional dependency (autodetected).