File tree Expand file tree Collapse file tree
srcpkgs/python3-sphinx-click Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Template file for 'python3-arxiv'
2+ pkgname=python3-sphinx-click
3+ version=6.2.0
4+ revision=1
5+ build_style=python3-pep517
6+ hostmakedepends="python3-setuptools python3-setuptools_scm"
7+ depends="python3-Sphinx python3-click python3-docutils"
8+ checkdepends="${depends} python3-pytest python3-pytest-cov"
9+ short_desc="Sphinx plugin to document click-based application"
10+ maintainer="orahcio <orahcio@gmail.com>"
11+ license="MIT"
12+ homepage="https://github.com/click-contrib/sphinx-click"
13+ distfiles="https://github.com/click-contrib/sphinx-click/archive/refs/tags/${version}.tar.gz"
14+ checksum=8914e66d27d53b9d4afade2c815ed67bcae715c205fd41904b038104c4c6bc5b
15+
16+ pre_build() {
17+ export SETUPTOOLS_SCM_PRETEND_VERSION=${version}
18+ }
19+
20+ post_install() {
21+ vlicense LICENSE
22+ }
You can’t perform that action at this time.
0 commit comments