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
f425e183
Commit
f425e183
authored
3 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/awake: rebuild for python3.9
parent
6f59d9d1
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/awake/APKBUILD
+5
-8
5 additions, 8 deletions
community/awake/APKBUILD
with
5 additions
and
8 deletions
community/awake/APKBUILD
+
5
−
8
View file @
f425e183
...
...
@@ -2,24 +2,21 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
awake
pkgver
=
1.0
pkgrel
=
4
pkgdesc
=
"
A
python command and library to 'wake on lan' a remote host"
pkgrel
=
5
pkgdesc
=
"python command and library to 'wake on lan' a remote host"
url
=
"https://github.com/cyraxjoe/awake"
arch
=
"noarch"
license
=
"GPL-3.0"
depends
=
"py3-awake"
makedepends
=
"python3-dev"
subpackages
=
"py3-
$pkgname
:py3
$pkgname
-doc"
source
=
"https://files.pythonhosted.org/packages/source/
${
pkgname
:0:1
}
/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
source
=
"https://files.pythonhosted.org/packages/source/a/awake/awake-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
python3 setup.py build
||
return
1
python3 setup.py build
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
...
...
@@ -35,7 +32,7 @@ doc() {
_docs
=
"LICENSE README"
for
_doc
in
$_docs
;
do
install
-Dm644
"
$srcdir
"
/
$pkgname
-
$pkgver
/
$_doc
\
"
$subpkgdir
"
/usr/share/doc/
$pkgname
/
$_doc
||
return
1
"
$subpkgdir
"
/usr/share/doc/
$pkgname
/
$_doc
done
}
...
...
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