aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-sphinx-theme-bootstrap/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-08 12:36:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-08 13:11:14 -0300
commit6873a4c1bd202a23e3ac7d1f59a4b9906dd1b890 (patch)
tree2d019066d4572697570e946a6869518c722cae0b /testing/py-sphinx-theme-bootstrap/APKBUILD
parent67ffbfe495705ed9457b0a5229d77c56299969ae (diff)
downloadaports-6873a4c1bd202a23e3ac7d1f59a4b9906dd1b890.tar.bz2
aports-6873a4c1bd202a23e3ac7d1f59a4b9906dd1b890.tar.xz
testing/py3-sphinx-theme-bootstrap: rename from py-sphinx-theme-bootstrap
Diffstat (limited to 'testing/py-sphinx-theme-bootstrap/APKBUILD')
-rw-r--r--testing/py-sphinx-theme-bootstrap/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-sphinx-theme-bootstrap/APKBUILD b/testing/py-sphinx-theme-bootstrap/APKBUILD
deleted file mode 100644
index 3b2f578007..0000000000
--- a/testing/py-sphinx-theme-bootstrap/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-bootstrap
-_pkgname=sphinx-bootstrap-theme
-pkgver=0.4.7
-pkgrel=0
-pkgdesc="The Bootstrap Sphinx theme"
-url="http://ryan-roemer.github.com/sphinx-bootstrap-theme"
-arch="noarch"
-license="MIT"
-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="957291ab737c8c2a39494f68e13ba8b5 sphinx-bootstrap-theme-0.4.7.tar.gz"
-sha256sums="ee76d8c75f20bccf6dc54df2cd75e7f012cbb82f32edb7b088635d5765519120 sphinx-bootstrap-theme-0.4.7.tar.gz"
-sha512sums="bf12c4b950b344df6d7c4b4c026389538476f13bc612f5c3deefc4a2ae3a2e8eda7223794e34dc022898e808d90639b3c58e2cfa810eac64790f9c6b11c63113 sphinx-bootstrap-theme-0.4.7.tar.gz"