2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML / XML ayrıştırıcı
|
2017-06-05 15:11:34 +02:00
|
|
|
|
# URL: http://www.crummy.com/software/BeautifulSoup/index.html
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python3 python3-setuptools
|
2017-06-05 15:11:34 +02:00
|
|
|
|
|
2017-06-05 15:15:01 +02:00
|
|
|
|
name=python3-beautifulsoup4
|
2017-06-05 15:16:01 +02:00
|
|
|
|
version=4.6.0
|
2017-06-05 15:11:34 +02:00
|
|
|
|
release=1
|
|
|
|
|
|
2017-06-05 15:15:01 +02:00
|
|
|
|
source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${version%.*}/${name#*-}-$version.tar.gz)
|
2017-06-05 15:11:34 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-06-05 15:15:01 +02:00
|
|
|
|
cd beautifulsoup4-$version
|
2017-06-05 15:11:34 +02:00
|
|
|
|
python3 setup.py install --prefix=/usr --root=$PKG
|
|
|
|
|
}
|