python3-bs4 is not available on CentOS 7.3

- python3-beautifulsoup4 can be installed via pip3
- use https in package link
This commit is contained in:
Arun Prakash Jana 2017-11-25 05:07:04 +05:30
parent bf3de409be
commit 2d126234fd
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 15 additions and 13 deletions

View File

@ -105,13 +105,15 @@ or on Ubuntu:
- [Homebrew](http://braumeister.org/formula/buku)
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`)
- [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`)
- [Ubuntu](http://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1)
- [Ubuntu](https://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1)
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)
- [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`sudo xbps-install -S buku`)
#### Release packages
Packages for Arch Linux, CentOS, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest).
Packages for Arch Linux, CentOS, Debian, Fedora and Ubuntu are available with the [latest stable release](https://github.com/jarun/Buku/releases/latest).
NOTE: CentOS may not have the python3-beautifulsoup4 package in the repos. Install it using pip3.
#### From source

View File

@ -26,18 +26,18 @@ packages:
- python3-urllib3
- python3
# centos no beautifulsoup4
# centos7.3:
# builddeps:
# - make
# deps:
centos7.3:
builddeps:
- make
deps:
# - python-beautifulsoup4
# - python-cryptography
# - python-requests
# - python-urllib3
# - python
# commands:
# pre:
# - yum install epel-release
- python-cryptography
- python-requests
- python-urllib3
- python
commands:
pre:
- yum install epel-release
ubuntu16.04:
builddeps:
- make