You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
808 B
Tcl
22 lines
808 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-notify2
|
|
version 0.3.1
|
|
revision 0
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description Python interface to DBus notifications
|
|
long_description {*}${description}.
|
|
homepage https://bitbucket.org/takluyver/pynotify2
|
|
checksums rmd160 b85eae39bab127331b9accbbf66241e1f2d9c686 \
|
|
sha256 33fa108d50c42f3cd3407cc437518ad3f6225d1bb237011f16393c9dd3ce197d \
|
|
size 17792
|
|
|
|
python.versions 310 311 312 313
|