You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
29 lines
891 B
Tcl
29 lines
891 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-wsaccel
|
|
version 0.6.7
|
|
revision 0
|
|
|
|
license Apache-2
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
description Accelerator for ws4py and AutobahnPython
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/methane/wsaccel
|
|
|
|
checksums rmd160 014311016f3862f6a8d2378ceb7f560cbf6aaae8 \
|
|
sha256 aea79ba46b1a3792dbd1fe364aeb8a10128659c67057770c5c320d1f58588a8c \
|
|
size 290942
|
|
|
|
python.versions 312 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-cython
|
|
}
|