Package Details: python-conda-package-handling 1.8.1-1

Git Clone URL: https://aur.archlinux.org/python-conda-package-handling.git (read-only, click to copy)
Package Base: python-conda-package-handling
Description: Create and extract conda package of various formats
Upstream URL: https://github.com/conda/conda-package-handling
Licenses: BSD
Submitter: cyrevolt
Maintainer: cyrevolt
Last Packager: cyrevolt
Votes: 6
Popularity: 0.113291
First Submitted: 2019-06-12 04:15 (UTC)
Last Updated: 2022-08-19 21:53 (UTC)

Latest Comments

1 2 Next › Last »

iyanmv commented on 2024-04-22 08:34 (UTC)

cyrevolt: hi! This has been flagged as out of date for almost a year. If you don't have the time to maintain it anymore, perhaps you can orphan it so other people can take care of it. Thanks!

MrcJkb commented on 2022-01-13 09:47 (UTC) (edited on 2022-01-13 09:51 (UTC) by MrcJkb)

The validity check currently fails when installing with Paru:

conda-package-handling-1.7.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

specter119 commented on 2021-03-01 04:37 (UTC) (edited on 2021-03-01 04:37 (UTC) by specter119)

can add gcc to make deps, for too clean installation like wsl. however I will do it later.

silvio commented on 2021-01-13 07:36 (UTC) (edited on 2021-01-13 07:37 (UTC) by silvio)

@cyrevolt: If you use 'curl' you have to tell curl to respect redirection pages, you can do this with --location.

% curl https://github.com/conda/conda-package-handling/archive/1.7.2.tar.gz | sha512sum
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   135  100   135    0     0   1054      0 --:--:-- --:--:-- --:--:--  1054
8886131a1c65e7839b9ffe28928a6cde5677b38c75133d16bf2aa82fa7f877b3b2e30e43b79e0ca80fd454e7ec088e0a6e083bbb4536d314dde09a6380e364e1  -

% curl https://github.com/conda/conda-package-handling/archive/1.7.2.tar.gz                               
<html><body>You are being <a href="https://codeload.github.com/conda/conda-package-handling/tar.gz/1.7.2">redirected</a>.</body></html>

% curl --location https://github.com/conda/conda-package-handling/archive/1.7.2.tar.gz | sha512sum
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                             Dload  Upload   Total   Spent    Left  Speed
100   135    0   135    0     0    509      0 --:--:-- --:--:-- --:--:--   509
100  277k  100  277k    0     0   460k      0 --:--:-- --:--:-- --:--:-- 2220k
cfa8f49c9345ba803068086ec37d21e7b7e366007e48ca79942f39bb667740ac94a8ee0d4a00a0664723090c108135d7dc5cbc84cf8dd6807461a544443eda3f  -

cyrevolt commented on 2021-01-08 10:28 (UTC)

I feel like in a comedy show. You are right, I rechecked...

$ curl https://github.com/conda/conda-package-handling/archive/1.7.2.tar.gz | sha512sum
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   135  100   135    0     0    460      0 --:--:-- --:--:-- --:--:--   460
8886131a1c65e7839b9ffe28928a6cde5677b38c75133d16bf2aa82fa7f877b3b2e30e43b79e0ca80fd454e7ec088e0a6e083bbb4536d314dde09a6380e364e1  -

Is 8886131a... also what you have on your local file now (if you kept it)?

cyberpunkrocker commented on 2021-01-08 10:02 (UTC)

...and, the checksum broke again today :/

cyrevolt commented on 2021-01-07 20:34 (UTC)

I have no clue what happened there, could be that a tag was redone or something. This happened before on some other conda repo, IIRC.

This https://github.com/conda/conda-package-handling/commit/29b05daaa51ff8c790fa31c401ce372f3a68514a could be related.

Anyway, I fixed the checksum.

vanaoff commented on 2021-01-05 10:27 (UTC)

It seems there is incorrect sha512sum for tarball 1.7.2. Actual checksum is cfa8f49c9345ba803068086ec37d21e7b7e366007e48ca79942f39bb667740ac94a8ee0d4a00a0664723090c108135d7dc5cbc84cf8dd6807461a544443eda3f.

cyrevolt commented on 2020-01-01 21:28 (UTC)

I have added @specter119 as a co-maintainer.