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
8813a426
Commit
8813a426
authored
2 years ago
by
Iztok Fister Jr.
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-branca: new aport
parent
d99f0d48
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
,
!38875
testing/py3-branca: new aport
Pipeline
#136031
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-branca/APKBUILD
+32
-0
32 additions, 0 deletions
testing/py3-branca/APKBUILD
with
32 additions
and
0 deletions
testing/py3-branca/APKBUILD
0 → 100644
+
32
−
0
View file @
8813a426
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname
=
py3-branca
_pkgorig
=
branca
pkgver
=
0.5.0
pkgrel
=
0
pkgdesc
=
"Generate complex HTML+JS pages with Python"
url
=
"https://github.com/python-visualization/branca"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3 py3-jinja2"
makedepends
=
"py3-setuptools"
checkdepends
=
"py3-pytest"
source
=
"https://github.com/python-visualization/branca/archive/v
$pkgver
/
$_pkgorig
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgorig
-
$pkgver
"
options
=
"!check"
# disable for now - several test dependencies are missing
build
()
{
python3 setup.py build
}
check
()
{
python3
-m
pytest
-k
'not test_iframe'
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
6d0b6cffc97ad4a0840881abc27a3053bd78514511691cd7b40d5789d1e2b98d994dcedbf9c9419776c053bd96779dd735cb34b4c7ad3ae07a251a873643fcbb branca-0.5.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