python/python3-google-api-python-client: Update script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lockywolf 2023-11-30 22:40:05 +07:00 committed by Willy Sudiarto Raharjo
parent a5a678f07d
commit f8d1cb6a6d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 1 additions and 4 deletions

View file

@ -43,9 +43,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/googleapis/google-api-python-client/archive/v2.100.
MD5SUM="353c3c04b3ac62726fd4ccec8bcfc9f2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python3-google-auth-httplib2"
MAINTAINER="Lockywolf"
EMAIL="for_sbo.python3-google-api-python-client_2023-09-22@lockywolf.net"