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
Merge requests
!54205
community/py3-pyo: switch to gpep517
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/py3-pyo: switch to gpep517
Celeste/aports:gpep517-py3-pyo
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Celeste
requested to merge
Celeste/aports:gpep517-py3-pyo
into
master
1 year ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
dd188ebf
Show latest version
1 file
+
16
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dd188ebf
community/py3-pyo: switch to gpep517
· dd188ebf
Celeste
authored
1 year ago
community/py3-pyo/APKBUILD
+
16
−
4
Options
@@ -3,14 +3,22 @@
pkgname
=
py3-pyo
_pkgname
=
pyo
pkgver
=
1.0.5
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"dedicated Python module for digital signal processing"
url
=
"http://ajaxsoundstudio.com/software/pyo/"
arch
=
"all"
license
=
"LGPL-3.0-or-later"
options
=
"!check"
depends
=
"python3 python3-tkinter"
makedepends
=
"python3-dev portaudio-dev jack-dev libsndfile-dev py3-setuptools"
makedepends
=
"
jack-dev
libsndfile-dev
portaudio-dev
py3-gpep517
py3-setuptools
py3-wheel
python3-dev
"
subpackages
=
"
$pkgname
-pyc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/belangeo/pyo/archive/
$pkgver
.tar.gz
portaudio-only.patch
@@ -18,11 +26,15 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/belangeo/pyo/archive/$pkgver
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
python3 setup.py build
--minimal
--use-jack
gpep517 build-wheel
\
--wheel-dir
.dist
\
--config-json
'{"--build-option": ["--minimal", "--use-jack"]}'
\
--output-fd
3 3>&1
>
&2
}
package
()
{
python3 setup.py
install
--skip-build
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
.dist/
*
.whl
}
sha512sums
=
"
Loading