python3-lxml
This commit is contained in:
parent
1d61483390
commit
8064b5582f
|
@ -0,0 +1,15 @@
|
|||
# Description: CSS3 Seçicilerini ayrıştıran ve XPath 1.0'a çeviren bir Python3 kitaplığı.
|
||||
# URL: http://pypi.python.org/pypi/cssselect
|
||||
# Packager: milisarge
|
||||
# Depends on: python3
|
||||
|
||||
name=python3-cssselect
|
||||
version=1.0.1
|
||||
release=1
|
||||
|
||||
source=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd cssselect-$version
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
# Description: Libxml2 ve libxslt kitaplıkları için Python3 bağlaması.
|
||||
# URL: http://lxml.de/
|
||||
# Packager: milisarge
|
||||
# Depends on: libxslt python3-beautifulsoup4 python3-cssselect
|
||||
|
||||
name=python3-lxml
|
||||
version=3.8.0
|
||||
release=1
|
||||
|
||||
source=(https://pypi.io/packages/source/l/lxml/lxml-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd lxml-$version
|
||||
python3 setup.py install --prefix=/usr --root=$PKG
|
||||
}
|
Loading…
Reference in New Issue