pyton3-beautifulsoup4.paketlendi
This commit is contained in:
parent
ca674ad90f
commit
a0ebe1017b
|
@ -3,13 +3,13 @@
|
|||
# Packager: milisarge
|
||||
# Depends on: python3
|
||||
|
||||
name=python3-beautifulsoup3
|
||||
name=python3-beautifulsoup4
|
||||
version=3.2.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() {
|
||||
cd BeautifulSoup-$version
|
||||
cd beautifulsoup4-$version
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
Loading…
Reference in New Issue