forked from macports/macports-ports
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9a557a
commit c45cd2c
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |