Hello fusion809, most if not all of your git VCS don't follow guidelines about pkgver() https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git If you need help let me know
Search Criteria
Package Details: jupyterlab-git 1:3.0.0.r0.g63c5989cdd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jupyterlab-git.git (read-only, click to copy) |
---|---|
Package Base: | jupyterlab-git |
Description: | JupyterLab computational environment |
Upstream URL: | https://github.com/jupyterlab/jupyterlab |
Keywords: | jupyter notebook python |
Licenses: | custom |
Submitter: | fabianz |
Maintainer: | None |
Last Packager: | fusion809 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-07-31 22:21 (UTC) |
Last Updated: | 2020-12-24 01:29 (UTC) |
Dependencies (7)
- jupyterlab_server
- jsx-lexerAUR (make)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- python-recommonmarkAUR (make)
- python-setuptools (make)
- python-sphinx-copybutton (make)
- python-sphinx_rtd_theme (make)
Required by (1)
- jupyter-octave_kernel-git (optional)
Sources (2)
FabioLolix commented on 2020-04-24 10:47 (UTC)
fabianz commented on 2020-03-11 14:44 (UTC)
Maintainership of this package was transferred to @fusion809. Thank you for stepping in!
fusion809 commented on 2020-02-22 02:38 (UTC)
@fabianz: if you add me a comaintainer, I'll be happy to make the suggested fixes to this package. One that hasn't been mentioned so far is that it's missing a dependency, namely jsx-lexer.
j605 commented on 2018-06-10 18:36 (UTC)
Can you add git
to makedepends
. Without this it would fail to build in a chroot.
fabianz commented on 2018-05-18 13:53 (UTC)
@NextHendrix: See https://github.com/jupyterlab/jupyterlab/issues/4513 for the issue tracking compatibility with node v10.
I'll post a workaround if I can provide something simple.
NextHendrix commented on 2018-05-14 14:06 (UTC) (edited on 2018-05-14 14:09 (UTC) by NextHendrix)
yarn install v1.6.0 (node:22363) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@1.1.3: The platform "linux" is incompatible with this module. info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9". error Found incompatible module
looks like node 10 isn't compatible with some of the deps
fabianz commented on 2018-02-28 19:14 (UTC) (edited on 2018-02-28 19:15 (UTC) by fabianz)
@j605 mbedtls seems to be a requirement of the Julia kernel:
https://bugs.archlinux.org/task/54226
https://github.com/JuliaLang/IJulia.jl/blob/master/REQUIRE
Regarding the release package, I will look into offering my help with an updated PKGBUILD although my time is fairly limited right now. They seem to be doing frequent releases from the master branch, so using the latest commit should work fine most of the time.
Pinned Comments
fusion809 commented on 2020-07-07 12:09 (UTC)
In case anyone is wondering, yes I am well aware that there is a build error at the moment, but a bug report for it exists upstream https://github.com/jupyterlab/jupyterlab/issues/8657, and there's nothing I can do about it downstream until they fix it upstream.