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
d7f9480c
Verified
Commit
d7f9480c
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-ipykernel: amend dependencies
py3-ipyparallel is circular, and is optional for
#13910
parent
abf61196
Loading
Loading
2 merge requests
!54607
main/sofia-sip: backport support for forking SIP calls
,
!41733
community/linux-edge: fix build on x86_64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-ipykernel/APKBUILD
+8
-5
8 additions, 5 deletions
community/py3-ipykernel/APKBUILD
with
8 additions
and
5 deletions
community/py3-ipykernel/APKBUILD
+
8
−
5
View file @
d7f9480c
...
...
@@ -2,23 +2,26 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname
=
py3-ipykernel
pkgver
=
6.13.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"IPython kernel for jupyter"
url
=
"https://github.com/ipython/ipykernel"
arch
=
"noarch"
license
=
"BSD-3-Clause"
depends
=
"
py3-jupyter_client
ipython
py3-
nest_asyncio
py3-
jupyter_client
py3-matplotlib-inline
py3-nest_asyncio
py3-packaging
py3-psutil
py3-tornado
py3-traitlets
py
3-ipyparallel
py
thon3
"
checkdepends
=
"py3-pytest py3-flaky py3-pytest-timeout"
checkdepends
=
"
py3-ipyparallel
py3-pytest py3-flaky py3-pytest-timeout"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/ipython/ipykernel/releases/download/v
$pkgver
/ipykernel-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/ipykernel-
$pkgver
"
options
=
"!check"
# py3-ipyparallel is circular, and an optional dep
build
()
{
python3 setup.py build
...
...
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