You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
|
|
name py-sqlite-anyio
|
|
python.rootname sqlite_anyio
|
|
version 0.3.0
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
description Asynchronous client for SQLite using AnyIO
|
|
long_description {*}${description}
|
|
homepage https://github.com/davidbrochart/sqlite-anyio?tab=readme-ov-file
|
|
|
|
checksums rmd160 8fafab7e295ece3e272da94d4472eb7650ba3260 \
|
|
sha256 92778c9f3bcb6adbb95c62c4522ad43b87f72e5121109406df14019eab0ac5ab \
|
|
size 4141
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
python.pep517_backend \
|
|
uv
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-anyio \
|
|
port:py${python.version}-typing_extensions
|
|
}
|