summaryrefslogtreecommitdiffstats
path: root/python-pyliblo
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-26 07:07:21 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-26 07:07:21 +0000
commit2c715fd9976c027b6421c79988f9013d6776ec56 (patch)
treeec65ae843597c810e8e12f2c05e564de3a8f63ca /python-pyliblo
parent5310b8a971a082ccd9521f111c8b3dc70f103f33 (diff)
downloadasb-2c715fd9976c027b6421c79988f9013d6776ec56.tar.gz
asb-2c715fd9976c027b6421c79988f9013d6776ec56.tar.xz
python-pyliblo: rebuilt against Python 3.10
Diffstat (limited to 'python-pyliblo')
-rwxr-xr-xpython-pyliblo/build/python-pyliblo.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/python-pyliblo/build/python-pyliblo.SlackBuild b/python-pyliblo/build/python-pyliblo.SlackBuild
index 59927334..7d43bf07 100755
--- a/python-pyliblo/build/python-pyliblo.SlackBuild
+++ b/python-pyliblo/build/python-pyliblo.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,8 @@
# * Initial build.
# 0.10.0-2: 28/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Rebuilt against Python3.9.
+# 0.10.0-3: 26/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against Python3.10.
#
# Run 'sh python-pyliblo.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=python-pyliblo
SRCNAM=pyliblo
VERSION=${VERSION:-0.10.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}