You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
1f90cf3c11
- modernize checksums
44 lines
1.7 KiB
Tcl
44 lines
1.7 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
|
|
PortGroup deprecated 1.0
|
|
|
|
name py-pipedream
|
|
version 0.2.0
|
|
revision 1
|
|
license BSD
|
|
platforms darwin
|
|
supported_archs noarch
|
|
maintainers nomaintainer
|
|
description python module for easy communication over pipes
|
|
long_description pipedream is a Python module intended to simplify \
|
|
launching and communicating with child processes over \
|
|
pipes. It provides a simple API based on \
|
|
cross-platform abstractions so the programmer does not \
|
|
need to manage launching child processes, opening and \
|
|
closing pipes, timeouts, or platform-specific \
|
|
peculiarities. It is especially useful for \
|
|
communicating with interactive programs which use \
|
|
stdin/stdout/stderr.
|
|
|
|
homepage http://www.speakeasy.org/~bob_green/pipedream/
|
|
master_sites macports
|
|
distname pipedream-${version}
|
|
checksums md5 bb7a502071d593a518aa31e9bc64244c \
|
|
rmd160 086c48afd860de2e641b4d155bc84c9a900cb50b \
|
|
sha256 60003dbfcbef1230fadfc8ff6dfba3dfa38927c10361d8dc11843a25e055aa19 \
|
|
size 5028
|
|
|
|
deprecated.upstream_support no
|
|
livecheck.type none
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
post-destroot {
|
|
xinstall -m 0644 ${worksrcpath}/README.txt \
|
|
${destroot}${prefix}/share/doc/${subport}
|
|
}
|
|
}
|