Search Criteria
Package Details: python-wrapt-timeout-decorator 1.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-wrapt-timeout-decorator.git (read-only, click to copy) |
---|---|
Package Base: | python-wrapt-timeout-decorator |
Description: | Powerful Timeout Decorator that can be used safely on classes, methods, class methods |
Upstream URL: | https://github.com/bitranox/wrapt_timeout_decorator |
Licenses: | MIT |
Submitter: | GPereira |
Maintainer: | GPereira (pirofti) |
Last Packager: | GPereira |
Votes: | 1 |
Popularity: | 0.005459 |
First Submitted: | 2023-05-08 12:46 (UTC) |
Last Updated: | 2024-04-30 14:05 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-cli-exit-toolsAUR
- python-lib-detect-testenvAUR
- python-multiprocessAUR
- python-psutil
- python-wrapt
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
pirofti commented on 2024-02-25 14:01 (UTC)
Right. Fixed. Thank you!
patlefort commented on 2024-02-25 13:04 (UTC) (edited on 2024-02-25 13:05 (UTC) by patlefort)
You also need
python-setuptools-scm
or else you get:Also
python-setuptools
isn't sufficient or it will complain about missingsetuptools-scm
.pirofti commented on 2024-02-25 11:05 (UTC) (edited on 2024-02-25 11:05 (UTC) by pirofti)
Thank you @patlefort, I forgot to modify makedpends!
I added only the ones mentioned in the wiki.
patlefort commented on 2024-02-24 09:25 (UTC)
Hi, makedepends should be:
'python-build' 'python-setuptools-scm' 'python-wheel' 'python-installer'
.pirofti commented on 2024-02-23 23:13 (UTC)
Thank you, I pushed the changes. Have a nice vacation!
GPereira commented on 2024-02-23 22:59 (UTC)
Thank you @pirofti . I am on vacation at the moment so I've added you as co-maintainer if you want to contribute to this package by pushing a commit with that change.
pirofti commented on 2024-02-23 22:30 (UTC)
This package does not install anything. The following is needed to actually get the files in
site-packages
: