Search Criteria
Package Details: python-hypothesmith-032 0.3.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-hypothesmith-032.git (read-only, click to copy) |
---|---|
Package Base: | python-hypothesmith-032 |
Description: | Hypothesis strategies for generating Python programs, something like CSmith |
Upstream URL: | https://github.com/Zac-HD/hypothesmith |
Licenses: | MPL |
Conflicts: | python-hypothesmith |
Provides: | python-hypothesmith |
Submitter: | Alfred456654 |
Maintainer: | Alfred456654 |
Last Packager: | Alfred456654 |
Votes: | 1 |
Popularity: | 0.006967 |
First Submitted: | 2024-01-16 09:12 (UTC) |
Last Updated: | 2024-03-26 20:52 (UTC) |
Dependencies (10)
- python-hypothesis
- python-lark-parser
- python-libcst
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-black (python-black-gitAUR) (check)
- python-parso (check)
- python-pytest (check)
Required by (1)
- python-flake8-bugbear (requires python-hypothesmith) (check)
Latest Comments
gesh commented on 2024-03-28 19:47 (UTC)
Hrm, weird. One run allowed it to pass tests, then it suddenly stopped. :shrugs: Though BTW, apparently the repo package also disables the coverage check, so my edit was unnecessary.
Alfred456654 commented on 2024-03-28 19:28 (UTC)
I remember that I had a bug with something and this was a dependency's dependency, incompatible... No memory of what it was, so I ended up creating this AUR package. I'm not even using it anymore... Maybe I should orphan it and request its deletion.
gesh commented on 2024-03-28 18:54 (UTC)
Oddly enough, I can't reproduce the test failure anymore. However, I do notice that
hypothesmith 0.3.3
is out and builds ok as well -- any reason this package is packaging the0.3.2
version specifically? In any case, for some reason I didn't notice thepython-hypothesmith
in repos when installing this, so I'm removing the AUR version from my machine.Thanks!
gesh commented on 2024-03-27 19:37 (UTC)
BTW, instead of disabling the coverage tests, you could add
python-pytest-cov
to thecheckdepends
-- that makes the tests go through.gesh commented on 2024-03-26 20:49 (UTC)
Yes, definitely. Head's up, there's an unrelated test failure that's blocking the package from building: https://github.com/Zac-HD/hypothesmith/issues/38
Alfred456654 commented on 2024-03-26 20:47 (UTC)
Do you think I should add it again?
gesh commented on 2024-03-26 19:25 (UTC)
My bad, should've tried building it in a clean chroot first. PEP517 only controls the invocation of the build backend, programs will still use
python-setuptools
behind the scenes to build.Alfred456654 commented on 2024-03-25 13:43 (UTC)
Nothing I guess :) removed.
gesh commented on 2024-03-25 13:39 (UTC)
What is the
python-setuptools
makedep used for?