Search Criteria
Package Details: python-asn1tools 0.167.0-1
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 |
Keywords: | asn.1 asn1 |
Licenses: | MIT |
Submitter: | hurufu |
Maintainer: | hurufu (Xeonacid) |
Last Packager: | hurufu |
Votes: | 2 |
Popularity: | 0.008092 |
First Submitted: | 2021-02-12 18:15 (UTC) |
Last Updated: | 2024-12-08 22:42 (UTC) |
Dependencies (11)
- licenses
- python (python37AUR)
- python-bitstructAUR
- python-pyparsing
- python-build (make)
- python-diskcacheAUR (make)
- python-installer (make)
- python-prompt_toolkit (make)
- python-setuptools (make)
- python-pytest (check)
- python-trio (check)
Latest Comments
1 2 Next › Last »
hurufu commented on 2025-08-25 06:43 (UTC) (edited on 2025-08-25 06:43 (UTC) by hurufu)
@micwoj92 I don't think that making a patch that just skips failed tests is a good idea. I want to put responsibility of running software with broken tests onto the user. Just build it with
--nocheck
flag. And I really believe if you care about the software it should be fixed upstream.micwoj92 commented on 2025-08-25 00:36 (UTC)
Please skip executing broken tests
hurufu commented on 2025-05-08 16:40 (UTC)
Thanks @Xeonacid for help, I'm glad to add you as a co-maintainer.
@kistlin – Thanks for noticing, some unit tests indeed fail – it is a known problem. It has to be reported to the upstream developers (if they are still active).
kistlin commented on 2025-05-08 02:09 (UTC)
For me several unit tests fail. No matter if I use the official PKGBUILD or the one from @Xeonacid.
Xeonacid commented on 2025-01-19 13:54 (UTC)
The PKGBUILD should adhere to Python package guidelines and some other improvements: - Use tag instead of commit in source array - Checksum should not be skipped with new devtools -
pkgver()
is not needed -python-prompt_toolkit python-diskcache
should be added todepends
instead ofmakedepends
-python-trio
is unused for check - Install LICENSE and README, droplicenses
depends ---compile-bytecode=2
is not neededMy adjusted PKGBUILD can be used as a reference.
I'd like to co-maintain the package if applicable.
hurufu commented on 2024-12-08 22:44 (UTC)
Thanks @MarsSeed for useful remarks. Package should be in a much better shape now.
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!
1 2 Next › Last »