Package Details: pyznap 1.6.0-1

Git Clone URL: https://aur.archlinux.org/pyznap.git (read-only, click to copy)
Package Base: pyznap
Description: ZFS snapshot tool written in Python
Upstream URL: https://github.com/yboetz/pyznap
Licenses: GPLv3
Submitter: fryfrog
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 4
Popularity: 0.002546
First Submitted: 2018-08-09 16:13 (UTC)
Last Updated: 2023-06-07 15:24 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

fryfrog commented on 2023-06-07 16:05 (UTC)

Interesting! I wonder how it is a run time dependency instead of build time? Maybe worth a dig in their github?

lockheed commented on 2023-06-07 16:03 (UTC)

Because if you install pyznap with all its dependencies on a fresh system, it will not run until you install python-setuptools manually. I just had that situation.

fryfrog commented on 2023-06-07 15:25 (UTC)

@lockheed, it is already a makedepends. It'd be weird for it to be a depends, what makes you think that is needed?

makedepends=('python-setuptools')

lockheed commented on 2023-06-07 10:37 (UTC)

"python-setuptools" missing from dependencies.

lockheed commented on 2023-06-01 08:44 (UTC) (edited on 2023-06-01 09:13 (UTC) by lockheed)

If pyznap stops working due to python changes, easiest way to fix it is with passing --rebuild flag to your favourite aur assistant, for example: pikaur -S --rebuild pyznap

fryfrog commented on 2022-01-31 21:07 (UTC)

@lockheed, did you try rebuilding it? If you use something like paru or yay, be sure to pass in the option that makes it rebuild. I don't actually use this, so let me know what you figure out. Happy to add co-maintainers too.

lockheed commented on 2022-01-31 21:04 (UTC)

No longer runs, perhaps because of python changes.