Search Criteria
Package Details: python-aesedb 0.1.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-aesedb.git (read-only, click to copy) |
---|---|
Package Base: | python-aesedb |
Description: | Asynchronous parser for JET. |
Upstream URL: | https://github.com/skelsec/aesedb |
Licenses: | MIT |
Submitter: | tikrass |
Maintainer: | tikrass |
Last Packager: | tikrass |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-17 20:14 (UTC) |
Last Updated: | 2024-03-29 09:29 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-aiowinregAUR
- python-colorama (python-colorama-gitAUR)
- python-pycryptodomex
- python-tqdm
- python-unicryptoAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pytest (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
tikrass commented on 2023-05-07 16:11 (UTC)
Thanks @dreieck for the input. I updated the PKGBUILD and the issues should be resolved.
dreieck commented on 2023-05-07 15:28 (UTC)
This package installs stuff in generic directories, probe to causing conflicts. Please remove the files from the generic directories:
(Maybe more files are there.)
Regards!
dreieck commented on 2023-05-07 15:21 (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!