talimat 507 B

1234567891011121314151617
  1. # Tanım: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML/XML ayrıştırıcı
  2. # URL: http://www.crummy.com/software/BeautifulSoup/index.html
  3. # Paketçi: milisarge
  4. # Gerekler: python3 python3-setuptools
  5. # Grup: kütüphane
  6. isim=python3-beautifulsoup4
  7. surum=4.6.3
  8. devir=1
  9. kaynak=(https://www.crummy.com/software/BeautifulSoup/bs4/download/4.6/beautifulsoup4-$surum.tar.gz)
  10. derle() {
  11. cd beautifulsoup4-$surum
  12. python3 setup.py install --prefix=/usr --root=$PKG
  13. }