milis/talimatname/genel/p/python3-beautifulsoup4/talimat

17 lines
507 B
Plaintext
Raw Permalink Normal View History

2018-08-01 08:48:23 +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ı
2018-06-09 00:06:58 +02:00
# URL: http://www.crummy.com/software/BeautifulSoup/index.html
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools
2018-08-15 15:39:08 +02:00
# Grup: kütüphane
2018-06-09 00:06:58 +02:00
isim=python3-beautifulsoup4
2018-08-15 15:39:08 +02:00
surum=4.6.3
2018-06-09 00:06:58 +02:00
devir=1
2018-08-15 15:43:14 +02:00
kaynak=(https://www.crummy.com/software/BeautifulSoup/bs4/download/4.6/beautifulsoup4-$surum.tar.gz)
2018-06-09 00:06:58 +02:00
derle() {
cd beautifulsoup4-$surum
python3 setup.py install --prefix=/usr --root=$PKG
}