python-gerekler

This commit is contained in:
milisarge 2017-05-31 05:11:36 +03:00
parent 24e9e07a4d
commit 526a7aa6a1
2 changed files with 4 additions and 7 deletions

View File

@ -4,11 +4,10 @@
# Depends on: python
name=python-cssselect
version=0.9.1
version=1.0.1
release=1
source=(
http://pypi.python.org/packages/source/c/cssselect/cssselect-$version.tar.gz)
source=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$version.tar.gz)
build() {
cd cssselect-$version

View File

@ -4,16 +4,14 @@
# Depends on: libxslt python-beautifulsoup3 python-cssselect
name=python-lxml
version=3.4.0
version=3.7.3
release=1
source=(
http://pypi.python.org/packages/source/l/lxml/lxml-$version.tar.gz)
source=(https://pypi.io/packages/source/l/lxml/lxml-$version.tar.gz)
build() {
cd lxml-$version
python2 setup.py install --prefix=/usr --root=$PKG
# Belgeleme
install -d $PKG/usr/share/doc/$name-$version
cp -r doc/html $PKG/usr/share/doc/$name-$version