summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-02-14 13:20:24 +0000
committerSimon Legner2021-02-14 13:20:24 +0000
commit118ceb05663d230861b6a356f270d01bdad36419 (patch)
tree0953f5035e07657285b2ee4a92338ac323800cc9
parentc49fbaad456a1dbe2be97169eb6ce0a882eaa65b (diff)
downloadaur-118ceb05663d230861b6a356f270d01bdad36419.tar.gz
upgpkg: python-pywikibot 5.6.0-2
optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6c2a32c8c9..535abdc9e014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = python-pywikibot
pkgdesc = Python MediaWiki Bot Framework
pkgver = 5.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.mediawiki.org/wiki/Pywikibot
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-requests
+ optdepends = python-mwoauth: authentication
+ optdepends = python-mwparserfromhell: parsing MediaWiki wikicode
+ optdepends = python-stdnum: cosmetic changes for numbers
source = https://files.pythonhosted.org/packages/source/p/pywikibot/pywikibot-5.6.0.tar.gz
sha256sums = 33e31a69d3f16986449853d692c24e87246405b8ca3302483bf01d098085045e
diff --git a/PKGBUILD b/PKGBUILD
index 47a7e1d7e9ba..87f5406c9f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,15 @@
pkgname=python-pywikibot
_module='pywikibot'
pkgver=5.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python MediaWiki Bot Framework"
url="https://www.mediawiki.org/wiki/Pywikibot"
depends=('python' 'python-requests')
+optdepends=(
+ 'python-mwoauth: authentication'
+ 'python-mwparserfromhell: parsing MediaWiki wikicode'
+ 'python-stdnum: cosmetic changes for numbers'
+)
makedepends=('python-setuptools')
license=('MIT')
arch=('any')