← recipes

Commit bb3e487

0
plików
+0
dodanych
-0
usuniętych
@@ -15,15 +15,11 @@ makedepends:
15 15 - python-installer
16 16 - python-wheel
17 17 source:
18 -- 'https://github.com/protocolbuffers/protobuf/archive/refs/tags/v${pkgver}.tar.gz'
18 +- 'https://files.pythonhosted.org/packages/4a/1c/6ddf4a56a6ee018ef6ed3d2db73b6aa856db746b1bc3000676451610cf0c/protobuf-${pkgver}.tar.gz'
19 19 sha256sums:
20 -- 7a7baff8207a57f3fe5c233d432a09eba67bdfb55a3145839d0817cae8e807a421
20 +- 7a7baff8207a57f3fe5c233d432a09eba67bdfb55a3145839d0817cae8e807a4
21 21 build: |
22 22 cd protobuf-${pkgver}
23 -
24 - # Wymuszenie użycia systemowej biblioteki C++ protobuf (Abseil zlinkuje systemowo)
25 - export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=cpp
26 -
27 23 python -m build --wheel --no-isolation
28 24 python -m installer --destdir="${PKGDIR}" dist/*.whl
29 25