David Runge pushed to branch main at Arch Linux / Packaging / Packages / hyperkitty
Commits: 2eb4dc5a by David Runge at 2025-06-10T10:56:00+02:00 Replace optional dependency ruby-sassc with dart-sass Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/issues/1 Signed-off-by: David Runge <[email protected]> - - - - - bcb8d88a by David Runge at 2025-06-10T10:59:15+02:00 upgpkg: 1.3.12-5 Rebuild to replace optional dependency on ruby-sassc - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hyperkitty pkgdesc = A web interface to access GNU Mailman v3 archives pkgver = 1.3.12 - pkgrel = 4 + pkgrel = 5 url = https://gitlab.com/mailman/hyperkitty install = hyperkitty.install arch = any @@ -36,12 +36,12 @@ pkgbase = hyperkitty depends = python-networkx depends = python-robot-detection depends = sassc + optdepends = dart-sass: alternative to sassc optdepends = python-django-debug-toolbar: for debugging optdepends = python-elasticsearch: for using elasticsearch as search backend optdepends = python-whoosh: for using whoosh as search backend optdepends = python-xapian-haystack: for using xapian as search backend optdepends = uwsgi-plugin-python: for running inside uwsgi - optdepends = ruby-sassc: alternative to sassc backup = etc/uwsgi/hyperkitty.ini backup = etc/webapps/hyperkitty/settings_local.py backup = etc/webapps/hyperkitty/urls.py ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=HyperKitty pkgname=hyperkitty pkgver=1.3.12 -pkgrel=4 +pkgrel=5 pkgdesc="A web interface to access GNU Mailman v3 archives" arch=(any) url="https://gitlab.com/mailman/hyperkitty" @@ -45,12 +45,12 @@ checkdepends=( python-whoosh ) optdepends=( + 'dart-sass: alternative to sassc' 'python-django-debug-toolbar: for debugging' 'python-elasticsearch: for using elasticsearch as search backend' 'python-whoosh: for using whoosh as search backend' 'python-xapian-haystack: for using xapian as search backend' 'uwsgi-plugin-python: for running inside uwsgi' - 'ruby-sassc: alternative to sassc' ) backup=( etc/uwsgi/$pkgname.ini View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/compare/1f8ca45c71cfc2d56fd724ef61b6f114430b054a...bcb8d88a4f59f64d39d0ebf0fcedb3dc21e7d2a0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/compare/1f8ca45c71cfc2d56fd724ef61b6f114430b054a...bcb8d88a4f59f64d39d0ebf0fcedb3dc21e7d2a0 You're receiving this email because of your account on gitlab.archlinux.org.
