Done, thanks.
Search Criteria
Package Details: jupyter-nbgrader 0.9.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jupyter-nbgrader.git (read-only, click to copy) |
---|---|
Package Base: | jupyter-nbgrader |
Description: | A system for assigning and grading notebooks |
Upstream URL: | https://github.com/jupyter/nbgrader |
Licenses: | BSD-3-Clause |
Submitter: | leuko |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-12 07:59 (UTC) |
Last Updated: | 2024-09-17 22:24 (UTC) |
Dependencies (20)
- jupyter-nbclient
- jupyter-nbconvert
- jupyter-notebook
- jupyter-server
- jupyterlab
- python-alembic
- python-dateutil
- python-jinja
- python-jsonschema
- python-jupyterlab-server
- python-jupyter_client (python-jupyter-client)
- python-pyaml
- python-rapidfuzz (python-rapidfuzz-gitAUR)
- python-requests
- python-sqlalchemy (python-sqlalchemy1.3AUR, python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-build (make)
- python-hatch-jupyter-builder (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Required by (1)
Sources (1)
carlosal1015 commented on 2024-09-17 22:50 (UTC)
leuko commented on 2024-08-27 15:10 (UTC)
Dear carlosal1015, would you maintain this package (and the git version)?
I don't have a working installation anymore that I often use.
carlosal1015 commented on 2024-08-14 00:42 (UTC)
Hi, I have the following error message
==> Making package: jupyter-nbgrader 0.9.2-1 (Tue Aug 13 19:37:26 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
* Getting build dependencies for wheel...
ERROR Missing dependencies:
jupyterlab<5,>=4.1.0
jupyter-lsp>=2.0.0 -> jupyter-server>=1.1.2 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> webcolors>=24.6.0
jupyterlab<5,>=4.1.0
jupyterlab-server<3,>=2.27.1 -> jupyter-server<3,>=1.21 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> webcolors>=24.6.0
jupyterlab<5,>=4.1.0
jupyter-server<3,>=2.4.0 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> webcolors>=24.6.0
jupyterlab<5,>=4.1.0
setuptools>=40.1.0
jupyterlab<5,>=4.1.0
notebook-shim>=0.2 -> jupyter-server<3,>=1.8 -> jupyter-events>=0.9.0 -> jsonschema[format-nongpl]>=4.18.0 -> webcolors>=24.6.0
==> ERROR: A failure occurred in build().
Aborting...
-> error making: jupyter-nbgrader-exit status 4
flying-sheep commented on 2020-12-08 22:33 (UTC) (edited on 2020-12-08 22:42 (UTC) by flying-sheep)
Well, I didn’t think I’d ever say this, but Eli Schwartz is wrong (I thought he’s always right! XD) The Python packaging environment doesn’t have a concept of “meta packages”, so “jupyter” is just a regular “distribution” (that’s how installable packages with metadata are called in the Python world)
And as such it should have its dist-info/egg-info.
I’ll reply the same in the thread/bug report.
leuko commented on 2020-12-08 18:41 (UTC)
Dear @flying-sheep, I reported a bug [1], but other experienced users say that a dist-info is not needed for metapackages [2]. I am not experienced with Python packaging. Can you please comment on [2]?
[1] https://bugs.archlinux.org/task/68884 [2] https://bbs.archlinux.org/viewtopic.php?pid=1942362
flying-sheep commented on 2020-12-06 21:46 (UTC)
This package already depends on jupyter
. Please report a bug for the package community/jupyter
which seems to fail shipping a jupyter.dist-info
directory
Pinned Comments