mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 14:26:38 +02:00
40 lines
1.3 KiB
Text
40 lines
1.3 KiB
Text
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-wifi
|
|
_pkgname=wifi
|
|
pkgver=0.3.8
|
|
pkgrel=7
|
|
pkgdesc="Command line tool and library wrappers for network interfaces"
|
|
url="https://github.com/rockymeza/wifi"
|
|
arch="noarch"
|
|
license="BSD-3-Clause"
|
|
depends="python3 py3-pbkdf2 py3-setuptools wireless-tools"
|
|
makedepends="py3-gpep517"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
|
|
fix-iwlist-path.patch
|
|
"
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
options="!check" # Tests only on GitHub tarball that are on 0.3.5
|
|
|
|
replaces="py-wifi" # Backwards compatibility
|
|
provides="py-wifi=$pkgver-r$pkgrel" # Backwards compatibility
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir .dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
gpep517 install-wheel --destdir "$pkgdir" \
|
|
.dist/*.whl
|
|
|
|
# Avoid conflict with tlp
|
|
mv "$pkgdir"/usr/bin/wifi "$pkgdir"/usr/bin/pywifi
|
|
}
|
|
|
|
sha512sums="
|
|
649b9ca85fababa8275b4c03ce229d474da8a89c19e1467b9e3a5a7be2e2a975c142a7851226c3285d3d071ee1688adafbe835efd4f9bcd2295309b9e039da81 wifi-0.3.8.tar.gz
|
|
7b9d85eb9ac499319bb51d34ed44c6c2fe2431eb0fbf4e83fd30c3805181f90a9fc22fb24d7361c31ad140cf73e62352e28276210fc7d9f85a6331f5eeb0513f fix-iwlist-path.patch
|
|
"
|