Açıçevirisi

This commit is contained in:
Yaşar Çiv 2017-04-12 15:49:21 +03:00 committed by GitHub
parent 2bbf65c6ba
commit 4eab61607b
1 changed files with 5 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# Description: A Python HTML/XML parser designed for quick turnaround projects like screen-scraping
# URL: URL: http://www.crummy.com/software/BeautifulSoup/index.html
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: python
# Description: Ekran sıyırma gibi hızlı dönüş projeleri için tasarlanmış bir Python HTML / XML ayrıştırıcı
# URL: http://www.crummy.com/software/BeautifulSoup/index.html
# Packager: milisarge
# Depends on: python
name=python-beautifulsoup3
version=3.2.1
release=1
@ -14,7 +14,3 @@ build() {
cd BeautifulSoup-$version
python2 setup.py install --prefix=/usr --root=$PKG
}
# NuTyX Pkgfile (http://nutyx.org)