contrib/python3-beautifulsoup4/Pkgfile

19 lines
481 B
Plaintext
Raw Normal View History

2018-08-07 16:12:54 +02:00
# Description: Python HTML/XML Parser.
# URL: http://www.crummy.com/software/BeautifulSoup/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3-chardet
name=python3-beautifulsoup4
2019-11-29 13:29:30 +01:00
version=4.8.1
2018-08-07 16:12:54 +02:00
release=1
2019-11-29 13:29:30 +01:00
source=(https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-$version.tar.gz)
2018-08-07 16:12:54 +02:00
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
--prefix=/usr --root=$PKG --optimize=1
}