Skip to content

Commit d98415a

Browse files
committed
New package: python3-sphinx-click-6.2.0
1 parent 77bdf05 commit d98415a

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
}

0 commit comments

Comments
 (0)