Package Details: python-fipy 4.0.2-1

Git Clone URL: https://aur.archlinux.org/python-fipy.git (read-only, click to copy)
Package Base: python-fipy
Description: Partial differential equation solver for Python, based on finite volume approach.
Upstream URL: http://www.ctcms.nist.gov/fipy
Licenses: custom:public domain
Submitter: fordprefect
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 7
Popularity: 0.000000
First Submitted: 2019-05-06 12:30 (UTC)
Last Updated: 2026-02-27 12:53 (UTC)

Latest Comments

1 2 Next › Last »

fordprefect commented on 2026-02-27 12:54 (UTC)

Thanks for noticing this, dropping the 2to3 shenanigans.

jrohwer commented on 2026-02-27 12:40 (UTC)

Thanks. In addition the prepare() step in the PKGBUILD is no longer needed as (as of version 4.0) fipy has been completely ported to Python 3 and Python 2.x is no longer supported.

As to the changing checksums of released files on github, I have encountered this as well previously and am not entirely sure what the reason is for that. Does GH change the uploaded files in any way?

fordprefect commented on 2026-02-27 12:09 (UTC)

@jrohwer: thanks for the notice. Changing checksums of already released archives on github are a red flag for me, but this one seems legitimate. Updated.

jrohwer commented on 2026-02-27 10:58 (UTC)

sha256 checksum mismatch on fipy-4.0.2.tar.gz Please update PKGBUILD.

fordprefect commented on 2025-09-17 07:29 (UTC)

Please note the possibly breaking changes for version 4.0 before updating, and see also the changelog for version 3.99 published right with 4.0.

dreieck commented on 2025-01-11 16:01 (UTC)

If possible, please remove the dependency on python-furure/ make the package working without python-future:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!

carlosal1015 commented on 2024-12-14 15:34 (UTC)

  • python-future is a dependency, not a makedependency.

zottelef commented on 2024-12-14 13:11 (UTC)

@carlosal1015: it happens to me too...

carlosal1015 commented on 2024-05-25 16:11 (UTC)

Hi, I have the following message error

==> Making package: python-fipy 3.4.4-1 (Sat 25 May 2024 11:10:21 AM -05)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found fipy-3.4.4.tar.gz
==> Validating source files with sha256sums...
    fipy-3.4.4.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting fipy-3.4.4.tar.gz with bsdtar
==> Starting prepare()...
cp: cannot stat 'fipy-3.4.4': No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: python-fipy-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python-fipy - exit status 4

fordprefect commented on 2024-05-23 11:17 (UTC)

Thanks, should be fixed now.