Search Criteria
Package Details: python-asn1tools 0.156.0-3
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: | 1 |
Popularity: | 0.035491 |
First Submitted: | 2021-02-12 18:15 (UTC) |
Last Updated: | 2024-04-25 16:00 (UTC) |
Dependencies (11)
- licenses
- python (python37AUR, python311AUR, python310AUR)
- python-diskcacheAUR
- python-prompt_toolkit
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pip (make)
- python-setuptools (make)
- python-bitstructAUR (check)
- python-pytest (check)
- python-trio (check)
Latest Comments
hurufu commented on 2024-04-25 16:04 (UTC)
I think I've fixed all issues. Thanks a lot @dreieck and @weltio for letting me know. Sadly 7 unit tests are failing and this has to be fixed in the upstream repo. For now you have to use
--nocheck
.hurufu commented on 2024-04-24 19:45 (UTC)
I somehow forgot about this package, working on fix.
weltio commented on 2024-03-22 10:59 (UTC)
bitstruct is still a problem
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!