aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-sphinx-theme-simple
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 12:44:04 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 13:21:49 -0300
commit5100eeb15d4374bfcf88bd92fcb6925cbf7b7e9e (patch)
tree95b8f539271b1bd19f1ea8dcb94ae22f39798b10 /testing/py-sphinx-theme-simple
parentb32ea133663784d9534cc61a4e9df41b72619c18 (diff)
downloadaports-5100eeb15d4374bfcf88bd92fcb6925cbf7b7e9e.tar.bz2
aports-5100eeb15d4374bfcf88bd92fcb6925cbf7b7e9e.tar.xz
testing/py-sphinx-theme-simple: remove
- Python2 only
Diffstat (limited to 'testing/py-sphinx-theme-simple')
-rw-r--r--testing/py-sphinx-theme-simple/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-sphinx-theme-simple/APKBUILD b/testing/py-sphinx-theme-simple/APKBUILD
deleted file mode 100644
index 8bd51ec0d5..0000000000
--- a/testing/py-sphinx-theme-simple/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-sphinx-theme-simple
-_pkgname=sphinxtheme-simple
-pkgver=0.1
-pkgrel=0
-pkgdesc="The Simple Sphinx theme"
-url="https://pypi.python.org/pypi/sphinxtheme-simple"
-arch="noarch"
-license="BSD"
-depends="python2 py-sphinx"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="030155ef433c645640d1d51818a7da91 sphinxtheme-simple-0.1.tar.gz"
-sha256sums="91c4d9ed9e6e6892b6765cf98780f3ab6d1890abe48d6cba8d0c90561f1fb6f1 sphinxtheme-simple-0.1.tar.gz"
-sha512sums="86d5fbd6e8e98d8a5448240e9925fbe1ffb7de7c2b8c84893b2f8e8c8e23699e35cbf4ddaf6852741f99c690c44551108b8115ca49127d99393d813b6d637e76 sphinxtheme-simple-0.1.tar.gz"