Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyznap: 1.2.1 -> 1.4.3 #69909

Closed
wants to merge 1 commit into from
Closed

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pyznap/versions.

meta.description for pyznap is: '"ZFS snapshot tool written in python"'.

meta.homepage for pyznap is: '"https://github.com/yboetz/pyznap"

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

4 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
1 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
pyznap

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A pyznap https://github.com/r-ryantm/nixpkgs/archive/9c9f6645b044674627b985fdbe7a485a018370e0.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3
ls -la /nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3/bin

cc @rbrewer123 for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pyznap/versions
@Lassulus
Copy link
Member

Lassulus commented Oct 4, 2019

getting this error with nix-review and running pyznap

Traceback (most recent call last):
  File "/nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3/bin/.pyznap-wrapped", line 7, in <module>
    from pyznap.main import main
  File "/nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3/lib/python3.7/site-packages/pyznap/main.py", line 18, in <module>
    from .utils import read_config, create_config
  File "/nix/store/ynbf2755nzv43y3k0g54achmny4wx32c-pyznap-1.4.3/lib/python3.7/site-packages/pyznap/utils.py", line 21, in <module>
    from pkg_resources import resource_string
ModuleNotFoundError: No module named 'pkg_resources'

@rbrewer123
Copy link
Contributor

@Lassulus, thanks for letting me know, I'll try to reproduce.

@rbrewer123
Copy link
Contributor

@Lassulus I opened PR #71097 to fix this issue (I didn't see a way to edit the current PR with my changes). Would you see if it works for you?

@jonringer jonringer mentioned this pull request Oct 14, 2019
10 tasks
@jonringer jonringer closed this Oct 14, 2019
@jonringer
Copy link
Contributor

application works in other PR

@r-ryantm r-ryantm deleted the auto-update/pyznap branch October 20, 2019 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants