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 # Depends on: python
name=python-cssselect name=python-cssselect
version=0.9.1 version=1.0.1
release=1 release=1
source=( source=(https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-$version.tar.gz)
http://pypi.python.org/packages/source/c/cssselect/cssselect-$version.tar.gz)
build() { build() {
cd cssselect-$version cd cssselect-$version

View File

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