blob: f1dd0461a0ec30cc1441b4d00d93381436fad9ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = wiki-monkey
pkgdesc = Wiki Monkey - MediaWiki (ArchWiki-optimized) bot and editor-assistant user script (server-enabled version).
pkgver = 5.5.1
pkgrel = 1
url = https://github.com/kynikos/wiki-monkey/wiki
arch = any
license = GPL3
makedepends = python-setuptools
depends = python-configfile
depends = python-pyxdg
depends = python-flask-restinpeace
depends = python-flask-cors
depends = python-flask-migrate
depends = python-marshmallow-sqlalchemy
optdepends = gunicorn: serve the application with a proper WSGI server instead of Flask's local development server
optdepends = python-pyopenssl: make Flask's local development server use ad-hoc SSL certificates instead of a permanent one
source = https://files.pythonhosted.org/packages/source/w/wiki-monkey/wiki-monkey-5.5.1.tar.gz
sha256sums = 973cf796e1a4c3d765bc091197215c0e5b5a7bd60189c6d3e7ae796d090cbcbb
pkgname = wiki-monkey
|