You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 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-speaklater
|
|
version 1.3
|
|
revision 0
|
|
|
|
categories-append textproc
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description lazy strings for translations
|
|
long_description ${description}
|
|
|
|
homepage https://github.com/mitsuhiko/speaklater
|
|
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
|
|
distname ${python.rootname}-${version}
|
|
|
|
checksums rmd160 70c03aa32233a9f4a6dd352c4dca1fe0d1888ffe \
|
|
sha256 59fea336d0eed38c1f0bf3181ee1222d0ef45f3a9dd34ebe65e6bfffdd6a65a9 \
|
|
size 3582
|
|
|
|
deprecated.upstream_support no
|
|
python.versions 27 35 36
|
|
|
|
if {${name} eq ${subport}} {
|
|
livecheck.type none
|
|
}
|