Browse Source
libraries/python3-ruamel.yaml: Updated for version 0.18.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/277/head
fourtysixandtwo
9 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
libraries/python3-ruamel.yaml/python3-ruamel.yaml.SlackBuild
-
libraries/python3-ruamel.yaml/python3-ruamel.yaml.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for python3-ruamel.yaml |
|
|
|
|
|
|
|
# Copyright 2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> |
|
|
|
# Copyright 2024-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net> |
|
|
|
# Copyright 2019-2023, Alexander Verbovetsky, Moscow, Russia |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-ruamel.yaml |
|
|
|
VERSION=${VERSION:-0.18.6} |
|
|
|
VERSION=${VERSION:-0.18.10} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="python3-ruamel.yaml" |
|
|
|
VERSION="0.18.6" |
|
|
|
VERSION="0.18.10" |
|
|
|
HOMEPAGE="https://sourceforge.net/p/ruamel-yaml" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.18.6.tar.gz" |
|
|
|
MD5SUM="964a8e48646e26533d8e5f03cff99dde" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-0.18.10.tar.gz" |
|
|
|
MD5SUM="e21d9748f618fbf6bcbd5ffe663b0654" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
REQUIRES="python3-ruamel.yaml.clib" |
|
|
|
MAINTAINER="fourtysixandtwo" |
|
|
|
EMAIL="fourtysixandtwo@sliderr.net" |