Skip to content

Commit aa8c93f

Browse files
committed
New package: python3-puccinialin-0.1.5
1 parent 8a4922f commit aa8c93f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Template file for 'python3-puccinialin'
2+
pkgname=python3-puccinialin
3+
version=0.1.5
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-setuptools python3-wheel hatchling"
7+
depends="python3-httpx python3-platformdirs python3-tqdm"
8+
checkdepends="${depends} pyright"
9+
short_desc="Install rust into a cache dir for rust-based builds"
10+
maintainer="Jason Elswick <[email protected]>"
11+
license="MIT"
12+
homepage="https://github.com/konstin/puccinialin"
13+
distfiles="https://github.com/konstin/puccinialin/archive/refs/tags/v${version}.tar.gz"
14+
checksum=30645039ee259b084c309548a68cd89a0f689737b6599ec19df52c1edf5e9d7d
15+
make_check=no # void error pyright cannot be built
16+
17+
post_install() {
18+
vlicense license-mit
19+
}

0 commit comments

Comments
 (0)