mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
29 lines
996 B
Text
29 lines
996 B
Text
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-sphinxcontrib-restbuilder
|
|
_pkgname=sphinxcontrib-restbuilder
|
|
pkgver=0.3
|
|
pkgrel=3
|
|
pkgdesc="Sphinx restbuilder extension"
|
|
url="https://pypi.org/project/sphinxcontrib-restbuilder"
|
|
arch="noarch"
|
|
license="BSD-2-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-sphinxcontrib-restbuilder" # Backwards compatibility
|
|
provides="py-sphinxcontrib-restbuilder=$pkgver-r$pkgrel" # Backwards compatibility
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
6e718b599b2e8db1c89e79efd9e57025c3a0624db7d895f3fcc8c6ed09839a354661c79160c56c2a716a544f5ab0fb27c0f9b0f302065efa9dd3d4d76cb70edc sphinxcontrib-restbuilder-0.3.tar.gz
|
|
"
|