diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-02 15:45:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:45 +0700 |
commit | fb2fa9d12269935abc2fb8510df04f715485c2a7 (patch) | |
tree | d7ef0beb9c2557b775b3c36fbd7bbe9e3f693f83 /python | |
parent | 1204f057b72e70b91e9f0695d2561aad27a942b0 (diff) |
python/python3-pydantic-core: Build fixes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pydantic-core/mkvendored.sh | 2 | ||||
-rw-r--r-- | python/python3-pydantic-core/python3-pydantic-core.SlackBuild | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/python/python3-pydantic-core/mkvendored.sh b/python/python3-pydantic-core/mkvendored.sh index 252d469ea9ecb..c52093378e197 100644 --- a/python/python3-pydantic-core/mkvendored.sh +++ b/python/python3-pydantic-core/mkvendored.sh @@ -5,7 +5,7 @@ # installed. It is only needed if you are upgrading the version and # need new vendored rust libs. # -# create $PRGNAM-vendored-sources-$VERSION-$BUILD.tar.xz +# create $PRGNAM-vendored-sources-$VERSION-$VSBUILD.tar.xz # requires network access, but does not require root privilege. # requires that $PRGNAM's REQUIRES need to be installed first diff --git a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild index a0a9922f0cea7..1fdb96502d5fc 100644 --- a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild +++ b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pydantic-core -# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,6 +22,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20240102 46and2: Use VSBUILD for vendored sources + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pydantic-core @@ -30,6 +32,7 @@ VERSION=${VERSION:-2.14.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +VSBUILD=${VSBUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -72,7 +75,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.?z -tar xvf $CWD/$SRCNAM-vendored-sources-$VERSION-$BUILD.tar.?z +tar xvf $CWD/$SRCNAM-vendored-sources-$VERSION-$VSBUILD.tar.?z cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |