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
857a6022
Verified
Commit
857a6022
authored
1 year ago
by
Antoine Martin
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-wand: upgrade to 0.6.13
parent
9f49cd96
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-wand/APKBUILD
+9
-4
9 additions, 4 deletions
testing/py3-wand/APKBUILD
with
9 additions
and
4 deletions
testing/py3-wand/APKBUILD
+
9
−
4
View file @
857a6022
...
...
@@ -3,7 +3,7 @@
pkgname
=
py3-wand
_pkgname
=
wand
pkgver
=
0.6.1
1
pkgver
=
0.6.1
3
pkgrel
=
0
pkgdesc
=
"Ctypes-based simple MagickWand API binding for Python"
url
=
"https://github.com/emcconville/wand"
...
...
@@ -24,9 +24,14 @@ options="!check" # Failing test units
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
subpackages
=
"
$pkgname
-pyc"
prepare
()
{
default_prepare
rm
pyproject.toml
}
build
()
{
gpep517 build-wheel
\
--wheel-dir
dist
\
--wheel-dir
.
dist
\
--output-fd
3 3>&1
>
&2
}
...
...
@@ -36,9 +41,9 @@ check() {
package
()
{
python3
-m
installer
-d
"
$pkgdir
"
\
dist/
*
.whl
.
dist/
*
.whl
}
sha512sums
=
"
996073d1b22fdd7924801114b24d803eb15e94c8980800a4ddb58110f72f9495aebc4de227db3a07af9c754a96c369c9ba7c7201442933ba653df1eefb74165f
py3-wand-0.6.1
1
.tar.gz
4551ba719b6bb90bb6818e9f0fcb9e35e41c5e49de17b565f4b8b148b03a25eff4033ed9d49ebc46f2e9fbfc83ae976f817fe595a11a4704b12c77954506ffc0
py3-wand-0.6.1
3
.tar.gz
"
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