summaryrefslogtreecommitdiff
path: root/user/py3-sphinxcontrib-htmlhelp
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:09:34 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-17 22:09:34 +0000
commit60e4d4471e59e787a3c87c54a43c5394f0f0dc11 (patch)
tree881da2fa28a53e1bb315ac374bb13836846759bd /user/py3-sphinxcontrib-htmlhelp
parente7b68d1a08f6240d2a5bae2778326601b71ee010 (diff)
downloadpackages-60e4d4471e59e787a3c87c54a43c5394f0f0dc11.tar.gz
packages-60e4d4471e59e787a3c87c54a43c5394f0f0dc11.tar.bz2
packages-60e4d4471e59e787a3c87c54a43c5394f0f0dc11.tar.xz
packages-60e4d4471e59e787a3c87c54a43c5394f0f0dc11.zip
user/py3-sphinxcontrib-htmlhelp: bump to 1.0.2
Diffstat (limited to 'user/py3-sphinxcontrib-htmlhelp')
-rw-r--r--user/py3-sphinxcontrib-htmlhelp/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/user/py3-sphinxcontrib-htmlhelp/APKBUILD b/user/py3-sphinxcontrib-htmlhelp/APKBUILD
index 1e5f428d6..09de4ddf6 100644
--- a/user/py3-sphinxcontrib-htmlhelp/APKBUILD
+++ b/user/py3-sphinxcontrib-htmlhelp/APKBUILD
@@ -4,7 +4,7 @@ pkgname=py3-sphinxcontrib-htmlhelp
_pkgname=sphinxcontrib-htmlhelp
_p="${_pkgname#?}"
_p="${_pkgname%"$_p"}"
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=0
pkgdesc="A sphinx extension to output HtmlHelp"
url="https://pypi.python.org/pypi/sphinxcontrib-htmlhelp"
@@ -18,19 +18,16 @@ source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/
builddir="$srcdir/$_pkgname-$pkgver"
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
PYTHONWARNINGS="all,ignore::DeprecationWarning:docutils.io" pytest --durations 25
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="a364a490e5043e767a8b498b5b621f3f3c64bf15f65847097489d3d2ba8620adea2045024d5189a68d97af6f68161f714f09a712cdd9fc6d06524ea818cf2e1a py3-sphinxcontrib-htmlhelp-1.0.1.tar.gz"
+sha512sums="2ee6c8a91095d8f87208ea509153edc5495b9ef78231add39880e133413b1fa95e152264e5c9dfe6afc89afcb107acacc241754e7b5d86137bb5c64a851702de py3-sphinxcontrib-htmlhelp-1.0.2.tar.gz"