Search Criteria
Package Details: ciphey 5.14.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/ciphey.git (read-only, click to copy) |
---|---|
Package Base: | ciphey |
Description: | Automated decryption tool |
Upstream URL: | https://github.com/Ciphey/Ciphey |
Keywords: | cipher cryptography ctf decryption |
Licenses: | MIT |
Provides: | ciphey |
Submitter: | roliboy |
Maintainer: | pusi77 |
Last Packager: | pusi77 |
Votes: | 6 |
Popularity: | 0.060000 |
First Submitted: | 2020-10-21 13:53 (UTC) |
Last Updated: | 2023-05-08 17:37 (UTC) |
Dependencies (19)
- flake8
- python (python37AUR, python311AUR, python310AUR)
- python-appdirs (python-appdirs-gitAUR)
- python-base58AUR
- python-base91AUR
- python-cipheycoreAUR
- python-cipheydistsAUR
- python-click
- python-loguru
- python-mockAUR
- python-pyaml
- python-pybase62AUR
- python-pylint
- python-pywhatAUR
- python-rich
- python-typing_inspect
- patch (patch-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-setuptools (make)
Latest Comments
1 2 Next › Last »
bkb commented on 2023-03-05 10:26 (UTC)
Create
ciphey-bin
bkb commented on 2023-03-05 10:26 (UTC) (edited on 2023-03-05 10:27 (UTC) by bkb)
roliboy commented on 2023-02-14 21:59 (UTC)
Weird,
python-pywhat
also fails with the exact same error, but both of them were building fine a while ago. I'll fix the issue as soon as I get some time for it.necklace commented on 2023-02-14 08:31 (UTC)
Hmm, can't get this to build, fails with
python: can't open file '/tmp/python-cipheycore-504553981773140723/python-cipheycore/src/CipheyCore-0.3.2/build/dist/cipheycore-0.3.2/setup.py': [Errno 2] No such file or directory
roliboy commented on 2022-08-08 14:17 (UTC)
Hello. Thanks for letting me know that
python-dephell
has been removed from the community repository; I was unaware of it. Regardingpython-cipheycore
andpython-cipheydists
, I saw that their AUR packages have finally been orphaned due to inactivity, so I will adopt them and separate everything again.I will also apply your changes once I get to it. Much appreciated.
ZhangHua commented on 2022-08-08 13:31 (UTC) (edited on 2022-08-09 14:14 (UTC) by ZhangHua)
Hello, I think we should remove dephell because it is a orphaned package now. You can do that by merging this patch:
I don't think unpacking poetry artifacts again is a good idea but I can't find another solution. I added python-cipheycore and python-cipheydists into provides and conflicts because the files provided by those packages are in this package difinately.
EDIT: I find that ciphey, cipheycore and cipheydists are poetry packages. Maybe we can build wheel package and use python-installer to install the .whl file.
EDIT 2: Build cipheycore will be failed on GCC 12, the solution is inserting a
#include <utility>
line intosrc/ciphers/xor_single.cpp
roliboy commented on 2022-01-19 14:34 (UTC)
Yes, you're right. I accidentally took the dependencies from the master branch, where python-loguru is no longer needed.
Sorry about that, and thanks for the heads-up.
f1she3 commented on 2022-01-19 09:28 (UTC)
Hi ! I think python-loguru needs to be added as a dependency
roliboy commented on 2021-07-07 09:55 (UTC)
Small update:
I removed
python-cipheycore
andpython-cipheydists
from the dependencies and merged their PKGBUILDS into this one.Now ciphey is a 3-in-1 package, not too elegant and by no means is it good practice to do so, but for the time being this will allow you to install it without any issues.
NOTE: remove
python-cipheycore
andpython-cipheydists
packages in case you installed them, otherwise pacman will complain about conflicting filescookiewookie commented on 2021-07-06 12:45 (UTC)
I tried via yay --mflags --skipinteg ciphey
but more errors unfortunately. I hope you are lucky with contacting :)
1 2 Next › Last »