pyton3-beautifulsoup4.paketlendi

This commit is contained in:
milisarge 2017-06-05 16:15:01 +03:00
parent ca674ad90f
commit a0ebe1017b

View file

@ -3,13 +3,13 @@
# Packager: milisarge # Packager: milisarge
# Depends on: python3 # Depends on: python3
name=python3-beautifulsoup3 name=python3-beautifulsoup4
version=3.2.1 version=3.2.1
release=1 release=1
source=(http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-$version.tar.gz) source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${version%.*}/${name#*-}-$version.tar.gz)
build() { build() {
cd BeautifulSoup-$version cd beautifulsoup4-$version
python3 setup.py install --prefix=/usr --root=$PKG python3 setup.py install --prefix=/usr --root=$PKG
} }