nihil39 [1] filed an orphan request for python-ase [2]:

Hi,
This package seems to be outdated since January, 6th, 2026
I wrote an email to the maintainer of the python-ase package on April
24th 2026 to update the package, I wrote the updated PKGBUILD to
version 3.28.0 in the comments section (I am also reporting it at the
end of this message): I tested it and it works. Just a simple version
bump.

I don't know if the package has to be disowned or if someone can just
upload the right PKGBUILD

Thank you.

pkgname='python-ase'
pkgver=3.28.0
pkgrel=1
pkgdesc="Atomic Simulation Environment (ASE) is a set of tools and
Python modules for setting up, manipulating, running, visualizing and
analyzing atomistic simulations."
url="http://wiki.fysik.dtu.dk/ase";
arch=("any")
license=('LGPLv2.1+')
makedepends=('python-setuptools')
depends=('python-numpy' 'python-scipy')
optdepends=('python-matplotlib: plotting' 'python-flask: for ase.db
web-  interface')
source=("https://gitlab.com/ase/ase/-/archive/$pkgver/ase-$pkgver.tar.gz";)
md5sums=('ab6c8a499b5e2daa0279a18ca77433cc')

package() {
    cd "$srcdir/ase-$pkgver"
    python setup.py install --root="$pkgdir/" --optimize=1
}


[1] https://aur.archlinux.org/account/nihil39/
[2] https://aur.archlinux.org/pkgbase/python-ase/

Reply via email to