mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
847 B
Tcl
28 lines
847 B
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-brotlicffi
|
|
version 1.2.0.1
|
|
revision 0
|
|
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Python CFFI bindings to the Brotli library
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/python-hyper/brotlicffi
|
|
|
|
checksums rmd160 3ab66331e8c4775bd66cd6577dcbd006f0fa61bb \
|
|
sha256 c20d5c596278307ad06414a6d95a892377ea274a5c6b790c2548c009385d621c \
|
|
size 478156
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-cffi
|
|
}
|