mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/py3-sphinxcontrib-htmlhelp: upgrade to 2.1.0
This commit is contained in:
parent
7a3c67a0f7
commit
9934afab75
1 changed files with 6 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=py3-sphinxcontrib-htmlhelp
|
pkgname=py3-sphinxcontrib-htmlhelp
|
||||||
_pyname=sphinxcontrib-htmlhelp
|
pkgver=2.1.0
|
||||||
pkgver=2.0.1
|
pkgrel=0
|
||||||
pkgrel=3
|
|
||||||
pkgdesc="Sphinx htmlhelp extension"
|
pkgdesc="Sphinx htmlhelp extension"
|
||||||
url="https://pypi.org/project/sphinxcontrib-htmlhelp"
|
url="https://pypi.org/project/sphinxcontrib-htmlhelp"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -10,13 +9,12 @@ license="BSD-2-Clause"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
makedepends="
|
makedepends="
|
||||||
py3-gpep517
|
py3-gpep517
|
||||||
py3-setuptools
|
py3-flit-core
|
||||||
py3-wheel
|
|
||||||
"
|
"
|
||||||
options="!check" # cyclic dependency
|
options="!check" # cyclic dependency
|
||||||
subpackages="$pkgname-pyc"
|
subpackages="$pkgname-pyc"
|
||||||
source="https://files.pythonhosted.org/packages/source/${_pyname%${_pyname#?}}/$_pyname/$_pyname-$pkgver.tar.gz"
|
source="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib_htmlhelp-$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/$_pyname-$pkgver
|
builddir="$srcdir"/sphinxcontrib_htmlhelp-$pkgver
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
|
@ -36,5 +34,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
7957ad688d7f9d44c0413fd747147e8e261136d48ed159fef4e668dcab76c54103028102a9ed893bfadbd175b88543e0d1414b8e01a716810d44b92edfbd79e5 sphinxcontrib-htmlhelp-2.0.1.tar.gz
|
9aa2650ed27712a94de6ea16954db952db9c4a0c5f509aba42e33c69ba46f7069e9ee01c09a31e531fd096882c0248cf72334404d717a9f35aafc22e3976530e sphinxcontrib_htmlhelp-2.1.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue