Search Criteria
Package Details: python-sigtools 4.0.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-sigtools.git (read-only, click to copy) |
---|---|
Package Base: | python-sigtools |
Description: | Utilities for working with inspect.Signature objects |
Upstream URL: | https://pypi.python.org/pypi/sigtools |
Licenses: | MIT |
Submitter: | Francois_B |
Maintainer: | Dylan14 |
Last Packager: | Dylan14 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-10 03:13 (UTC) |
Last Updated: | 2023-08-20 06:03 (UTC) |
Dependencies (6)
- python-attrs
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
Latest Comments
MarsSeed commented on 2023-08-20 01:37 (UTC)
As per setup.py
install_requires
, python-attrs is a needed dependency, butpython-funcsigs
for Python 3.2 is not.MarsSeed commented on 2022-05-22 09:10 (UTC)
python-funcsigs is no longer required; please kindly remove that dependency.
It was needed earlier for Python 2.6, 2.7 and 3.2 support. But the new sigtools 3.0(rc) needs at least Python 3.6, that's why funcsigs was removed as a requirement.