Search Criteria
Package Details: python-canvasapi 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-canvasapi.git (read-only, click to copy) |
---|---|
Package Base: | python-canvasapi |
Description: | API wrapper for Instructures Canvas |
Upstream URL: | https://github.com/ucfopen/canvasapi |
Licenses: | MIT |
Submitter: | monkeynaleo |
Maintainer: | monkeynaleo |
Last Packager: | monkeynaleo |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-01 23:49 (UTC) |
Last Updated: | 2020-09-01 23:51 (UTC) |
Dependencies (2)
- python (python37AUR, python311AUR, python310AUR)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli) (make)
Latest Comments
alerque commented on 2021-08-06 20:42 (UTC) (edited on 2021-08-06 20:45 (UTC) by alerque)
This needs to
makedepends=(python-setuptools)
at the very least, possible more. Also the|| return
thing is bogus, that shouldn't be happening. If the install is failing the build process needs to care about that. There are some more points in Python package guidelines such as splittingbuild()
andpackage()
into two stages.