inducer / pyopencl

OpenCL integration for Python, plus shiny features
http://mathema.tician.de/software/pyopencl
Other
1.04k stars 238 forks source link

move away from deprecated appdirs #721

Closed anbe42 closed 3 months ago

anbe42 commented 3 months ago

As reported in https://bugs.debian.org/1067987

python3-appdirs is dead upstream[1] and its Debian maintainer has indicated that it should not be included in trixie[2]. A recommended replacement is python3-platformdirs[3], which is a fork of appdirs with a very similar API.

Please migrate from appdirs to platformdirs or some other replacement, so that appdirs can be removed.

[1] https://github.com/ActiveState/appdirs/commit/8734277956c1df3b85385e6b308e954910533884 [2] https://bugs.debian.org/1060427 [3] https://pypi.org/project/platformdirs/

The same applies to pycuda.