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

persepolis: 3.1.0 -> 3.2.0 #69752

Merged
merged 2 commits into from Jul 1, 2020
Merged

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/persepolis/versions.

meta.description for persepolis is: '"Persepolis Download Manager is a GUI for aria2."'.

meta.homepage for persepolis is: '"https://persepolisdm.github.io/"

Release on GitHub

Compare changes on GitHub

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
persepolis

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/06r02wp29r43rr0xxmrh977rz2v9f0fj-persepolis-3.2.0 \
  --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 persepolis https://github.com/r-ryantm/nixpkgs/archive/fda416d93844508a3bcda5f3a83ca1d652adf62f.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/06r02wp29r43rr0xxmrh977rz2v9f0fj-persepolis-3.2.0
ls -la /nix/store/06r02wp29r43rr0xxmrh977rz2v9f0fj-persepolis-3.2.0/bin

cc @LinArcX for testing.

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double wrapped, plus missing setuptools as a dependency

[3 built, 15 copied (76.9 MiB), 17.3 MiB DL]
https://github.com/NixOS/nixpkgs/pull/69752
1 package were build:
persepolis
$ ./results/persepolis/bin/persepolis --help
Traceback (most recent call last):
  File "/nix/store/4a6plyxiqy5spgph1liwpsswxmb99016-persepolis-3.2.0/bin/..persepolis-wrapped-wrapped", line 7, in <module>
    from persepolis.scripts.persepolis import main
  File "/nix/store/4a6plyxiqy5spgph1liwpsswxmb99016-persepolis-3.2.0/lib/python3.7/site-packages/persepolis/scripts/persepolis.py", line 93, in <module>
    from persepolis.scripts.mainwindow import MainWindow
  File "/nix/store/4a6plyxiqy5spgph1liwpsswxmb99016-persepolis-3.2.0/lib/python3.7/site-packages/persepolis/scripts/mainwindow.py", line 26, in <module>
    from persepolis.scripts.setting import PreferencesWindow
  File "/nix/store/4a6plyxiqy5spgph1liwpsswxmb99016-persepolis-3.2.0/lib/python3.7/site-packages/persepolis/scripts/setting.py", line 18, in <module>
    from persepolis.gui.setting_ui import Setting_Ui, KeyCapturingWindow_Ui
  File "/nix/store/4a6plyxiqy5spgph1liwpsswxmb99016-persepolis-3.2.0/lib/python3.7/site-packages/persepolis/gui/setting_ui.py", line 22, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'```

@stale
Copy link

stale bot commented Jun 1, 2020

Thank you for your contributions.
This has been automatically marked as stale because it has had no activity for 180 days.
If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.
Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the
    related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse. 3. Ask on the #nixos channel on
    irc.freenode.net.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 1, 2020
@r-ryantm r-ryantm closed this Jun 11, 2020
@r-ryantm r-ryantm deleted the auto-update/persepolis branch June 11, 2020 04:56
@ryantm ryantm restored the auto-update/persepolis branch June 11, 2020 05:37
@ryantm ryantm reopened this Jun 11, 2020
@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 11, 2020
@r-ryantm r-ryantm closed this Jun 14, 2020
@r-ryantm r-ryantm deleted the auto-update/persepolis branch June 14, 2020 03:30
@ryantm ryantm restored the auto-update/persepolis branch June 14, 2020 05:39
@ryantm ryantm reopened this Jun 14, 2020
@r-ryantm r-ryantm closed this Jul 1, 2020
@r-ryantm r-ryantm deleted the auto-update/persepolis branch July 1, 2020 04:39
@ryantm ryantm restored the auto-update/persepolis branch July 1, 2020 04:53
@ryantm ryantm reopened this Jul 1, 2020
@jonringer
Copy link
Contributor

rebased and fixed qt wrapping

@jonringer
Copy link
Contributor

https://github.com/NixOS/nixpkgs/pull/69752
1 package built:
persepolis

@jonringer jonringer merged commit 35f530f into NixOS:master Jul 1, 2020
@r-ryantm r-ryantm deleted the auto-update/persepolis branch July 3, 2020 22:14
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