Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
89c0b4d8
Commit
89c0b4d8
authored
7 months ago
by
Patrycja Rosa
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-wifi: build with gpep517
parent
c5f9e710
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-wifi/APKBUILD
+12
-6
12 additions, 6 deletions
testing/py3-wifi/APKBUILD
with
12 additions
and
6 deletions
testing/py3-wifi/APKBUILD
+
12
−
6
View file @
89c0b4d8
...
...
@@ -3,32 +3,38 @@
pkgname
=
py3-wifi
_pkgname
=
wifi
pkgver
=
0.3.8
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"Command line tool and library wrappers for network interfaces"
options
=
"!check"
# Tests only on GitHub tarball that are on 0.3.5
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
()
{
python3 setup.py build
gpep517 build-wheel
\
--wheel-dir
.dist
\
--output-fd
3 3>&1
>
&2
}
package
()
{
python3 setup.py
install
--skip-build
--root
=
"
$pkgdir
"
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"
sha512sums
=
"
649b9ca85fababa8275b4c03ce229d474da8a89c19e1467b9e3a5a7be2e2a975c142a7851226c3285d3d071ee1688adafbe835efd4f9bcd2295309b9e039da81 wifi-0.3.8.tar.gz
7b9d85eb9ac499319bb51d34ed44c6c2fe2431eb0fbf4e83fd30c3805181f90a9fc22fb24d7361c31ad140cf73e62352e28276210fc7d9f85a6331f5eeb0513f fix-iwlist-path.patch
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment