You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
841 B
Tcl
26 lines
841 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-pika
|
|
version 1.3.2
|
|
revision 0
|
|
categories-append devel
|
|
license {MPL-1.1 GPL-2+}
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
python.versions 310 311
|
|
|
|
maintainers {stromnov @stromnov} openmaintainer
|
|
|
|
description Pure-Python implementation of the AMQP 0-9-1 protocol.
|
|
long_description {*}${description}
|
|
|
|
homepage https://pika.readthedocs.org/
|
|
|
|
checksums rmd160 fd1e9655bff72cc6721e34b66210665f03913894 \
|
|
sha256 b2a327ddddf8570b4965b3576ac77091b850262d34ce8c1d8cb4e4146aa4145f \
|
|
size 145029
|