Search Criteria
Package Details: python-shortuuid 1.0.13-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-shortuuid.git (read-only, click to copy) |
---|---|
Package Base: | python-shortuuid |
Description: | library that generates concise, unambiguous, URL-safe UUIDs |
Upstream URL: | https://github.com/skorokithakis/shortuuid |
Licenses: | BSD-3-Clause |
Submitter: | haawda |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-02 08:54 (UTC) |
Last Updated: | 2024-04-28 09:44 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- python-django (check)
- python-pytest (check)
Latest Comments
alerque commented on 2023-01-11 08:48 (UTC)
Sorry this isn't fixed up yet. I've actually tried a couple times and run into issues every time. Patches are welcome or PR it against this if anybody gets the kinks worked out.
ModYokosuka commented on 2022-11-18 10:22 (UTC)
Same issue as Freed. 'charset-normalizer' was not found and is required by aiohttp.
Freed commented on 2022-11-04 04:29 (UTC)
MarsSeed commented on 2022-07-09 14:04 (UTC)
Please kindly fix the package -
prepare()
phase fails.I suggest you remove the back-conversion to setuptools, and use the Python standards-based installation as recommended by Arch Python package guidelines.
4rozenwolves commented on 2021-12-17 20:09 (UTC)
Thank you. It is working.
alerque commented on 2021-12-17 19:43 (UTC)
There, try that.
alerque commented on 2021-12-17 19:40 (UTC)
Take that back, after the 3.10 bump I also updated the main package and the setuptools shim appears to have misfired. I'll look for another way to build...
alerque commented on 2021-12-17 19:38 (UTC)
@4rozenwolves That error suggests you are trying to import the module from a different version of Python than what you compiled this package with. If you installed this when your system had Python 3.9 and then upgraded to 3.10 you need to rebuild & reinstall this package.
4rozenwolves commented on 2021-12-17 13:17 (UTC)
I get ModuleNotFoundError: No module named 'shortuuid' It was working previously.
alerque commented on 2021-09-20 17:51 (UTC)
Missing makedepends on setuptools. BSD license is not custom. Needs checks.