Skip to content

Commit ea4fda5

Browse files
committed
New package: python3-annotated_doc-0.0.4
1 parent fd3217d commit ea4fda5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'python3-annotated_doc'
2+
pkgname=python3-annotated_doc
3+
version=0.0.4
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-pdm-backend"
7+
short_desc="Document parameters, class attributes, return types, variables inline"
8+
maintainer="Jason Elswick <[email protected]>"
9+
license="MIT"
10+
homepage="https://github.com/fastapi/annotated-doc"
11+
distfiles="https://github.com/fastapi/annotated-doc/archive/refs/tags/${version}.tar.gz"
12+
checksum=f23767d1df005c26f25a1fc203d89b5d46b75a120227c97dd1094d1e16733336
13+
make_check=no # unpackaged dependency python3-smokeshow
14+
15+
post_install() {
16+
vlicense LICENSE
17+
}

0 commit comments

Comments
 (0)