Package Details: python-pygexf 0.2.2-3

Git Clone URL: https://aur.archlinux.org/python-pygexf.git (read-only, click to copy)
Package Base: python-pygexf
Description: A python library to generate gexf file format
Upstream URL: https://github.com/paulgirard/pygexf
Keywords: gexf library python
Licenses: CECILL-C OR LGPL-3.0-or-later
Submitter: GI_Jack
Maintainer: laura7089
Last Packager: laura7089
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-18 20:10 (UTC)
Last Updated: 2024-12-01 19:37 (UTC)

Pinned Comments

laura7089 commented on 2024-12-05 17:18 (UTC)

Checksum errors should be fixed in 0.2.2-3, but you'll need to run a clean build (no cache) to clear out the old incorrect files.

Latest Comments

laura7089 commented on 2024-12-05 17:18 (UTC)

Checksum errors should be fixed in 0.2.2-3, but you'll need to run a clean build (no cache) to clear out the old incorrect files.

markhadman commented on 2024-12-05 15:49 (UTC) (edited on 2024-12-05 15:49 (UTC) by markhadman)

ERROR: One or more files did not pass the validity check!

 -> Failed to install the following packages. Manual intervention is required:
python-pygexf - exit status 1

rev.cressy commented on 2024-12-01 19:32 (UTC)

==> Validating source files with sha256sums...
    pygexf-0.2.2.tar.gz ... Passed
    LICENSE.CECILL-C ... FAILED
    LICENSE.LGPL ... FAILED
==> ERROR: One or more files did not pass the validity check!

In your PKGBUILD I think Your sha256sums are in error. sha256sums=('fabb298582ba05be175704dbf7d9371f68065cda737ce94390ba09b9cdfdf842' 'e005eb6be675fa1f4f770b47c321021ad5e2321d26f95c5995ee6bcbef58b613' 'f717aa6200c505bdc6b0eb4be015e2ad278cd566f6ff15f3b775ea34c2579635')

I edited the PKGBUILD as follows and it worked: sha256sums=('fabb298582ba05be175704dbf7d9371f68065cda737ce94390ba09b9cdfdf842' '856c878f84aec87e017b0cdeb07571e64117255d556c62d8b49d0076643aaf10' 'e984546ef48dba6e3574665f96827e7ced7bb8ba6634537c2725230ae344157c')