mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
27 lines
942 B
Text
27 lines
942 B
Text
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-sphinx-theme-cloud
|
|
_pkgname=cloud_sptheme
|
|
pkgver=1.9.4
|
|
pkgrel=2
|
|
pkgdesc="The Cloud Sphinx theme"
|
|
url="https://bitbucket.org/ecollins/cloud_sptheme"
|
|
arch="noarch"
|
|
license="BSD-3-Clause"
|
|
depends="python3 py3-sphinx"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
|
|
replaces="py-sphinx-theme-cloud" # Backwards compatibility
|
|
provides="py-sphinx-theme-cloud=$pkgver-r$pkgrel" # Backwards compatibility
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="83293e81c4430b457be25b9374b8e20d0c267acf6dae493766525cf5364f49996900cde0c64987ccf8ec65fde69d9aa1f47a56aa80d2325bd2346d356c503b7a cloud_sptheme-1.9.4.tar.gz"
|