You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
34 lines
952 B
Tcl
34 lines
952 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-rtm
|
|
python.rootname pyrtm
|
|
version 0.4.2
|
|
revision 0
|
|
|
|
categories-append devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Python interface for Remember The Milk API.
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/pyrtm
|
|
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 c986b31ecb498e9db488876ec353a7d2516507b0 \
|
|
sha256 b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933 \
|
|
size 12347
|
|
|
|
python.versions 313
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-tkinter
|
|
}
|