Search Criteria
Package Details: python-asn1tools 0.156.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-asn1tools.git (read-only, click to copy) |
---|---|
Package Base: | python-asn1tools |
Description: | A Python package for ASN.1 parsing, encoding and decoding |
Upstream URL: | https://github.com/eerimoq/asn1tools.git |
Licenses: | MIT |
Submitter: | hurufu |
Maintainer: | hurufu |
Last Packager: | hurufu |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-12 18:15 (UTC) |
Last Updated: | 2023-01-10 18:35 (UTC) |
Dependencies (7)
- licenses
- python (python32AUR, python37AUR, python310AUR)
- python-diskcacheAUR
- python-prompt_toolkit
- python-pip (make)
- python-pytest (check)
- python-trio (check)
Latest Comments
dreieck commented on 2023-05-07 17:23 (UTC)
python-bitstruct
needs to be added as a dependency:Thanks for maintaining!
dreieck commented on 2023-05-07 16:47 (UTC)
Applying the patch fails for me:
Changing the
patch
line solves it:dreieck commented on 2023-05-07 16:47 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!