aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-sphinx/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-sphinx/APKBUILD')
-rw-r--r--main/py-sphinx/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/py-sphinx/APKBUILD b/main/py-sphinx/APKBUILD
index 5600d50cf4f..9f3b0827d73 100644
--- a/main/py-sphinx/APKBUILD
+++ b/main/py-sphinx/APKBUILD
@@ -3,14 +3,15 @@
pkgname=py-sphinx
_pkgname=${pkgname#py-}
pkgver=1.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="Python Documentation Generator"
url="http://sphinx.pocoo.org/"
arch="noarch"
license="BSD"
_pydepends="py-docutils py-jinja2 py-pygments py-six py-sphinx_rtd_theme
py-alabaster<0.8 py-babel py-snowballstemmer py-imagesize
- py-requests py-sphinxcontrib-websupport py-setuptools py-packaging"
+ py-requests py-sphinxcontrib-websupport py-setuptools py-packaging
+ py-attrs"
_py2depends="make ${_pydepends//py-/py2-} py2-typing"
_py3depends="make ${_pydepends//py-/py3-}"
depends="py3-${pkgname#py-}"