summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-09-24 03:34:14 +0200
committer Willy Sudiarto Raharjo2022-09-25 08:59:44 +0200
commitba5ff2540302417771831469cd753e7715afd155 (patch)
treeb2c0882e94655352588a966bc3e5064423092b36 /python
parenta14b498dfe2285735d929584a76338400c8cfb5c (diff)
downloadslackbuilds-ba5ff2540302417771831469cd753e7715afd155.tar.gz
python/python3-jaraco.text: Updated for version 3.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-jaraco.text/python3-jaraco.text.SlackBuild8
-rw-r--r--python/python3-jaraco.text/python3-jaraco.text.info8
2 files changed, 10 insertions, 6 deletions
diff --git a/python/python3-jaraco.text/python3-jaraco.text.SlackBuild b/python/python3-jaraco.text/python3-jaraco.text.SlackBuild
index 2230a3321a..a58dd17276 100644
--- a/python/python3-jaraco.text/python3-jaraco.text.SlackBuild
+++ b/python/python3-jaraco.text/python3-jaraco.text.SlackBuild
@@ -22,11 +22,14 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20220908 46and2: Updated version, added DEPS.
+# -build process changed
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.text
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.7.0}
+VERSION=${VERSION:-3.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -80,7 +83,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python3 setup.py install --root=$PKG
+python3 -m build --no-isolation
+python3 -m installer -d "$PKG" dist/*.whl
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/python/python3-jaraco.text/python3-jaraco.text.info b/python/python3-jaraco.text/python3-jaraco.text.info
index 37b5ee5f0b..61b87b24dc 100644
--- a/python/python3-jaraco.text/python3-jaraco.text.info
+++ b/python/python3-jaraco.text/python3-jaraco.text.info
@@ -1,10 +1,10 @@
PRGNAM="python3-jaraco.text"
-VERSION="3.7.0"
+VERSION="3.9.1"
HOMEPAGE="https://github.com/jaraco/jaraco.text"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-3.7.0.tar.gz"
-MD5SUM="baaf4a97959b83fb14ad1ad361c90579"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.text/jaraco.text-3.9.1.tar.gz"
+MD5SUM="45b77b420da5b5116715cc07aa21bf29"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-jaraco.context python3-jaraco.functools"
+REQUIRES="python3-jaraco.context python3-jaraco.functools python3-autocommand python3-inflect"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"