New package: python3-sphinx-automodapi
This commit is contained in:
parent
295a3d1cd8
commit
bb2afccd42
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'python3-sphinx-automodapi'
|
||||
pkgname=python3-sphinx-automodapi
|
||||
version=0.13
|
||||
revision=1
|
||||
wrksrc="sphinx-automodapi-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Sphinx"
|
||||
short_desc="Sphinx extension for generating API documentation"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/astropy/sphinx-automodapi"
|
||||
distfiles="https://github.com/astropy/sphinx-automodapi/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=a6fc6d953e85112674b87c095c6f8e0de79cad395cbc9a9d07102d47edf80d73
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
}
|
Loading…
Reference in New Issue