Skip to content
Snippets Groups Projects
Commit 46201aa8 authored by Leo's avatar Leo
Browse files

main/py3-lxml: upgrade to 4.4.3

parent f336e64c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-lxml pkgname=py3-lxml
_pkgname=lxml _pkgname=lxml
pkgver=4.4.2 pkgver=4.4.3
pkgrel=0 pkgrel=0
pkgdesc="Python3 LXML Library" pkgdesc="Python3 LXML Library"
url="https://lxml.de/" url="https://lxml.de/"
...@@ -17,18 +17,15 @@ replaces="py-lxml" # Backwards compatibility ...@@ -17,18 +17,15 @@ replaces="py-lxml" # Backwards compatibility
provides="py-lxml=$pkgver-r$pkgrel" # Backwards compatibility provides="py-lxml=$pkgver-r$pkgrel" # Backwards compatibility
build() { build() {
cd "$builddir"
python3 setup.py build python3 setup.py build
} }
check() { check() {
cd "$builddir"
python3 setup.py check python3 setup.py check
} }
package() { package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
} }
sha512sums="7a3dcbdb6de703ff939cd7e75c4c73f71b3c8b212796303c1a1ab74dc06153968661d69ab379a2c4b8b75e7643a53e09473988e21758643e9ee52819cd1042aa lxml-4.4.2.tar.gz" sha512sums="1855af1368d8df5d2f8cf29400421cfb4fa020f5036adc2518ce293e47705b310a336058f124cecac8fabf37f7a78772f2bafb7190a0e4b34b2a53d677d5b9b4 lxml-4.4.3.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment