Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-pynacl
Commits:
cd775e1a by Carl Smedstad at 2025-09-15T21:27:21+02:00
Use spaces for indentation consistently
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -30,20 +30,20 @@ source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('b068fb5877fd084d927471233c0678d04582f49cdcd1a298d38f39c2a775bbf83011a6279df894c6c92732dc947a467e4f628449f5f8419b254886c2b789e17e')
build() {
- cd ${pkgname#python-}-$pkgver
- export SODIUM_INSTALL=system
- python -m build --wheel --no-isolation
+ cd ${pkgname#python-}-$pkgver
+ export SODIUM_INSTALL=system
+ python -m build --wheel --no-isolation
}
check() {
- cd ${pkgname#python-}-$pkgver
+ cd ${pkgname#python-}-$pkgver
python -m venv --system-site-packages test-env
test-env/bin/python -m installer dist/*.whl
test-env/bin/python -m pytest
}
package() {
- cd ${pkgname#python-}-$pkgver
- export SODIUM_INSTALL=system
- python -m installer --destdir="$pkgdir" dist/*.whl
+ cd ${pkgname#python-}-$pkgver
+ export SODIUM_INSTALL=system
+ python -m installer --destdir="$pkgdir" dist/*.whl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynacl/-/commit/cd775e1a9651e7bfce42e4bd191d40f06c57ce57
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynacl/-/commit/cd775e1a9651e7bfce42e4bd191d40f06c57ce57
You're receiving this email because of your account on gitlab.archlinux.org.