python/internetarchive: Updated for version 1.9.4.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alan Aversa 2020-09-02 16:20:17 +01:00 committed by Willy Sudiarto Raharjo
parent 6c98bc1bfb
commit bea4fb6909
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 17 additions and 7 deletions

View file

@ -2,6 +2,16 @@ A Python and Command-Line Interface to Archive.org
This package installs a command-line tool named ia for using Archive.org
from the command-line. It also installs the internetarchive Python
module for programatic access to archive.org.
module for programatic access to archive.org. Please report all bugs and
issues on Github.
python3 is an optional dependency.
Documentation
Documentation is available at
https://archive.org/services/docs/api/internetarchive.
Contributing
All contributions are welcome and appreciated. Please see
https://archive.org/services/docs/api/internetarchive/contributing.html
for more details.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=internetarchive
VERSION=${VERSION:-1.9.3}
VERSION=${VERSION:-1.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="internetarchive"
VERSION="1.9.3"
VERSION="1.9.4"
HOMEPAGE="https://github.com/jjjake/internetarchive"
DOWNLOAD="https://github.com/jjjake/internetarchive/archive/v1.9.3/internetarchive-1.9.3.tar.gz"
MD5SUM="cd546a46d513990d7f9b175f746ed6af"
DOWNLOAD="https://github.com/jjjake/internetarchive/archive/v1.9.4/internetarchive-1.9.4.tar.gz"
MD5SUM="bbbd9f9bcfb81996eeb4afe2f9bea079"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docopt python-requests python3-six schema tqdm"

View file

@ -16,4 +16,4 @@ internetarchive: Please report all bugs and issues on Github:
internetarchive: https://github.com/jjjake/internetarchive/issues
internetarchive:
internetarchive: Documentation is available at
internetarchive: https://archive.org/services/docs/api/internetarchive
internetarchive: https://archive.org/services/docs/api/internetarchive