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
1cfcb8ea
Commit
1cfcb8ea
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-cu2qu: fix depends and version
parent
8f47ef65
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-cu2qu/APKBUILD
+9
-6
9 additions, 6 deletions
community/py3-cu2qu/APKBUILD
with
9 additions
and
6 deletions
community/py3-cu2qu/APKBUILD
+
9
−
6
View file @
1cfcb8ea
...
...
@@ -2,29 +2,32 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname
=
py3-cu2qu
pkgver
=
1.6.7
pkgrel
=
2
pkgrel
=
4
pkgdesc
=
"Cubic-to-quadratic bezier curve conversion"
url
=
"https://github.com/googlefonts/cu2qu"
arch
=
"all"
license
=
"Apache-2.0"
depends
=
"python3 py3-fonttools py3-
defcon
"
depends
=
"python3 py3-fonttools py3-
fs
"
makedepends
=
"py3-setuptools py3-setuptools_scm python3-dev cython"
checkdepends
=
"py3-pytest py3-coverage py3-pytest-runner"
checkdepends
=
"py3-pytest py3-coverage
py3-defcon
py3-pytest-runner"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/googlefonts/cu2qu/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/cu2qu-
$pkgver
"
build
()
{
git init
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
export
CU2QU_WITH_CYTHON
=
1
python3 setup.py build
}
check
()
{
python3 setup.py
test
PYTHONPATH
=
"
$(
echo
build/lib.linux
*
)
"
\
pytest
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"5140db9fad305942a45faa405a70bcee389b03257889b82faa4704c8250c27c81273d28fa859701b4d05c439673887f07960f225563eb651bf5a8a93f7743b05 py3-cu2qu-1.6.7.tar.gz"
sha512sums
=
"
5140db9fad305942a45faa405a70bcee389b03257889b82faa4704c8250c27c81273d28fa859701b4d05c439673887f07960f225563eb651bf5a8a93f7743b05 py3-cu2qu-1.6.7.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