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
97b6eb2
commit 917d19e
Showing
1 changed file
with
42 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,42 @@ | ||
# -*- 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 | ||
Check warning on line 1 in net/matrix-commander/Portfile GitHub Actions / macos-13
Check warning on line 1 in net/matrix-commander/Portfile GitHub Actions / macos-15
|
||
|
||
PortSystem 1.0 | ||
PortGroup python 1.0 | ||
|
||
name matrix-commander | ||
python.rootname matrix_commander | ||
version 8.0.4 | ||
revision 0 | ||
categories-append net chat | ||
supported_archs noarch | ||
platforms {darwin any} | ||
license LGPL-3 | ||
maintainers nomaintainer | ||
description Simple command-line Matrix client | ||
long_description {*}${description}. | ||
homepage https://github.com/8go/matrix-commander | ||
checksums rmd160 8f008284ec54b4c34a6c7bbebaae29e4bcf7cb72 \ | ||
sha256 464f7a4e3a632f5f13f831b882484d91552e3868292a63b9671cc1562f513fef \ | ||
size 198269 | ||
supported_archs noarch | ||
|
||
set python.version 312 | ||
|
||
python.pep517_backend poetry | ||
|
||
depends_build-append \ | ||
port:py${python.version}-setuptools | ||
|
||
depends_lib-append port:dbus \ | ||
port:matrix-nio \ | ||
port:olm \ | ||
port:py${python.version}-aiofiles \ | ||
port:py${python.version}-aiohttp \ | ||
port:py${python.version}-argparse \ | ||
port:py${python.version}-async-timeout \ | ||
port:py${python.version}-emoji \ | ||
port:py${python.version}-markdown \ | ||
port:py${python.version}-notify2 \ | ||
port:py${python.version}-Pillow \ | ||
port:py${python.version}-magic \ | ||
port:py${python.version}-pyxdg |