mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
|
pkgname=py3-sphinxcontrib-doxylink
|
|
_pkgname=sphinxcontrib-doxylink
|
|
pkgver=1.12.3
|
|
pkgrel=0
|
|
pkgdesc="Sphinx Doxygen linking extension"
|
|
url="https://github.com/sphinx-contrib/doxylink"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
depends="
|
|
py3-dateutil
|
|
py3-parsing
|
|
py3-sphinx
|
|
python3
|
|
"
|
|
makedepends="
|
|
py3-gpep517
|
|
py3-poetry-core
|
|
"
|
|
subpackages="$pkgname-pyc"
|
|
source="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-doxylink/sphinxcontrib_doxylink-$pkgver.tar.gz"
|
|
builddir="$srcdir"/sphinxcontrib_doxylink-$pkgver
|
|
options="!check" # no tarball tests
|
|
|
|
replaces="py-sphinxcontrib-doxylink" # for backwards compatibility
|
|
provides="py-sphinxcontrib-doxylink=$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="
|
|
c2ebd2992fbd35512549015c1be24adc4a5ace7ab405604fbf1be72670ea78ffb8177cff45fc8c15cfef38e9e7d8dc9d77c42a9776a46e68c8cad2dd93874744 sphinxcontrib_doxylink-1.12.3.tar.gz
|
|
"
|