summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 14:28:01 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 14:28:01 +0000
commitd2a4cecf8f886b12be9994a35123a3ef9286883a (patch)
tree52034b8793cfd65608c72d33619aa50e7497066d
parentb08628f4a10d26946f6019c1a619ba523643b70e (diff)
downloadasb-d2a4cecf8f886b12be9994a35123a3ef9286883a.tar.gz
asb-d2a4cecf8f886b12be9994a35123a3ef9286883a.tar.xz
python-pathlib2: rebuilt for Python3.9 in -current
-rwxr-xr-xpython-pathlib2/build/python-pathlib2.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-pathlib2/build/python-pathlib2.SlackBuild b/python-pathlib2/build/python-pathlib2.SlackBuild
index f25c5f66..bb6fd5c3 100755
--- a/python-pathlib2/build/python-pathlib2.SlackBuild
+++ b/python-pathlib2/build/python-pathlib2.SlackBuild
@@ -37,6 +37,8 @@
# * Rebuilt for Python3.9 in -current.
# 2.3.6-1: 25/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Python3.10 in -current.
+# 2.3.6-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Python3.9 in -current.
#
# Run 'sh python-pathlib2.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -47,7 +49,7 @@
PRGNAM=python-pathlib2
SRCNAM=pathlib2
VERSION=${VERSION:-2.3.6}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}