mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-google-api-python-client: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a5a678f07d
commit
f8d1cb6a6d
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue