summaryrefslogtreecommitdiff
path: root/pcr-testing/python2-django-hyperkitty
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-09-12 08:25:54 +0000
committerbill-auger <mr.j.spam.me@gmail.com>2018-09-30 04:27:49 -0400
commit60149d4be1633dd72cba35fcfc29bcf9f117e6fd (patch)
tree3b6c121600f41edbe42ccc971d130cf69197c7e7 /pcr-testing/python2-django-hyperkitty
parent4e8a56f5ba2fb21332825f6f00cc84725a9268b2 (diff)
add 'mailman3'
Diffstat (limited to 'pcr-testing/python2-django-hyperkitty')
-rw-r--r--pcr-testing/python2-django-hyperkitty/PKGBUILD31
1 files changed, 31 insertions, 0 deletions
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 <bill-auger@programmer.net>
+# Maintainer (AUR): Simon Hanna <simon dot hanna AT serve-me DOT info>
+
+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
+}