mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 09:11:38 +01:00
29 lines
995 B
Plaintext
29 lines
995 B
Plaintext
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-sphinxcontrib-fulltoc
|
|
_pkgname=sphinxcontrib-fulltoc
|
|
pkgver=1.2.0
|
|
pkgrel=6
|
|
pkgdesc="Sphinx fulltoc extension"
|
|
url="https://pypi.org/project/sphinxcontrib-fulltoc"
|
|
arch="noarch"
|
|
license="Apache-2.0"
|
|
depends="py3-sphinx"
|
|
makedepends="py3-pbr py3-setuptools"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
|
|
replaces="py-sphinxcontrib-fulltoc" # Backwards compatibility
|
|
provides="py-sphinxcontrib-fulltoc=$pkgver-r$pkgrel" # Backwards compatibility
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="9f806ed3717db65c9d67f9b35a676586484bbd81347216ee25309c3d74427b283e7efe5af48be588fd72d814158250e2ffa85c6c1f3f0358534f8f64fe45d904 sphinxcontrib-fulltoc-1.2.0.tar.gz"
|