python3-zstandard 0.24.0-3
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name='python3-zstandard'
|
name='python3-zstandard'
|
||||||
version='0.24.0'
|
version='0.24.0'
|
||||||
release='2'
|
release='3'
|
||||||
desc='Zstandard bindings for Python.'
|
desc='Zstandard bindings for Python.'
|
||||||
desc_ru='Привязки Python к библиотеке сжатия Zstandard'
|
desc_ru='Привязки Python к библиотеке сжатия Zstandard'
|
||||||
homepage='https://github.com/indygreg/python-zstandard'
|
homepage='https://github.com/indygreg/python-zstandard'
|
||||||
@@ -38,12 +38,12 @@ checksums=('blake2b-256:edf62ac0287b442160a89d726b17a9184a4c615bb5237db763791a7f
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/zstandard-${version}"
|
cd "$srcdir/zstandard-${version}"
|
||||||
python -m build --wheel --no-isolation
|
python3 -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/zstandard-${version}"
|
cd "$srcdir/zstandard-${version}"
|
||||||
python -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
python3 -m installer --destdir="$pkgdir" --prefix=/usr dist/*.whl
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
|
|||||||
Reference in New Issue
Block a user