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
146e0ea9
Commit
146e0ea9
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-statmake: upgrade to 0.5.1
parent
0c230017
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38717
community/py3-ufolib2: upgrade to 0.13.1
Pipeline
#135621
passed
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-statmake/APKBUILD
+17
-7
17 additions, 7 deletions
community/py3-statmake/APKBUILD
with
17 additions
and
7 deletions
community/py3-statmake/APKBUILD
+
17
−
7
View file @
146e0ea9
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
py3-statmake
pkgver
=
0.5.
0
pkgver
=
0.5.
1
pkgrel
=
0
pkgdesc
=
"Applies STAT information from a Stylespace to a variable font"
url
=
"https://github.com/daltonmaag/statmake"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3 py3-attrs py3-cattrs py3-fonttools"
makedepends
=
"py3-setuptools"
depends
=
"python3 py3-attrs py3-cattrs py3-fonttools py3-fs"
makedepends
=
"
py3-gpep517
py3-installer
py3-poetry-core
py3-wheel
"
options
=
"!check"
# fail locally
source
=
"
https://files.pythonhosted.org/packages/source/s/statmake/statmake-
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/daltonmaag/statmake/archive/refs/tags/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/statmake-
$pkgver
"
build
()
{
python3 setup.py build
mkdir
dist
GIT_DIR
=
.
\
python3
-m
gpep517 build-wheel
\
--wheel-dir
dist
\
--output-fd
1
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
python3
-m
installer
-d
"
$pkgdir
"
\
dist/statmake-
*
.whl
}
sha512sums
=
"
af040443c2286ba3879f0d4718332a5a1983a42a5d7b532e4bc3955c0c97cbcb7f889070d0d0ac79d85c236a68f77f513b18ba09e71881f625987266fe47dcd6
statmake-0.5.
0
.tar.gz
9b2a6f614372a07a11e03c5f1c26e1f2c1a1f554c2d9ae887a3820e3e5b3766f8388db4d6e39cf338b0e85444fc499c3f04d4a8a169c0b70391b72530965a092 py3-
statmake-0.5.
1
.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