Search Criteria
Package Details: python-maison 2.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-maison.git (read-only, click to copy) |
---|---|
Package Base: | python-maison |
Description: | Read settings from config files. |
Upstream URL: | https://github.com/dbatten5/maison |
Licenses: | MIT |
Submitter: | Spixmaster |
Maintainer: | Spixmaster |
Last Packager: | Spixmaster |
Votes: | 1 |
Popularity: | 0.000082 |
First Submitted: | 2022-12-30 05:22 (UTC) |
Last Updated: | 2024-08-21 11:13 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-toml (python-toml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-coverage (check)
- python-pydantic (python-pydantic-gitAUR) (check)
- python-pytest (check)
- python-six (check)
Latest Comments
Spixmaster commented on 2023-08-23 13:36 (UTC)
I fixed the issue. It was really odd. The problem was caused by the option
-n
for the commandpython -m build
.qubidt commented on 2023-08-15 13:30 (UTC)
I can also reproduce your issue when building outside of the chroot. no guesses yet why it's not happening in the chroot. I'll try to play around with it in different environments to see if I can narrow it down.
I don't think it's an issue with the upstream, since it seems to build fine in the minimal chroot environment.
Spixmaster commented on 2023-08-14 16:56 (UTC) (edited on 2023-08-14 16:56 (UTC) by Spixmaster)
I have opened an issue on the Git repository.
Spixmaster commented on 2023-08-14 16:53 (UTC) (edited on 2023-08-14 16:54 (UTC) by Spixmaster)
@quibidt Thanks for your hint with
extra-x86_64-build
. Indeed, I can reproduce your outcome with that. Nevertheless when installing withmakepkg
I still have my erroneous installation.qubidt commented on 2023-08-14 16:17 (UTC)
@Spixmaster, can you try building in a clean chroot, or a fresh install of Arch? I still can't reproduce your issue. here are my logs, on pretty close to untouched system, and using
extra-x86_64-build
to build in a fresh chroot: https://pastebin.com/ahjKKhFmSpixmaster commented on 2023-08-14 14:37 (UTC) (edited on 2023-08-14 14:39 (UTC) by Spixmaster)
@qubidt Thanks for your report. This is really strange. When building this package with
makepkg
, the package content is the following:There are no Python files. On the package page of yamlfix, another user also reported exactly my issue. Could you maybe try to reproduce by creating the
.pkg.tar.zst
by executingmakepkg
in the directory with this PKGBUILD? This way you do not install the software on your package.qubidt commented on 2023-08-14 14:02 (UTC)
@Spixmaster I can't reproduce your issue. I built this package in a chroot (using
extra-x86_64-build
, and it seems to build successfully. The package contains the python files I expect:Spixmaster commented on 2023-08-14 12:55 (UTC) (edited on 2023-08-14 12:57 (UTC) by Spixmaster)
This package is broken. The list of files of
python-maison
does not include Python files. If someone knows how to fix this, he is welcomed to make suggestions.