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
dd188ebf
Commit
dd188ebf
authored
1 year ago
by
Celeste
Committed by
Andy Postnikov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-pyo: switch to gpep517
parent
26c10122
No related branches found
No related tags found
1 merge request
!54205
community/py3-pyo: switch to gpep517
Pipeline
#190069
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-pyo/APKBUILD
+16
-4
16 additions, 4 deletions
community/py3-pyo/APKBUILD
with
16 additions
and
4 deletions
community/py3-pyo/APKBUILD
+
16
−
4
View file @
dd188ebf
...
...
@@ -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
=
"
...
...
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