Skip to content

Commit

Permalink
matrix-nio: new port
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jan 2, 2025
1 parent a9a557a commit c45cd2c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions net/matrix-nio/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# -*- 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 matrix-nio
python.rootname matrix_nio
version 0.25.2
revision 0
categories-append devel net
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers nomaintainer
description Matrix client library
long_description {*}${description}, designed according to sans I/O principles.
homepage https://github.com/matrix-nio/matrix-nio
checksums rmd160 5725c74893d09cdb765a31d926da22b8ff40d271 \
sha256 8ef8180c374e12368e5c83a692abfb3bab8d71efcd17c5560b5c40c9b6f2f600 \
size 155480
supported_archs noarch

set python.version 312

depends_lib-append port:py${python.version}-aiofiles \
port:py${python.version}-aiohttp \
port:py${python.version}-aiohttp-socks \
port:py${python.version}-h11 \
port:py${python.version}-h2 \
port:py${python.version}-jsonschema \
port:py${python.version}-pycryptodome \
port:py${python.version}-unpaddedbase64

0 comments on commit c45cd2c

Please sign in to comment.