diff options
| author | Giancarlo Dessi <slack@giand.it> | 2024-08-27 11:52:51 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-27 13:00:34 +0700 |
| commit | 5233f24f4e3d2061447c3fb0d96053535a9bf522 (patch) | |
| tree | 08cd09dfcfe1cef1b08b82d9623a7a0ba523ec60 /python/python3-soupsieve/python3-soupsieve.SlackBuild | |
| parent | ec501aca7e221804cbfb18a86bca90caee85ddb9 (diff) | |
python/python3-soupsieve: Updated for version 2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soupsieve/python3-soupsieve.SlackBuild')
| -rw-r--r-- | python/python3-soupsieve/python3-soupsieve.SlackBuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/python/python3-soupsieve/python3-soupsieve.SlackBuild b/python/python3-soupsieve/python3-soupsieve.SlackBuild index 8bf2d9e5a7..074011bbf5 100644 --- a/python/python3-soupsieve/python3-soupsieve.SlackBuild +++ b/python/python3-soupsieve/python3-soupsieve.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-soupsieve -# Copyright 2023 Giancarlo Dessi, Cagliari, IT, <slack@giand.it> +# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT, <slack@giand.it> # Copyright 2020-2022 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # @@ -23,13 +23,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 20220415 bkw: Modified by SlackBuilds.org, BUILD=2: -# - clean up the doc dir. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-soupsieve -VERSION=${VERSION:-2.5} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,9 +71,6 @@ 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 -# 20220415 bkw: since we can't build the HTML docs from the markdown -# source (we lack the tools), just put the markdown files in the doc dir. -# they're pretty readable as-is. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a *.md docs/src/markdown/{*.md,selectors,about} $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
