From 8ad025e9c2615c7a86c3415c82cd9268420d0131 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 6 Feb 2022 00:30:28 -0800 Subject: python/python3-aiohttp: Updated for version 3.8.1. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-aiohttp/python3-aiohttp.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/python3-aiohttp/python3-aiohttp.SlackBuild') diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild index 64b840850d..df6518542d 100644 --- a/python/python3-aiohttp/python3-aiohttp.SlackBuild +++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild @@ -1,7 +1,7 @@ -#!/bin/bash +#!/bin/sh # Slackware build script for python3-aiohttp -# Copyright 2019-2021 Isaac Yu +# Copyright 2019-2022 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-aiohttp -VERSION=${VERSION:-3.7.4.post0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a *.rst *.txt docs/ requirements/ CODE_OF_CONDUCT.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a *.rst *.txt docs/ PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install -- cgit v1.2.3