Search Criteria
Package Details: certomancer 0.12.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/certomancer.git (read-only, click to copy) |
---|---|
Package Base: | certomancer |
Description: | Quickly construct, mock & deploy PKI test configurations |
Upstream URL: | https://github.com/MatthiasValvekens/certomancer |
Licenses: | MIT |
Submitter: | carsme |
Maintainer: | None |
Last Packager: | carsme |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2023-02-11 17:19 (UTC) |
Last Updated: | 2024-04-27 20:44 (UTC) |
Dependencies (22)
- python (python37AUR, python311AUR, python310AUR)
- python-asn1crypto
- python-click
- python-cryptography
- python-dateutil
- python-jinja
- python-python-pkcs11
- python-requests-mock
- python-tzlocal
- python-werkzeug
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-freezegun (check)
- python-pyhanko-certvalidatorAUR (check)
- python-pytest (check)
- python-pytest-aiohttp (check)
- python-pytest-asyncio (check)
- Show 2 more dependencies...
Required by (1)
- python-pyhanko (check)
Latest Comments
carsme commented on 2023-03-12 12:42 (UTC)
@micwoj92 Thanks, published a new pkgrel.
micwoj92 commented on 2023-03-12 12:18 (UTC)
Seems to also need python-pytest-asyncio in checkdepends.
micwoj92 commented on 2023-02-12 13:20 (UTC) (edited on 2023-02-12 13:20 (UTC) by micwoj92)
btw, it should be added as makedep, because when running
makepkg --nocheck
it won't pull it and it complains giving error.subprocess.CalledProcessError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpvaijsiw2', '--quiet', 'pytest-runner']' returned non-zero exit status 1.
micwoj92 commented on 2023-02-12 13:17 (UTC)
Thanks, and thanks for taking over pyhanko.
carsme commented on 2023-02-12 13:16 (UTC)
@micwoj92, that seem to work, fixed. Thanks!
micwoj92 commented on 2023-02-12 13:05 (UTC)
pip is not needed as makedep, instead you should add python-pytest-runner https://github.com/MatthiasValvekens/certomancer/blob/master/setup.py#L69