aboutsummaryrefslogtreecommitdiffstats
path: root/main/py3-sphinx_rtd_theme/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py3-sphinx_rtd_theme/APKBUILD')
-rw-r--r--main/py3-sphinx_rtd_theme/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/main/py3-sphinx_rtd_theme/APKBUILD b/main/py3-sphinx_rtd_theme/APKBUILD
deleted file mode 100644
index ac438e45abf..00000000000
--- a/main/py3-sphinx_rtd_theme/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py3-sphinx_rtd_theme
-_pkgname=sphinx_rtd_theme
-pkgver=0.4.3
-pkgrel=4
-pkgdesc="Sphinx theme for readthedocs.org"
-url="https://github.com/snide/sphinx_rtd_theme"
-arch="noarch"
-license="MIT"
-depends="python3"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-options="!check" # readthedocs_ext is missing
-source="$_pkgname-$pkgver.tar.gz::https://github.com/snide/$_pkgname/archive/$pkgver.tar.gz"
-builddir="$srcdir/$_pkgname-$pkgver"
-
-replaces="py-sphinx_rtd_theme" # Backwards compatibility
-provides="py-sphinx_rtd_theme=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-check() {
- py.test-3
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="6e5d4d0c44ea8acdf382dd589a194be2777e4c4f66f27705eb32d0507cf71b9d289df860bc3d9845242629cd92d62154040f9063f1c05ff6f329e210e14a6a9a sphinx_rtd_theme-0.4.3.tar.gz"