diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 35196aca6..3ae529d09 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -170,7 +170,7 @@ jobs: done - name: Free additional disk space (if necessary) run: | - if grep -Eq '^(chromium|code-server|code-oss|electron-headers-.*|rustc-nightly)$' ./built_tur_packages.txt; then + if grep -Eq '^(chromium|code-server|code-oss|electron-headers-.*|rustc-nightly|python-polars)$' ./built_tur_packages.txt; then sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php|aspnetcore)') \ mono-runtime-common monodoc-manual ruby sudo apt autoremove -yq diff --git a/tur/python-polars/build.sh b/tur/python-polars/build.sh index 382533b29..faa44521e 100644 --- a/tur/python-polars/build.sh +++ b/tur/python-polars/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Dataframes powered by a multithreaded, vectorized query TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux-user-repository" TERMUX_PKG_VERSION="1.13.0" +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/pola-rs/polars/releases/download/py-$TERMUX_PKG_VERSION/polars-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=8d05370f9463710c7f5e3857c1ace2e9b538ead799424f22f388137f6b01440f TERMUX_PKG_AUTO_UPDATE=true