aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 12:43:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 13:21:49 -0300
commitb32ea133663784d9534cc61a4e9df41b72619c18 (patch)
treeef5facc4b26a55ffa34d10eed4f8d780439ba6b5 /testing
parentc70e085fbe9c65cd02e51250a66ee76e93b0e342 (diff)
downloadaports-b32ea133663784d9534cc61a4e9df41b72619c18.tar.bz2
aports-b32ea133663784d9534cc61a4e9df41b72619c18.tar.xz
testing/py-sphinx-theme-wild: remove
- Python2 only
Diffstat (limited to 'testing')
-rw-r--r--testing/py-sphinx-theme-wild/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-sphinx-theme-wild/APKBUILD b/testing/py-sphinx-theme-wild/APKBUILD
deleted file mode 100644
index f9a9c1af36..0000000000
--- a/testing/py-sphinx-theme-wild/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-wild
-_pkgname=wild_sphinx_theme
-pkgver=1.0.0
-pkgrel=0
-pkgdesc="The Wild Sphinx theme"
-url="https://github.com/rhardouin/wild-sphinx-theme"
-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="8789617bd4e5cc43bea3b8a166abadb6 wild_sphinx_theme-1.0.0.tar.gz"
-sha256sums="45f7f704ccb735baa7d23ad317315f0fbbd5f7df5044a294c0c2255f1b380f5b wild_sphinx_theme-1.0.0.tar.gz"
-sha512sums="1bada8f8cd22fdd725cf5898d3598d29a6745315c005d9be25dba0b27e2af1cc7e798aaee3200d1f70346cb50360e11358bd690cd9339eb64d8f383fb78bbe0a wild_sphinx_theme-1.0.0.tar.gz"