aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinx-theme-guzzle/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-sphinx-theme-guzzle/APKBUILD')
-rw-r--r--testing/py3-sphinx-theme-guzzle/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-sphinx-theme-guzzle/APKBUILD b/testing/py3-sphinx-theme-guzzle/APKBUILD
index a1d8731bff4..1b322eb2ddc 100644
--- a/testing/py3-sphinx-theme-guzzle/APKBUILD
+++ b/testing/py3-sphinx-theme-guzzle/APKBUILD
@@ -3,13 +3,14 @@
pkgname=py3-sphinx-theme-guzzle
_pkgname=guzzle_sphinx_theme
pkgver=0.7.11
-pkgrel=2
+pkgrel=6
pkgdesc="The Guzzle Sphinx theme"
url="https://github.com/guzzle/guzzle_sphinx_theme"
arch="noarch"
license="MIT"
depends="py3-sphinx"
makedepends="py3-setuptools"
+subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -18,7 +19,7 @@ build() {
}
package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="9aecdd4cf8ae286c9dd59a453790d957e96a57a9c9acd3aa38ff8fe64969cde4619c4154cd7304dd1c5bd0ea58fe71f556701b7a9b12f58fe3f5c1bdd2681da5 guzzle_sphinx_theme-0.7.11.tar.gz"