python-sphinx-argparse: update to 0.5.2
This commit is contained in:
committed by
GitHub
parent
c6b26c8905
commit
b7cc01d771
@@ -4,7 +4,7 @@ _pyname=sphinx_argparse
|
||||
_realname=sphinx-argparse
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=0.5.0
|
||||
pkgver=0.5.2
|
||||
pkgrel=1
|
||||
pkgdesc="Sphinx extension that automatically documents argparse commands and options (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -14,16 +14,21 @@ msys2_references=(
|
||||
)
|
||||
url='https://github.com/sphinx-doc/sphinx-argparse'
|
||||
license=('spdx:MIT')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-sphinx")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-sphinx"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-docutils")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-installer"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-wheel"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-flit-core")
|
||||
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
|
||||
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-coverage"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-lxml"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-typing_extensions")
|
||||
optdepends=("${MINGW_PACKAGE_PREFIX}-python-commonmark: markdown support")
|
||||
options=('!strip')
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_pyname}-${pkgver}.tar.gz")
|
||||
sha256sums=('359f6cb162f5570a95ee629d979e214152b2869463f51cd4612895c18fa42b7c')
|
||||
sha256sums=('e5352f8fa894b6fb6fda0498ba28a9f8d435971ef4bbc1a6c9c6414e7644f032')
|
||||
|
||||
build() {
|
||||
cp -r "${_pyname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Reference in New Issue
Block a user