mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
6c98bc1bfb
commit
bea4fb6909
4 changed files with 17 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue