Package Details: mkpkg 6.1.0-1

Git Clone URL: https://aur.archlinux.org/mkpkg.git (read-only, click to copy)
Package Base: mkpkg
Description: Tool to rebuild packages based on dependency triggers
Upstream URL: https://github.com/gene-git/Arch-mkpkg
Keywords: makepkg pkgbuild
Licenses: MIT
Submitter: GeneArch
Maintainer: GeneArch
Last Packager: GeneArch
Votes: 5
Popularity: 0.017437
First Submitted: 2022-10-13 23:34 (UTC)
Last Updated: 2024-03-09 19:20 (UTC)

Latest Comments

GeneArch commented on 2022-11-04 18:41 (UTC)

Sorry about that @tiko. python-poetry back in makedepends list - thanks again @FabioLolix

GeneArch commented on 2022-11-04 18:14 (UTC)

Thanks fabio - my fault - will send fix shortly.

FabioLolix commented on 2022-11-04 18:02 (UTC)

Try to install python-poetry

tiko commented on 2022-11-04 18:01 (UTC)

 
I got this error when update to latest version package how i can fix it ?

* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/wrappers.py", line 319, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pep517.wrappers.BackendUnavailable: Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/pep517/in_process/_in_process.py", line 77, in _build_backend
    obj = import_module(mod_path)
  File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'poetry'

ERROR Backend 'poetry.core.masonry.api' is not available.

GeneArch commented on 2022-10-14 16:50 (UTC)

ssh working now and pushed PKGBUILD - thanks so much for your guidance. Let me know if I missed anything.

GeneArch commented on 2022-10-14 16:20 (UTC)

@FabioLolix - thank you! Trying to address but git push giving me ssh permission errors for some reasons today.

FabioLolix commented on 2022-10-14 15:27 (UTC)

Hello,

  • git is missing from makedepends=()
  • A license like MIT which isn't part of the licenses package need to be installed in "${pkgdir}/usr/share/licenses/${pkgname}"
  • When building in clean chroot it complain that rsync is missing ./do-install: line 21: rsync: command not found but seems to build the package fine
  • all the things in prepare don't seem to be needed; source is pulled by launching makepkg, for cleaning use makepkg options (-cC), master is already the default branch, a different branch can be optionally setted in source=() if needed [source=("git+https://github.com/gene-git/${_gitname}#branch=branchname")]
  • at the moment this is a disguised VCS (-git) pkgbuild, please build a fixed release here
  • python-packaging is detected as missing depends by namcap mkpkg E: Dependency python-packaging detected and not included (libraries ['packaging'] needed in files ['usr/lib/python3.10/site-packages/mkpkg/utils/version_compare.py']) (not sure if this is correct)