Package Details: python-inkscape-figures 1.0.8-3

Git Clone URL: https://aur.archlinux.org/python-inkscape-figures.git (read-only, click to copy)
Package Base: python-inkscape-figures
Description: Script for managing inkscape figures
Upstream URL: https://pypi.org/project/inkscape-figures
Licenses: MIT
Submitter: BenSYZ
Maintainer: BenSYZ
Last Packager: BenSYZ
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-23 13:17 (UTC)
Last Updated: 2021-07-21 13:15 (UTC)

Pinned Comments

BenSYZ commented on 2021-07-21 13:50 (UTC) (edited on 2021-07-21 14:04 (UTC) by BenSYZ)

If you don't want compile python-inotify of python2, then

  1. Install python-inotify with pip install --user inotify and inotify will install at ~/.local/lib/python3.9/site-packages/inotifywith its requirementsnose`.

  2. Remove the python-inotify from the PKGBUILD, then sudo pacman -S --asdeps python rofi python-pyperclip python-click python-appdirs python-daemonize and then makepkg -si with non-root permission.

Dependency of python2 are not so big as looked, and it may failed to install some dependency, so install them manually with --asdeps parameter, and remove them after the build is finished.

Latest Comments

BenSYZ commented on 2021-07-21 13:50 (UTC) (edited on 2021-07-21 14:04 (UTC) by BenSYZ)

If you don't want compile python-inotify of python2, then

  1. Install python-inotify with pip install --user inotify and inotify will install at ~/.local/lib/python3.9/site-packages/inotifywith its requirementsnose`.

  2. Remove the python-inotify from the PKGBUILD, then sudo pacman -S --asdeps python rofi python-pyperclip python-click python-appdirs python-daemonize and then makepkg -si with non-root permission.

Dependency of python2 are not so big as looked, and it may failed to install some dependency, so install them manually with --asdeps parameter, and remove them after the build is finished.