Skip to content

Commit 0f478c6

Browse files
jason1987dDuncaen
authored andcommitted
New package: python3-aiosqlite-0.22.1
1 parent 5c64b73 commit 0f478c6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

srcpkgs/python3-aiosqlite/template

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Template file for 'python3-aiosqlite'
2+
pkgname=python3-aiosqlite
3+
version=0.22.1
4+
revision=1
5+
build_style=python3-pep517
6+
hostmakedepends="python3-flit_core"
7+
checkdepends="python3-pytest"
8+
short_desc="Python asyncio bridge to the standard sqlite3 module"
9+
maintainer="Jason Elswick <jason@jasondavid.us>"
10+
license="MIT"
11+
homepage="https://github.com/omnilib/aiosqlite"
12+
changelog="https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md"
13+
distfiles="https://github.com/omnilib/aiosqlite/archive/refs/tags/v${version}.tar.gz"
14+
checksum=f58e04673453a709e59a04e80f411c327c0555304c210e84272febbcff1de7fd
15+
16+
do_check() {
17+
python3 -m unittest discover -v
18+
}
19+
20+
post_install() {
21+
vlicense LICENSE
22+
}

0 commit comments

Comments
 (0)