You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
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-blinker
|
|
version 1.4
|
|
license MIT BSD
|
|
categories-append devel
|
|
maintainers {aronnax @lpsinger} openmaintainer
|
|
description Fast, simple object-to-object and broadcast signaling
|
|
long_description \
|
|
Blinker provides a fast dispatching system that allows any number of \
|
|
interested parties to subscribe to events, or \"signals\". Signal \
|
|
receivers can subscribe to specific senders or receive signals sent \
|
|
by any sender.
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
|
|
homepage http://pythonhosted.org/blinker/
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
|
distname ${python.rootname}-${version}
|
|
|
|
checksums sha256 471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6 \
|
|
rmd160 54a649ae37e54924ebfe75149c3d19b0d25aa1a4 \
|
|
size 111476
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
livecheck.type none
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
}
|