aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-sphinxcontrib-tabs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-sphinxcontrib-tabs/APKBUILD')
-rw-r--r--testing/py3-sphinxcontrib-tabs/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py3-sphinxcontrib-tabs/APKBUILD b/testing/py3-sphinxcontrib-tabs/APKBUILD
deleted file mode 100644
index 435af9448a9..00000000000
--- a/testing/py3-sphinxcontrib-tabs/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Duncan Bellamy <dunk@denkimushi.com>
-# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
-pkgname=py3-sphinxcontrib-tabs
-pkgver=3.1.0
-pkgrel=0
-pkgdesc="Create tabbed content in Sphinx documentation when building HTML"
-url="https://github.com/executablebooks/sphinx-tabs"
-arch="noarch"
-license="MIT"
-#test files are not included in pypi archive
-options="!check"
-depends="python3"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/s/sphinx-tabs/sphinx-tabs-$pkgver.tar.gz"
-builddir="$srcdir/sphinx-tabs-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-4a43f8157090d08e3169d75d2beb057b3eafc21f7c6a6b5d4acccfdd1eb7d7a36c0cb54f5d826d670cfae661a76ada677bb053199007478b202e7640010445e1 sphinx-tabs-3.1.0.tar.gz
-"