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
204913df
Commit
204913df
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-ufo2ft: upgrade to 2.28.0
parent
bdd78e94
No related branches found
No related tags found
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-ufo2ft/APKBUILD
+22
-10
22 additions, 10 deletions
community/py3-ufo2ft/APKBUILD
with
22 additions
and
10 deletions
community/py3-ufo2ft/APKBUILD
+
22
−
10
View file @
204913df
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname
=
py3-ufo2ft
pkgver
=
2.2
3
.0
pkgrel
=
1
pkgver
=
2.2
8
.0
pkgrel
=
0
pkgdesc
=
"bridge from UFOs to FontTools objects"
url
=
"https://github.com/googlefonts/ufo2ft"
arch
=
"noarch !s390x"
# skia-pathops
license
=
"MIT"
depends
=
"python3 py3-fonttools py3-defcon py3-cu2qu py3-compreffor
py3-booleanoperations py3-ufolib2 py3-skia-pathops py3-cffsubr"
makedepends
=
"py3-setuptools py3-setuptools_scm py3-pytest-runner"
checkdepends
=
"py3-pytest"
depends
=
"
py3-booleanoperations
py3-cffsubr
py3-cu2qu
py3-fonttools
py3-fs
py3-ufolib2
python3
"
makedepends
=
"
py3-pytest-runner
py3-pytest-xdist
py3-setuptools
py3-setuptools_scm
"
checkdepends
=
"py3-pytest py3-compreffor py3-skia-pathops"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/googlefonts/ufo2ft/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/ufo2ft-
$pkgver
"
build
()
{
git init
export
SETUPTOOLS_SCM_PRETEND_VERSION
=
$pkgver
python3 setup.py build
# remove failing tests
rm
tests/featureWriters/markFeatureWriter_test.py
#
rm tests/featureWriters/markFeatureWriter_test.py
}
check
()
{
PYTHONPATH
=
"
$PWD
/build/lib"
pytest
-3
-v
PYTHONPATH
=
"
$PWD
/build/lib"
pytest
-n4
}
package
()
{
...
...
@@ -30,5 +42,5 @@ package() {
}
sha512sums
=
"
7682fcead83f493c109bf222bb251782883ceb3df1a3cde8fd60531258fc28af8d40144d4a23023f03d20e1c337fcb4e32f6a500cd4bc7f04e71524c44835677
py3-ufo2ft-2.2
3
.0.tar.gz
f1a7b71d054442090f06cdd9fa809c135eb9174b667326c6b33b209547a56295a0aa88f5a0c981c637c7e15cbd8a26b399785c60b2e4dafaf98b39b098b4eb8b
py3-ufo2ft-2.2
8
.0.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