Search Criteria
Package Details: python-tmdbsimple 2.9.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-tmdbsimple.git (read-only, click to copy) |
---|---|
Package Base: | python-tmdbsimple |
Description: | A wrapper for The Movie Database API v3 |
Upstream URL: | https://github.com/celiao/tmdbsimple |
Licenses: | GPL3 |
Submitter: | Strit |
Maintainer: | Strit |
Last Packager: | Strit |
Votes: | 1 |
Popularity: | 0.000006 |
First Submitted: | 2018-01-29 07:59 (UTC) |
Last Updated: | 2023-09-26 14:39 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-requests
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
Strit commented on 2023-09-26 14:32 (UTC)
That makes sense. Thank you. I just see setup.py still being used in repo packages.
yochananmarqos commented on 2023-09-26 14:16 (UTC)
setup.py install
has been officially deprecated for a couple years. See https://setuptools.pypa.io/en/latest/history.html#id510Strit commented on 2023-09-26 11:48 (UTC)
Sure, I can do that.
But what benefit does the standard have over the current build method, which is less commands?
If there's a chance it will get accepted into regular Arch repo if it follows the standard, that's reason enough for me. ;)
yochananmarqos commented on 2023-09-25 22:17 (UTC)
Please use a Standards based (PEP 517) build. See Python package guidelines. Example PKGBUILD