aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-sphinx-theme-caktus
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 12:38:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 12:38:54 -0300
commit67ffbfe495705ed9457b0a5229d77c56299969ae (patch)
treee41cb5314b9527b9cbef54067bdee521b284aa3f /testing/py-sphinx-theme-caktus
parente1743ba8f6c2d5be53e9ee06434ee4ada2c5f993 (diff)
downloadaports-67ffbfe495705ed9457b0a5229d77c56299969ae.tar.bz2
aports-67ffbfe495705ed9457b0a5229d77c56299969ae.tar.xz
testing/py-sphinx-theme-caktus: remove
- Python2 only
Diffstat (limited to 'testing/py-sphinx-theme-caktus')
-rw-r--r--testing/py-sphinx-theme-caktus/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-sphinx-theme-caktus/APKBUILD b/testing/py-sphinx-theme-caktus/APKBUILD
deleted file mode 100644
index e352a7c7a1..0000000000
--- a/testing/py-sphinx-theme-caktus/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-caktus
-_pkgname=caktus-sphinx-theme
-pkgver=0.1.0
-pkgrel=0
-pkgdesc="The Caktus Sphinx theme"
-url="https://github.com/caktus/caktus-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="a73bcc62e4bd0e07ce33a83e83a1527c caktus-sphinx-theme-0.1.0.tar.gz"
-sha256sums="5e7c46bc70f55653b350a99bca828fa51fa051474902a37b0b2a2a38c1a1246b caktus-sphinx-theme-0.1.0.tar.gz"
-sha512sums="09a375286e20b5a7685334bdfe9a617f774eab27b7f0a983096141d7f81e56bd1f02e9308cbeee7bfe96d9721cda33b4ead622dc35e55ef45149cbe5a27bd497 caktus-sphinx-theme-0.1.0.tar.gz"