You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24e1a6c47d
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
31 lines
920 B
Tcl
31 lines
920 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
|
|
PortGroup github 1.0
|
|
|
|
name py-pypubsub
|
|
github.setup schollii pypubsub 4.0.3 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Python Publish-Subscribe Package
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 4279f7f5e4fd4bd22781f9003a75bd9638584666 \
|
|
sha256 0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2 \
|
|
size 174033
|
|
|
|
python.versions 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
test.run yes
|
|
test.dir ${build.dir}/tests/suite
|
|
}
|