Date: Thursday, October 20, 2022 @ 18:39:42 Author: dvzrv Revision: 1333003
upgpkg: python-django-mailman3 1.3.7.r96.gbf4b154-2: Add back tests dir as it is needed for postorius tests. Modified: python-django-mailman3/trunk/PKGBUILD ----------+ PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-20 18:36:22 UTC (rev 1333002) +++ PKGBUILD 2022-10-20 18:39:42 UTC (rev 1333003) @@ -4,7 +4,7 @@ pkgname=python-django-mailman3 pkgver=1.3.7.r96.gbf4b154 _commit=bf4b154f04e894dfc60ca58a8de321657a9759e1 # somewhere on master post 1.3.7 -pkgrel=1 +pkgrel=2 pkgdesc="Libraries and templates to Django-based interfaces interacting with Mailman" arch=(any) url="https://gitlab.com/mailman/django-mailman3" @@ -39,8 +39,5 @@ cd $_name python -m installer --destdir="$pkgdir" dist/*.whl - # remove tests - rm -frv "$pkgdir/$site_packages/django_mailman3/tests/" - install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname" }
