We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c64b73 commit 0f478c6Copy full SHA for 0f478c6
1 file changed
srcpkgs/python3-aiosqlite/template
@@ -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