python-gerekler
This commit is contained in:
parent
24e9e07a4d
commit
526a7aa6a1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue