Browse Source
python/python3-soupsieve: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/310/head
Giancarlo Dessi
2 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-soupsieve/python3-soupsieve.SlackBuild
-
python/python3-soupsieve/python3-soupsieve.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for python3-soupsieve |
|
|
|
|
|
|
|
# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT, <slack@giand.it> |
|
|
|
# Copyright 2023-2025 Giancarlo Dessi, Cagliari, IT, <slack@giand.it> |
|
|
|
# Copyright 2020-2022 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-soupsieve |
|
|
|
VERSION=${VERSION:-2.6} |
|
|
|
VERSION=${VERSION:-2.7} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-soupsieve" |
|
|
|
VERSION="2.6" |
|
|
|
VERSION="2.7" |
|
|
|
HOMEPAGE="https://github.com/facelessuser/soupsieve" |
|
|
|
DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.6/soupsieve-2.6.tar.gz" |
|
|
|
MD5SUM="a3dcdd1a5472c9404110fc07dfc64415" |
|
|
|
DOWNLOAD="https://github.com/facelessuser/soupsieve/archive/2.7/soupsieve-2.7.tar.gz" |
|
|
|
MD5SUM="7cc1ce9293161f02c93e9baf955eaa3e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatchling" |
|
|
|