summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-03-22 23:22:01 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:22 +0700
commitd9e53c5b0dbb3c961a7b872a29f778fd29cc4ceb (patch)
tree79974836b39b94e6ded4ea018ff12c081b5fc2ac /python
parent01c3d84025e2ad8b51f180877f2a300c126c34d1 (diff)
downloadslackbuilds-d9e53c5b0dbb3c961a7b872a29f778fd29cc4ceb.tar.gz
slackbuilds-d9e53c5b0dbb3c961a7b872a29f778fd29cc4ceb.tar.xz
python/python3-comm: Updated for version 0.1.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-comm/python3-comm.SlackBuild7
-rw-r--r--python/python3-comm/python3-comm.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-comm/python3-comm.SlackBuild b/python/python3-comm/python3-comm.SlackBuild
index 11f2a44c48..3802fe06c0 100644
--- a/python/python3-comm/python3-comm.SlackBuild
+++ b/python/python3-comm/python3-comm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-comm
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-comm
-VERSION=${VERSION:-0.1.2}
+VERSION=${VERSION:-0.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/python/python3-comm/python3-comm.info b/python/python3-comm/python3-comm.info
index 98cda00292..22dc5e5113 100644
--- a/python/python3-comm/python3-comm.info
+++ b/python/python3-comm/python3-comm.info
@@ -1,8 +1,8 @@
PRGNAM="python3-comm"
-VERSION="0.1.2"
+VERSION="0.1.3"
HOMEPAGE="https://pypi.org/project/comm/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/c/comm/comm-0.1.2.tar.gz"
-MD5SUM="d609639ae2c67bdae8c102c44361d566"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/c/comm/comm-0.1.3.tar.gz"
+MD5SUM="5228e14548d233036211cd7deb685edc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="traitlets python3-hatchling"