Files
reneeotten fcf7f74cc5 py-envoy: remove github PortGroup, fix livecheck
- modernize checksums
2019-02-23 18:32:10 +01:00

34 lines
1005 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-envoy
version 0.0.3
revision 0
platforms darwin
license MIT
maintainers nomaintainer
description Python Subprocesses for Humans
long_description This is a convenience wrapper around the subprocess module.
supported_archs noarch
homepage https://github.com/kennethreitz/envoy
master_sites pypi:e/envoy/
distname envoy-${version}
checksums rmd160 7bbdd7a17697411c1dfc75ace83c72051889d1b4 \
sha256 22b02009cfda2cf2cdb94a75a15ac3fd910aea8685c53e8e03715c7e9d8e8bde \
size 4190
python.versions 27
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
livecheck.type none
}