Files
2020-08-14 18:31:03 -05:00

29 lines
953 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-sdnotify
version 0.3.2
platforms darwin
license MIT
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
description A pure Python implementation of systemd's service \
notification protocol - sd_notify
long_description {*}${description}
homepage https://github.com/bb4242/sdnotify
checksums rmd160 ad2fb6b59e50956aea906c747f9bcea91dc8d692 \
sha256 73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1 \
size 2459
python.versions 38
if {${name} ne ${subport}} {
depends_build-append \
port:py${python.version}-setuptools
}