From 60149d4be1633dd72cba35fcfc29bcf9f117e6fd Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 12 Sep 2018 08:25:54 +0000 Subject: add 'mailman3' --- pcr-testing/python2-django-hyperkitty/PKGBUILD | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pcr-testing/python2-django-hyperkitty/PKGBUILD (limited to 'pcr-testing/python2-django-hyperkitty/PKGBUILD') diff --git a/pcr-testing/python2-django-hyperkitty/PKGBUILD b/pcr-testing/python2-django-hyperkitty/PKGBUILD new file mode 100644 index 000000000..522eb88d9 --- /dev/null +++ b/pcr-testing/python2-django-hyperkitty/PKGBUILD @@ -0,0 +1,31 @@ +# Maintainer: bill-auger +# Maintainer (AUR): Simon Hanna + +pkgname=('python2-django-hyperkitty') +pkgver=1.2.1 +pkgrel=1 +pkgdesc="A Django app that provides a web user interface to access GNU Mailman archives" +arch=(any) +url=https://gitlab.com/mailman/hyperkitty +license=('GPL') +options=(!emptydirs) + +makedepends=('python2-setuptools') +depends=('python2-mailmanclient' 'python2-django-crispy-forms' 'python2-django-rest-framework' + 'python2-social-auth' 'python2-django-gravatar' 'python2-django-paintstore' + 'python2-django-compressor' 'python2-django-browserid' 'python2-django-haystack' + 'python2-pytz' 'python2-dateutil' 'python2-enum34' 'python2-networkx' + 'python2-robot-detection' 'python2-django-extensions' 'sassc') + +_upstream_name='hyperkitty' +_release="${_upstream_name}-v${pkgver}" +source=(https://gitlab.com/mailman/${_upstream_name}/-/archive/v${pkgver}/${_release}.tar.gz) +sha256sums=('b5d0064a2af3f36b055f7aa07f6f0828776d3437357ecb2e9b7d5d4e5bbceaf9') + + +package() +{ + cd "$srcdir/${_release}" + + python2 setup.py install --root="$pkgdir/" --optimize=1 +} -- cgit v1.2.3