mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 11:45:18 +03:00
27 lines
999 B
Text
27 lines
999 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.2
|
|
pkgrel=0
|
|
pkgdesc="Sphinx restbuilder extension"
|
|
url="https://pypi.python.org/pypi/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 --prefix=/usr --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="502c051c7bb2295ce1e017a767d49259d19a0aa94c4d3a84a54081cd2fa104c2e8d39f4405cfcc19a4103ffb5fd8e63ff0dbc555d5d83d7098799d1e3d083810 sphinxcontrib-restbuilder-0.2.tar.gz"
|