From 6f1276389a8dde030557a92426cff8d13f54f388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sun, 6 Apr 2025 16:09:14 +0300 Subject: [PATCH] python3-zstandard 0.23.0-1 --- python3-zstandard/alr.sh | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 python3-zstandard/alr.sh diff --git a/python3-zstandard/alr.sh b/python3-zstandard/alr.sh new file mode 100644 index 0000000..3c2f981 --- /dev/null +++ b/python3-zstandard/alr.sh @@ -0,0 +1,31 @@ +name='zstandard' +version='0.23.0' +release='1' +desc='Zstandard bindings for Python.' +homepage='https://github.com/indygreg/python-zstandard' +maintainer='Евгений Храмов ' +architectures=('all') +license=('BSD') +provides=('zstandard') +conflicts=('zstandard') + +deps=("python3") +deps_arch=("python") +deps_alpine=("python3") + +build_deps=("python3" "python3-pip") +build_deps_arch=("python" "python-pip") +build_deps_alpine=("python3" "py3-pip") + +sources=("https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-0.23.0.tar.gz") +checksums=('blake2b-256:edf62ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1') + +build() { + cd "$srcdir/zstandard-${version}" + python -m build --wheel --no-isolation +} + +package() { + cd "$srcdir/zstandard-${version}" + pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check +} \ No newline at end of file