Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-python-socks
Commits:
70b092ec by Carl Smedstad at 2024-12-28T17:51:48+01:00
Re-format - 2 space indent
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality
for Python'
arch=('any')
url='https://github.com/romis2012/python-socks'
license=('Apache-2.0')
-depends=('python')
+depends=('python')
makedepends=(
'git'
'python-build'
@@ -41,16 +41,16 @@
sha512sums=('cd52f9b57cc123669db1db0c3ea407a326203ff7727b4bdbef47358f9f5debb83be
validpgpkeys=('706A8935FED55F3BFB7C188B5EEAD7400A5D80ED') # Roman Snegirev
<[email protected]>
build() {
- cd "${pkgname#python-}"
- python -m build --wheel --no-isolation
+ cd "${pkgname#python-}"
+ python -m build --wheel --no-isolation
}
check() {
- cd "${pkgname#python-}"
- pytest
+ cd "${pkgname#python-}"
+ pytest
}
package() {
- cd "${pkgname#python-}"
- python -m installer --destdir="$pkgdir" dist/*.whl
+ cd "${pkgname#python-}"
+ python -m installer --destdir="$pkgdir" dist/*.whl
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-python-socks/-/commit/70b092ec371daee7569945747e9d0a508c8fdd41
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-python-socks/-/commit/70b092ec371daee7569945747e9d0a508c8fdd41
You're receiving this email because of your account on gitlab.archlinux.org.