pyton3-beautifulsoup4.paketlendi
This commit is contained in:
parent
ca674ad90f
commit
a0ebe1017b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue