← recipes

Commit 056f83c

0
plików
+0
dodanych
-0
usuniętych
@@ -1,6 +1,6 @@
1 1 pkgname: python-lxml
2 2 pkgver: '6.1.1'
3 -pkgrel: '1'
3 +pkgrel: '2'
4 4 pkgdesc: Python3 binding for the libxml2 and libxslt libraries
5 5 url: ' https://files.pythonhosted.org/'
6 6 arch: x86_64
@@ -8,6 +8,7 @@ depends: []
8 8 makedepends:
9 9 - python-setuptools
10 10 - python-wheel
11 +- python-installer
11 12 - libxslt
12 13 source:
13 14 - 'https://files.pythonhosted.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz'
@@ -101,12 +102,7 @@ build: |
101 102 pip3 wheel -w dist \
102 103 --no-build-isolation \
103 104 --no-deps $PWD
104 - pip3 install --no-index \
105 - --find-links dist \
106 - --no-cache-dir \
107 - --no-user \
108 - --root=${PKGDIR} \
109 - lxml
105 + python -m installer --destdir="${PKGDIR}" dist/*.whl
110 106
111 107 find ${PKGDIR} -type d -name vendor -o -name tests |xargs rm -rf
112 108 package: |