summaryrefslogtreecommitdiffstats
path: root/python-lxml
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-05 17:13:28 +0000
committer Eric Hameleers <alien@slackware.com>2021-11-05 17:13:28 +0000
commit6522ef0dd2d7e4192566664b0cde77cdb4eee085 (patch)
treef6cce5fc2f47b238fba0db6d92b335df821ba640 /python-lxml
parent6f1e5b0d5a97145ba7d83883f86c3d9f6168b16c (diff)
downloadasb-6522ef0dd2d7e4192566664b0cde77cdb4eee085.tar.gz
asb-6522ef0dd2d7e4192566664b0cde77cdb4eee085.tar.xz
python-lxml: rebuilt against Python 3.9 in -current
Diffstat (limited to 'python-lxml')
-rwxr-xr-xpython-lxml/build/python-lxml.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-lxml/build/python-lxml.SlackBuild b/python-lxml/build/python-lxml.SlackBuild
index d0be0ae5..a0391f89 100755
--- a/python-lxml/build/python-lxml.SlackBuild
+++ b/python-lxml/build/python-lxml.SlackBuild
@@ -42,6 +42,8 @@
# * Update.
# 4.6.3-1: 19/oct/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 4.6.3-2: 05/nov/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt against Python 3.9 in -current.
#
# Run 'sh python-lxml.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -54,7 +56,7 @@
PRGNAM=python-lxml
SRCNAM=lxml
VERSION=${VERSION:-4.6.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}