mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 04:35:13 +03:00
36 lines
1 KiB
Text
36 lines
1 KiB
Text
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-sphinxcontrib-phpdomain
|
|
_pkgname=sphinxcontrib-phpdomain
|
|
pkgver=0.9.0
|
|
pkgrel=1
|
|
pkgdesc="Sphinx phpdomain extension"
|
|
url="https://pypi.org/project/sphinxcontrib-phpdomain"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
depends="py3-sphinx"
|
|
makedepends="
|
|
py3-gpep517
|
|
py3-setuptools
|
|
py3-wheel
|
|
"
|
|
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
|
builddir="$srcdir"/$_pkgname-$pkgver
|
|
|
|
replaces="py-sphinxcontrib-phpdomain" # for backwards compatibility
|
|
provides="py-sphinxcontrib-phpdomain=$pkgver-r$pkgrel" # for backwards compatibility
|
|
|
|
build() {
|
|
gpep517 build-wheel \
|
|
--wheel-dir dist \
|
|
--output-fd 3 3>&1 >&2
|
|
}
|
|
|
|
package() {
|
|
python3 -m installer -d "$pkgdir" \
|
|
dist/*.whl
|
|
}
|
|
|
|
sha512sums="
|
|
3149a8bd79b3b0b6826e01b204f14d87de83878699f0dbd1ee28cfa31c79274569555b0b3bbecad570609764077d165d46652da91e2583d8074208338c5b8e63 sphinxcontrib-phpdomain-0.9.0.tar.gz
|
|
"
|