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 2025-06-16 10:44 (UTC)

Upstream has been unmaintained for ten years, so it's probable that some change in a newer python version broke this. I don't have the time or expertise to maintain or update the library, so I suggest that users and dependent packages move to an alternative implementation - it looks like there are a few available on PyPI.

Latest Comments

micwoj92 commented on 2025-06-22 20:20 (UTC)

The only package that requires this is spiderfoot, which itself is de facto discountinued by upstream.

laura7089 commented on 2025-06-16 10:44 (UTC)

Upstream has been unmaintained for ten years, so it's probable that some change in a newer python version broke this. I don't have the time or expertise to maintain or update the library, so I suggest that users and dependent packages move to an alternative implementation - it looks like there are a few available on PyPI.

micwoj92 commented on 2025-06-04 19:54 (UTC)

Doesn't seem to work:

>>> import gexf
Traceback (most recent call last):
  File "<python-input-2>", line 1, in <module>
    import gexf
  File "/usr/lib/python3.13/site-packages/gexf/__init__.py", line 1, in <module>
    from _gexf import Gexf
ModuleNotFoundError: No module named '_gexf'

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')