diff options
Diffstat (limited to 'user/py3-sphinxcontrib-devhelp')
-rw-r--r-- | user/py3-sphinxcontrib-devhelp/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/user/py3-sphinxcontrib-devhelp/APKBUILD b/user/py3-sphinxcontrib-devhelp/APKBUILD index 5b25ff13c..aa36c4377 100644 --- a/user/py3-sphinxcontrib-devhelp/APKBUILD +++ b/user/py3-sphinxcontrib-devhelp/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-sphinxcontrib-devhelp _pkgname=sphinxcontrib-devhelp _p="${_pkgname#?}" _p="${_pkgname%"$_p"}" -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=0 pkgdesc="A sphinx extension to output Devhelp documents" url="https://pypi.python.org/pypi/sphinxcontrib-devhelp" @@ -12,25 +12,22 @@ arch="noarch" options="!check" # Cyclic dependency with sphinx license="BSD-2-Clause" depends="python3" -makedepends="python3-dev" checkdepends="py3-sphinx py3-pytest" +makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz" 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="135d6405e330cc245391646d4055988cf762d82f6473e58c64a76f3a88e7f33a66baba366e7f29e1378320bd0c374af92b0f972bceeec8c05ad0fe652a81e984 py3-sphinxcontrib-devhelp-1.0.1.tar.gz" +sha512sums="83b46eaf26df3932ea2136cfda1c0fca4fc08ce8bca564845b3efe5bb00d6c8c93991f4edd4913d4ec796e2d85bd2c7265adf28e98f42e8094daeb5ac11a0eb1 py3-sphinxcontrib-devhelp-1.0.2.tar.gz" |