Search Criteria
Package Details: python-cleo-git 1.0.0a5.r101.gd6dbf81-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-cleo-git.git (read-only, click to copy) |
---|---|
Package Base: | python-cleo-git |
Description: | Cleo allows you to create beautiful and testable command-line interfaces. |
Upstream URL: | https://github.com/sdispater/cleo |
Licenses: | MIT |
Conflicts: | python-cleo |
Provides: | python-cleo |
Submitter: | kris7t |
Maintainer: | kris7t |
Last Packager: | kris7t |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-02 16:06 (UTC) |
Last Updated: | 2022-11-05 18:12 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-crashtest
- python-pylev
- python-rapidfuzz (python-rapidfuzz-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-pyproject2setuppy (make)
- python-pytest (check)
- python-pytest-mock (check)
Required by (6)
- python-netaudio (requires python-cleo)
- python-poetry-git (requires python-cleo)
- python-poetry-multiproject-plugin (requires python-cleo)
- python-poetry-plugin-dotenv (requires python-cleo)
- python-torrentmirror (requires python-cleo)
- venn (requires python-cleo)
Latest Comments
carlosal1015 commented on 2022-09-10 17:34 (UTC)
Hi, I have the following message error
Dylan14 commented on 2022-08-25 00:04 (UTC)
Per the latest revision the pyproject.toml file lists crashtest version 0.4.0 as a dependency.
carlosal1015 commented on 2022-07-27 00:13 (UTC) (edited on 2022-07-27 00:17 (UTC) by carlosal1015)
Hi @kris7t, now
python-rapidfuzz
is a dependency. Could you please add it?carlosal1015 commented on 2022-06-16 00:21 (UTC)
Thanks again, now is fine as well before.
kris7t commented on 2022-06-16 00:19 (UTC)
whoops, I must have left an old
setup.py
file around, so I didn't notice the issue. the -2 pgkrel should fix thiscarlosal1015 commented on 2022-06-16 00:15 (UTC)
Hi @kris7t, prepare() function is fixed, but I have the following message error at package() function.
kris7t commented on 2022-06-15 22:30 (UTC)
@carlosal1015 thanks for reporting! I updated the PKGBUILD to be more in line with the
community/python-cleo
package, which should have fixed the error.