Browse Source
python/python3-pytube: Updated for version 15.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/227/head
Dimitris Zlatanidis
1 year 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
-
python/python3-pytube/python3-pytube.SlackBuild
-
python/python3-pytube/python3-pytube.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for python3-pytube |
|
|
|
|
|
|
|
# Copyright 2022-2023 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2022-2024 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-pytube |
|
|
|
SRCNAM=pytube |
|
|
|
VERSION=${VERSION:-12.1.3} |
|
|
|
VERSION=${VERSION:-15.0.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="python3-pytube" |
|
|
|
VERSION="12.1.3" |
|
|
|
VERSION="15.0.0" |
|
|
|
HOMEPAGE="https://github.com/pytube/pytube" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/9b/27/768869cb1211218a57bb5bbc7acd8dc8fe4443fe9d36b6b2302940791cfe/pytube-12.1.3.tar.gz" |
|
|
|
MD5SUM="baac8084a5e0d06c0eb4323c0f1b58fe" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/d8/e7/16fec46c8d255c4bbc4b185d89c91dc92cdb802836570d8004d0db169c91/pytube-15.0.0.tar.gz" |
|
|
|
MD5SUM="fd11326cb975238b63e1365722ecd814" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Dimitris Zlatanidis" |
|
|
|
EMAIL="d.zlatanidis@gmail.com" |
|
|
|
EMAIL="dslackw@gmail.com" |